Kevin589981 commited on
Commit
7548477
·
verified ·
1 Parent(s): b781100

Publish audited task materials and Docker Hub digests (part 4)

Browse files
tasks/task_104/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
- "public_payload_sha256": "b9b443a00cc7b5c3a4e14a66c2c1462517649ad3dda55c2db9c549ecf8a07e67"
 
 
 
 
 
 
 
 
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": "BSD-3-Clause; MIT",
14
+ "material_license_source": "environment/public/MATERIALS.json",
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": "49f991ef7ff6992887975d17ab7b62501cb13c053d31c3a8e64b4bbde2c4f384",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": "",
21
+ "public_payload_sha256": "d63989bb4f4cecf4b24843b304b49436744d217faa6da6ea512375b3891d3529"
22
  }
tasks/task_105/environment/public/MATERIALS.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "task_id": "105",
4
+ "reviewed_on": "2026-08-16",
5
+ "review_standard": "Public redistribution requires explicit permission; third-party exceptions are evaluated separately.",
6
+ "requires_restricted_gate": false,
7
+ "restricted_reason": "",
8
+ "materials": [
9
+ {
10
+ "path": "environment/repo/Code",
11
+ "kind": "reduced_source_snapshot",
12
+ "source_url": "https://github.com/rdkit/rdkit/tree/313bed48f942a3663e2dc496f4e930dacbbcf8aa",
13
+ "license": "BSD-3-Clause",
14
+ "copyright": "RDKit contributors; license.txt retained",
15
+ "modified": true,
16
+ "third_party_exceptions": "The required Boost license is retained; unrelated test assets, xyz2mol, and CrystalFF tables are excluded.",
17
+ "distribution_decision": "bundled"
18
+ },
19
+ {
20
+ "path": "environment/repo/third_party/boost",
21
+ "kind": "third_party_headers",
22
+ "source_url": "https://www.boost.org/users/license.html",
23
+ "license": "BSL-1.0",
24
+ "copyright": "Boost Software License 1.0 authors",
25
+ "modified": false,
26
+ "third_party_exceptions": "LICENSE_1_0.txt is retained.",
27
+ "distribution_decision": "bundled"
28
+ },
29
+ {
30
+ "path": "associated paper",
31
+ "kind": "citation_only",
32
+ "source_url": "https://www.rdkit.org/; https://www.rdkit.org/docs/",
33
+ "license": "No article redistribution grant asserted",
34
+ "copyright": "RDKit authors and project",
35
+ "modified": false,
36
+ "third_party_exceptions": "The invalid DOI previously listed for this task is removed; no paper is bundled.",
37
+ "distribution_decision": "bundled"
38
+ }
39
+ ]
40
+ }
tasks/task_105/environment/public/MATERIALS_LICENSES.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Auxiliary Material Licenses
2
+
3
+ Audit date: `2026-08-16`
4
+
5
+ Public redistribution requires explicit permission; third-party exceptions are evaluated separately.
6
+
7
+ ## `environment/repo/Code`
8
+
9
+ - Kind: `reduced_source_snapshot`
10
+ - Distribution decision: `bundled`
11
+ - License: `BSD-3-Clause`
12
+ - Source: <https://github.com/rdkit/rdkit/tree/313bed48f942a3663e2dc496f4e930dacbbcf8aa>
13
+ - Copyright: RDKit contributors; license.txt retained
14
+ - Modified or converted: `yes`
15
+ - Third-party exceptions: The required Boost license is retained; unrelated test assets, xyz2mol, and CrystalFF tables are excluded.
16
+
17
+ ## `environment/repo/third_party/boost`
18
+
19
+ - Kind: `third_party_headers`
20
+ - Distribution decision: `bundled`
21
+ - License: `BSL-1.0`
22
+ - Source: <https://www.boost.org/users/license.html>
23
+ - Copyright: Boost Software License 1.0 authors
24
+ - Modified or converted: `no`
25
+ - Third-party exceptions: LICENSE_1_0.txt is retained.
26
+
27
+ ## `associated paper`
28
+
29
+ - Kind: `citation_only`
30
+ - Distribution decision: `bundled`
31
+ - License: `No article redistribution grant asserted`
32
+ - Source: <https://www.rdkit.org/; https://www.rdkit.org/docs/>
33
+ - Copyright: RDKit authors and project
34
+ - Modified or converted: `no`
35
+ - Third-party exceptions: The invalid DOI previously listed for this task is removed; no paper is bundled.
tasks/task_105/metadata.json CHANGED
@@ -3,12 +3,20 @@
3
  "title": "Restore a stereo-preserving tautomer workflow",
4
  "domain": "drug-discovery-cheminformatics",
5
  "language": "python-cpp",
6
- "source_repository": "",
7
- "source_commit": "",
8
  "source_license": "BSD-3-Clause",
9
  "license_source": "license.txt",
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
- "public_payload_sha256": "d496a6d39aae48fa19d84c6a4abeb31ffdcb47c89055e7f92e5cd9cf6309608c"
 
 
 
 
 
 
 
 
14
  }
 
3
  "title": "Restore a stereo-preserving tautomer workflow",
4
  "domain": "drug-discovery-cheminformatics",
5
  "language": "python-cpp",
6
+ "source_repository": "https://github.com/rdkit/rdkit",
7
+ "source_commit": "313bed48f942a3663e2dc496f4e930dacbbcf8aa",
8
  "source_license": "BSD-3-Clause",
9
  "license_source": "license.txt",
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": "BSD-3-Clause; BSL-1.0; No article redistribution grant asserted",
14
+ "material_license_source": "environment/public/MATERIALS.json",
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": "9805568c294fa9dfcb24b4787be10abb1f5590bdd1e8bacf737636b808625c41",
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": "",
21
+ "public_payload_sha256": "c29070a194706b7874d225690e69ce2f6428e8c2397f352186c5817304df1424"
22
  }
tasks/task_106/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
 
 
 
 
 
 
 
 
13
  "public_payload_sha256": "8a48e92bef8f58abd989ac90579702fbc6f45bf17524a566519fc03ae10381b2"
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": null,
14
+ "material_license_source": null,
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": null,
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": null,
21
  "public_payload_sha256": "8a48e92bef8f58abd989ac90579702fbc6f45bf17524a566519fc03ae10381b2"
22
  }
tasks/task_107/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
 
 
 
 
 
 
 
 
13
  "public_payload_sha256": "7289cadcad260050c6f6b06bef9338b78fd2fcf9820b537ebcd8cbe7508e76e2"
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": null,
14
+ "material_license_source": null,
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": null,
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": null,
21
  "public_payload_sha256": "7289cadcad260050c6f6b06bef9338b78fd2fcf9820b537ebcd8cbe7508e76e2"
22
  }
tasks/task_108/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
 
 
 
 
 
 
 
 
13
  "public_payload_sha256": "8d1de7758a3b42c81d789060af785ad55c41f5807c2e7ad6498642a81a79d32c"
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": null,
14
+ "material_license_source": null,
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": null,
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": null,
21
  "public_payload_sha256": "8d1de7758a3b42c81d789060af785ad55c41f5807c2e7ad6498642a81a79d32c"
22
  }
tasks/task_109/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
 
 
 
 
 
 
 
 
13
  "public_payload_sha256": "2afe128e08664e390363141a916dc8bedf1fac33c7ae2d80a61a530109ff70da"
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": null,
14
+ "material_license_source": null,
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": null,
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": null,
21
  "public_payload_sha256": "2afe128e08664e390363141a916dc8bedf1fac33c7ae2d80a61a530109ff70da"
22
  }
tasks/task_110/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
 
 
 
 
 
 
 
 
13
  "public_payload_sha256": "43b01abaa46b919c07d923a122af95ecab6053e59178a3a3bd3487ac3c9aa154"
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": null,
14
+ "material_license_source": null,
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": null,
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": null,
21
  "public_payload_sha256": "43b01abaa46b919c07d923a122af95ecab6053e59178a3a3bd3487ac3c9aa154"
22
  }
tasks/task_111/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
 
 
 
 
 
 
 
 
13
  "public_payload_sha256": "70dacf5c7dd98f526b9429978c8d18d6af1a0aab5d4285836b3df3ba92db3633"
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": null,
14
+ "material_license_source": null,
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": null,
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": null,
21
  "public_payload_sha256": "70dacf5c7dd98f526b9429978c8d18d6af1a0aab5d4285836b3df3ba92db3633"
22
  }
tasks/task_112/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
 
 
 
 
 
 
 
 
13
  "public_payload_sha256": "0d7a8774d275b195ba48384b810348d05e655c1146545195c51934805209fc9a"
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": null,
14
+ "material_license_source": null,
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": null,
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": null,
21
  "public_payload_sha256": "0d7a8774d275b195ba48384b810348d05e655c1146545195c51934805209fc9a"
22
  }
tasks/task_113/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
 
 
 
 
 
 
 
 
13
  "public_payload_sha256": "cdacc738ffce716f5d5fa2f3c5e79d91eb6fa85679ab2dd28d53cc1d3b7566da"
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": null,
14
+ "material_license_source": null,
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": null,
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": null,
21
  "public_payload_sha256": "cdacc738ffce716f5d5fa2f3c5e79d91eb6fa85679ab2dd28d53cc1d3b7566da"
22
  }
tasks/task_114/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
 
 
 
 
 
 
 
 
13
  "public_payload_sha256": "0c2b2a038150153ce990d7d208312c2aa71d2981121f41783bcb7c014ce966c8"
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": null,
14
+ "material_license_source": null,
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": null,
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": null,
21
  "public_payload_sha256": "0c2b2a038150153ce990d7d208312c2aa71d2981121f41783bcb7c014ce966c8"
22
  }
tasks/task_115/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
 
 
 
 
 
 
 
 
13
  "public_payload_sha256": "b40c8ca383e4c68713c3d0d999f53413bc548496715b9a132637db9ba7414dea"
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": null,
14
+ "material_license_source": null,
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": null,
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": null,
21
  "public_payload_sha256": "b40c8ca383e4c68713c3d0d999f53413bc548496715b9a132637db9ba7414dea"
22
  }
tasks/task_116/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
 
 
 
 
 
 
 
 
13
  "public_payload_sha256": "d303f1c6ce0e8937c822814863a006b6eaa1ee13e56843656713c67d6028abca"
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": null,
14
+ "material_license_source": null,
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": null,
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": null,
21
  "public_payload_sha256": "d303f1c6ce0e8937c822814863a006b6eaa1ee13e56843656713c67d6028abca"
22
  }
tasks/task_117/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
 
 
 
 
 
 
 
 
13
  "public_payload_sha256": "5a7cba20f99d10301680be877801376105a80b41b439e0dbc12187f40774b4ab"
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": null,
14
+ "material_license_source": null,
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": null,
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": null,
21
  "public_payload_sha256": "5a7cba20f99d10301680be877801376105a80b41b439e0dbc12187f40774b4ab"
22
  }
tasks/task_118/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": true,
11
  "restricted_license": true,
12
  "license_gate": "gpl-family",
 
 
 
 
 
 
 
 
13
  "public_payload_sha256": "c8977cfc918310e5186ed40608c858b2c6bab8c47f0d50f4948f4fc9f34105b1"
14
  }
 
10
  "gpl_family": true,
11
  "restricted_license": true,
12
  "license_gate": "gpl-family",
13
+ "material_license": null,
14
+ "material_license_source": null,
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": null,
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": null,
21
  "public_payload_sha256": "c8977cfc918310e5186ed40608c858b2c6bab8c47f0d50f4948f4fc9f34105b1"
22
  }
tasks/task_119/metadata.json CHANGED
@@ -10,5 +10,13 @@
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
 
 
 
 
 
 
 
 
13
  "public_payload_sha256": "24f944bb0d203d04b8ea9a220c3242c901c034b9aef828168ef4bbd22d198bfd"
14
  }
 
10
  "gpl_family": false,
11
  "restricted_license": false,
12
  "license_gate": "none",
13
+ "material_license": null,
14
+ "material_license_source": null,
15
+ "material_restricted": false,
16
+ "materials_gate": false,
17
+ "materials_manifest_sha256": null,
18
+ "material_licenses": [],
19
+ "materials_provenance": "",
20
+ "restricted_reason": null,
21
  "public_payload_sha256": "24f944bb0d203d04b8ea9a220c3242c901c034b9aef828168ef4bbd22d198bfd"
22
  }
tasks/task_119/task.toml CHANGED
@@ -17,7 +17,7 @@ network_mode = "no-network"
17
  timeout_sec = 5400.0
18
 
19
  [environment]
20
- docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-119:v0.1.1@sha256:2259431fe6b24ca89cb78517fc0882c2143c9bc1eb1846a3cb451b43d3eae3b5"
21
  os = "linux"
22
  allow_internet = false
23
  cpus = 2
 
17
  timeout_sec = 5400.0
18
 
19
  [environment]
20
+ docker_image = "docker.io/kevinxulearning/swe-bench-science-environment-python-task-119:v0.1.1@sha256:8b00c65ff5119f0b545cb71b624faa2a311ec0b91077f9a8e8948b0c114ffb19"
21
  os = "linux"
22
  allow_internet = false
23
  cpus = 2