JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"linux",
"llm-agents",
"sandbox",
"security-tools"
],
"is_fork": false,
"size_kb": 483,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 231454,
"Python": 68163,
"Makefile": 2988
},
"pushed_at": "2026-07-18T19:42:57Z",
"created_at": "2025-07-25T11:16:43Z",
"owner_type": "User",
"updated_at": "2026-07-19T09:56:48Z",
"description": "productivity-focused sandboxing for Linux",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go",
"Python"
]
},
"owner": {
"blog": "https://mixedbit.org",
"name": "Jan Wrobel",
"type": "User",
"login": "wrr",
"company": null,
"location": "Kraków",
"followers": 32,
"avatar_url": "https://avatars.githubusercontent.com/u/1032408?v=4",
"created_at": "2011-09-07T09:02:12Z",
"is_verified": null,
"public_repos": 24,
"account_age_days": 5431
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.1.8",
"kind": "patch",
"published_at": "2026-07-16T12:04:24Z"
},
{
"tag": "v0.1.7",
"kind": "patch",
"published_at": "2026-06-11T12:30:08Z"
},
{
"tag": "v0.1.6",
"kind": "patch",
"published_at": "2026-05-18T09:19:33Z"
},
{
"tag": "v0.1.5",
"kind": "patch",
"published_at": "2026-04-24T08:01:31Z"
},
{
"tag": "v0.1.4",
"kind": "patch",
"published_at": "2026-04-17T07:58:53Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2026-03-23T12:21:10Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2026-03-19T08:57:51Z"
}
],
"recent_commits": [
{
"oid": "ca5d18102e4fbc69163cc0fbc42c3704a8f218a3",
"body": "The original test was failing with gVisor due to a different command\nexit code, but the overwrite blocking works as expected.\n\n(GitHub issue #5)",
"is_bot": false,
"headline": "Enable input files overwite e2e test with gVisor runtime",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-07-18T19:42:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14980af118cae3133296d751a6f896d34ac3da9c",
"body": "Documents a problem with gVisor not having /dev/tty if only some\nstandard descriptors point to a terminal.\n(GitHub issue #5)",
"is_bot": false,
"headline": "A test for std descriptors of mixed types",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-07-16T11:10:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5bd80a7dbfd42b21e33fc4c7a49258268017f90",
"body": "Before the change gVisor runtime worked correctly if all or none\nstandard descriptors were terminal devices, but did not work correctly\nwhen some standard descriptors pointed to terminal devices and some to\nnormal files or pipes.\n\nWith this change commands like:\necho \"test\"|./drop run --runtime gvisor wc\nno longer hang\n\n(GitHub issue #5)",
"is_bot": false,
"headline": "Support mixing terminal and non-terminal stdin/out/err with gVisor",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-07-16T10:28:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffe2e98458dd3d0c04a50c3bcac2f792bea81814",
"body": "(GitHub issue #5)",
"is_bot": false,
"headline": "Generalize test_ptmx_cannot_be_removed to handle gVisor runtime",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-07-13T08:40:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8825b0342431d6de749ad02243cfa021aa666eb",
"body": "'./drop run -r' runs the sandboxed process with uid and gid 0 to\npretend to be root within the sandbox. It is meant to grant no extra\nprivileges: just report uid 0.\n\nDrop drops all capabilities before exec, but it did not account for\nthe default Linux behavior of re-granting the full capability set \n[…]\ns that the drop mounted.\n\nThe fix sets no_new_privs before exec, so the kernel does not re-grant\ncapabilities on execve. The call is unconditional but only matters\nwhen the sandbox runs as uid 0 (-r).",
"is_bot": false,
"headline": "Fix lack of capabilities dropping when running with -r flag",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-07-13T08:20:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6bab8dbd0998b96d91e8b7fc332411bb6bb2f925",
"body": "Fixes a problem with runtime gvisor, where Drop failed to start if a\nsandbox root directory included a top level directory or a file not\nreadable by the current user. This happened, for example, if such top\nlevel entry was included in the blocked_paths settings (like\nblocked_paths=['/var']).\n\n(GitHub issue #5)",
"is_bot": false,
"headline": "Handle top level unreadable dirs and files with gVisor",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-07-10T14:43:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f4db18f9d95e47c703c5255f6b6e56eff140f1c",
"body": null,
"is_bot": false,
"headline": "Add a CreateEmptyFile utility function",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-07-10T10:27:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfc96825bcc979da9c084e7778ca16b880a7d086",
"body": "(GitHub issue #5)",
"is_bot": false,
"headline": "Support env var to turn on gVisor debug logging to file(s)",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-07-08T13:13:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83eef8e564120322a525176ee9ebeddcb36f6419",
"body": "(GitHub issue #5)",
"is_bot": false,
"headline": "Configure gVisor root filesystem to be readonly",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-07-08T11:50:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d8a097bd00c0df9d7d3b3fe605c607978d2f6ec",
"body": "Tests that are failing, but can be fixed or need to be investigated\nare annotated with unittest.skip.\nTests that are not applicable to gVisor are just disabled without\nunittest.skip annotation.\n(GitHub issue #5)",
"is_bot": false,
"headline": "Run e2e tests also with gVisor runtime",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-07-08T10:02:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdd971e7a09dd32e0a6a3e4eee09e5cfc34e9565",
"body": null,
"is_bot": false,
"headline": "Simplify test",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-07-08T08:43:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6caf8d871e8faf6e246ecefbfa37ddc565a7fe9f",
"body": null,
"is_bot": false,
"headline": "Update comment",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-07-08T08:42:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b44b3072a27b49c35a897f9b031c612362607238",
"body": null,
"is_bot": false,
"headline": "Add a comment",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-07-07T12:06:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86edf9c2e2c094e4f0b7fd8700b659ca49fe37e6",
"body": "/dev/core is not availabe with gVisor and /dev/fuse is available only\nwith gVisor (GitHub issue #5)",
"is_bot": false,
"headline": "Update /dev e2e tests to handle differences between gVisor and native",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-07-07T12:04:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6dad6bf5ac3cf0d44772be9c3aef9269957d4a2",
"body": null,
"is_bot": false,
"headline": "Make /dev/tty available in the sandbox",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-07-07T11:15:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dc14b4a35d2a97d3b34a2f67f78bcf3d8fa199f",
"body": "Support for selecting 'gvisor' as Drop runtime works end to end\n(GitHub issue #5)\n\nFD passing and end to end tests of gVisor path are left for subsequent\ncommits.",
"is_bot": false,
"headline": "gVisor integration",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-07-06T15:13:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "133a0dd23e878c34e183c2994440d92e6562546f",
"body": "GitHub issue #5",
"is_bot": false,
"headline": "Function to create config.json for gVisor",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-07-01T17:41:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "733dc5a47d4cf3dd053c12aa27b5fe32cabe0b6a",
"body": "The option will allow to run the sandbox within gVisor as tracked by\nGitHub issue #5. Allowed values are 'native' and 'gvisor', with\n'gvisor' not yet working.",
"is_bot": false,
"headline": "Introduce 'runtime' configuration option",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-06-30T10:04:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c22cde5ded69bf3157829493108f6aaaf9b46a70",
"body": "This is needed for integration with gVisor (GitHub issue #5) which\nsends PTY over named socket, it doesn't support unnamed socket pair.",
"is_bot": false,
"headline": "Use Unix named sockets to receive PTY from the child process",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-06-29T16:31:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d38479dc2d1655453e37de27cf5f29d4e9d26a2f",
"body": null,
"is_bot": false,
"headline": "Fix a typo",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-06-11T12:16:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8db1ddb2ebdaae53dd44a78bc0277a7cf5bb9891",
"body": "This is possible with Pasta version 2026_05_07.1afd4ed\nhttps://bugs.passt.top/show_bug.cgi?id=180\n\nFixes https://github.com/wrr/drop/issues/4",
"is_bot": false,
"headline": "Support auto forwarding ports to localhost only",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-06-11T12:13:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cca5b6d1488ef6029834508bbd0c45d29aa0881d",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-05-18T09:14:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01b140911cbb2db8535d4b7ddef60c685587ab1c",
"body": "This is consistent with generated base config, which already uses\npaths like '~/.bashrc' instead of '/home/bob/.bashrc'.\n\nThe change improves portability of config files, the configs will\ncontinue to work when moved to an account with different username.",
"is_bot": false,
"headline": "Use ~ instead of absolute homedir path in generated env config files",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-05-18T09:03:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5676d8cc59fbc0adb70c9655553721fecaf7583b",
"body": "This is an extra precaution against CVE-2019-5736 style attacks.",
"is_bot": false,
"headline": "Do not execute sandboxed process directly but via /usr/bin/env",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-04-23T12:42:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "163d3d0e047b905a5a4000d1640376b9b2580b27",
"body": "Also ensures that in most cases the sandboxed child is killed before\nthe parent process terminates (PDEATHSIG mechanism becomes a fallback,\nas it guarantees the child is killed, but the child can still run some\ninstructions after the parent's death.",
"is_bot": false,
"headline": "Catch shutdown signals to ensure cleanups are run",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-04-22T15:25:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfd4dd24975db32914ef7a9874ad23db95da79e2",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-04-17T07:49:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e40ca47309192f30052a26f0f36f25bcfb607302",
"body": null,
"is_bot": false,
"headline": "Fix error message",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-04-17T07:46:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6624633dd629f623f76736fdaaf4be490fb9494",
"body": "Removes 'failed to' from error messages. Go libs most commonly do not\ninclude 'failed xxxx' in error strings, the error itself already\nindicates that something failed.\n\nIncluding 'failed to' can also result in multiple 'failed to' in a\nsingle error message, when higher level reporting adds own context to\nlower level messages. For example:\n\nError: failed to read pasta daemon pid: failed to read\n/foo/bar/pasta.pid: open /foo/bar/pasta.pid: permission denied",
"is_bot": false,
"headline": "Polish error strings",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-04-17T07:08:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d15b53126922d4f3db394a842df1ab8e8814f7b",
"body": null,
"is_bot": false,
"headline": "Unit test for proper handling of not-writable config dir",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-04-16T13:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3418f9c82e38e52462e2e943cda611157adb0faf",
"body": "Exists() returned false only when it was sure the file doesn't\nexists. When directory where file was supposed to be located was not\nreadable, Exists() returned true. This resulted in config files not\nbeing created in case Drop config dir was not readable.",
"is_bot": false,
"headline": "Do not silently ignore permission denied errors when creating configs",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-04-16T13:04:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8323c2049463bf7081c17ee7572b10ca07ffdcb",
"body": null,
"is_bot": false,
"headline": "Use /proc/self/exe to execute Drop child process",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-04-16T12:24:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13bd5514ae32c15bd42aa178f2f92950e47e2ae5",
"body": null,
"is_bot": false,
"headline": "Clarify the comment",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-31T13:59:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e63f7545ec330b9ffa13f73dd2c637545b510014",
"body": "This is for consistency and just-in-case, as sandboxed programs do\nnot have permissions to created devices or setuid binaries anyway.",
"is_bot": false,
"headline": "Use 'nodev' flag for all the mounted dirs, use 'nosuid' for /tmp",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-31T13:50:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d3d45791adf19b7a7ac86d2f258e0f2a85d5b57",
"body": null,
"is_bot": false,
"headline": "Update README",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-29T15:53:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfacbe783311306c77dc7671e6e37ed66bb75723",
"body": "Add a section that explains what is and is not available in the\nsandbox.\n\nShorten some other sections.",
"is_bot": false,
"headline": "README improvements",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-25T19:53:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d901600431d5d574bb1edb084242ae1ca698b739",
"body": null,
"is_bot": false,
"headline": "Update title",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-24T13:51:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "978f3b787c51c53d026337d5168de0e5ce4c2926",
"body": null,
"is_bot": false,
"headline": "README improvements",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-24T11:32:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c99ae08509057d0efded9ee4d996dc5433ea6890",
"body": null,
"is_bot": false,
"headline": "Improve 'drop init' help text",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-24T08:18:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "669c2c858710530b9447f0e53a6e038ebaeb92ce",
"body": null,
"is_bot": false,
"headline": "README improvements",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-24T08:11:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f5b5cc3333d124497ecbff142504ee24b149561",
"body": null,
"is_bot": false,
"headline": "Polish 'drop help' strings",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-23T12:18:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5401556e5072ae72a4e968e6af30479c9777d869",
"body": "Also fixes a typo in the XDG_RUNTIME_DIR environment variable name",
"is_bot": false,
"headline": "Create /run/user/UID directory in the sandbox",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-23T10:40:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5129a6352c84b6100a66114a8e9d7038d2445294",
"body": "TOML config can modify or clear PATH that is passed to sandboxed\nprocesses, this modified PATH, not the original PATH from the host\nshould be used for executable lookup.",
"is_bot": false,
"headline": "Use sandboxed processes PATH to lookup the executables",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-23T08:27:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37ec7e2631a6880fc87789cbed8a6a171728c235",
"body": null,
"is_bot": false,
"headline": "Include comments for mount entries in environment specific TOML config",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-20T07:34:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "012f12af1d74701a7dd72d2567adb26c8d886588",
"body": null,
"is_bot": false,
"headline": "Update README",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-19T13:23:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84b9f07cbebdb5920c623ef9bcff6909969fe996",
"body": null,
"is_bot": false,
"headline": "Document installation with 'go install'",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-19T13:02:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a148e1c2e732e9a09d3639f421c9a1ab104c4f7",
"body": "Use debug.ReadBuildInfo to obtain the version for binaries not built\nwith release ldflags.",
"is_bot": false,
"headline": "Support version detection for 'go install'",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-19T10:29:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7950014153dcd77c12d9d2f88f9b75bfeab85594",
"body": null,
"is_bot": false,
"headline": "Allow the use of go 1.25",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-19T09:45:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ece96a183f9164a146d386092e5eaf527053c57",
"body": null,
"is_bot": false,
"headline": "Update README",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-19T08:49:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "769c3aae9f6d2e073c2ca96a69a0d7fffab6f21a",
"body": null,
"is_bot": false,
"headline": "Link example config files from README",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-18T17:44:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2feeddd14d6ac9fd4fa8ed92a45c43610f22954f",
"body": "For reference include a sample environment config in the project\nrepository.",
"is_bot": false,
"headline": "Polish comments in the generated environment-specific TOML configs",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-18T17:37:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50eb29aed61c883477a28e6850d4ef232562e367",
"body": "Also updates comments in the generated base.toml",
"is_bot": false,
"headline": "Mount renamed .local/{bin|lib|include} from the host",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-18T17:12:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f81142ad6b1b37780a9dbd8903d0400d07b0f5cf",
"body": null,
"is_bot": false,
"headline": "Update go & dependencies",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-16T16:01:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c651b3911f931246fe994802c9827800890ba70",
"body": null,
"is_bot": false,
"headline": "Add FUNDING.yml",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-16T14:39:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca5194529b207fdabce68b4faacb3a8f753bb08b",
"body": null,
"is_bot": false,
"headline": "Fix a typo",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-16T12:50:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db3cfa5b0717d0cf9baf61e69114b4329ef33a08",
"body": null,
"is_bot": false,
"headline": "Change permissions for generated config files",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-16T12:18:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "764c321ff57910d4b4909402c545dc2075f0fa7a",
"body": null,
"is_bot": false,
"headline": "Do not expect writeCoverage to return error",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-16T11:25:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d1f8e008a662d3f9843869634f8e3dbd499e564",
"body": null,
"is_bot": false,
"headline": "Fix a typo",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-16T11:19:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7932c41ffd0a8558082e235ad02c97e13798572c",
"body": null,
"is_bot": false,
"headline": "Quote special chars in env id when constructing regexp",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-16T10:40:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5a7334ce189b81eca5d15a4540496060b114f6b",
"body": null,
"is_bot": false,
"headline": "Add urfave/cli to NOTICE file",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-16T10:23:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5e429f21b12a9bca309a2aaf99fa0c86b602e66",
"body": null,
"is_bot": false,
"headline": "Fix typos",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-16T10:21:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d958fa6d7f68368c51557af2046d1f156286efb",
"body": null,
"is_bot": false,
"headline": "Update README",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-12T11:29:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23f222118127ee0573ba529a66d1c86e036a77d0",
"body": "Using overlayfs for mounting a Drop environment's home dir allowed to\nprevent polluting env home dir with empty dirs and files required as\nmount points for dirs and files exposed from the actual user home dir.\n\nThis approach seemed to work without causing any problems, but ot is\nagainst the overlayf\n[…]\nity;\ndrop would need to start its own init process which would be\nresponsible for process management. This isn't something that will\nbe done for the initial drop launch, as it would delay it too much.",
"is_bot": false,
"headline": "Do not use overlayfs for home dir mounting",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-09T12:59:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9fd15739d43aaabc98492cd6a75f48156e23bddc",
"body": null,
"is_bot": false,
"headline": "Disallow creation of environments with id 'base'",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-09T08:49:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45e3fa52545184d27239b10d180e888e5129221f",
"body": null,
"is_bot": false,
"headline": "Fix root not being mounted read-only",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-06T14:30:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfeaf9a343a54219ed52b9efc0ee228a46dabe44",
"body": "This is replaced by each drop environment supporting its own config\nfile, which by defaults extends the shared base.toml config.\n\nWhen a drop environment is created with 'drop init' by default CWD is\nexposed to the sandbox, but this is done by explicitly adding the CWD\npath to the list of mounts in \n[…]\necuted. This more explicit\napproach should help avoid confusion that could lead to accidentally\nexposing files to the sandbox by executing 'drop run' in a directory\nthat should not be exposed to drop.",
"is_bot": false,
"headline": "Remove option to expose files from directory where drop is run",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-05T13:22:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8660d3c1e5838ed5aa0bc18502cdb46962e0f595",
"body": null,
"is_bot": false,
"headline": "Unit tests for InitEnv function",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-05T11:51:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3ea719fc0604e8f10403f4b79a9a8b701ada4f8",
"body": "Add --no-cwd flag for 'drop init' to prevent cwd from being added to\nmounts.",
"is_bot": false,
"headline": "By default configure created environments to mount cwd in rw mode",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-04T17:24:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c211f47d6bc0a0f2f3210666fbacce82184f6d0c",
"body": null,
"is_bot": false,
"headline": "Move IsSubDir and IsSubDirOrSame functions to osutil",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-04T16:56:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efedb3101364d1ecfec5247601f928e470b24849",
"body": null,
"is_bot": false,
"headline": "Move run and init commands logic from main to a separate package",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-04T10:57:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d01c4cd9f44014195ee67c721ea54f74c022a14",
"body": "Renames config.toml to base.toml\nCreates environment specific config file which extends base.toml",
"is_bot": false,
"headline": "Require environment to be explicitly initialized",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-03T15:32:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b399faeae7fd684d4f460670880fc6b98018b63e",
"body": null,
"is_bot": false,
"headline": "Fix flaky integration test",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-03-02T07:51:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04883c1b1d209f59c4f5eccfdf44a95b94c75d1a",
"body": null,
"is_bot": false,
"headline": "A command to check for a new Drop version",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-02-23T14:07:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64e0c1557dc8890dfa0fc7ddbdbdca68e31e55c8",
"body": null,
"is_bot": false,
"headline": "Add environ.set_vars to the default config",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-02-20T11:09:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7145e3b64e3eef8c08f17f80ad1dcf27f609e8c",
"body": "This is more verbose as it requires to type commands like 'drop run\nps' instead of simply 'drop ps', but is also more extensible, flexible\nand well established (for example uv for Python supports similar 'uv\nrun ...' interface).",
"is_bot": false,
"headline": "Switch to git-like subcommand based command line interface",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-02-20T11:06:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1adb1a3151235752a6fe4d9ef58af459eaab22f5",
"body": "This is more robust and easier to extend with new args compared to\npassing via command line args. Also allows to more easily update the\nmain command line interface, because child doesn't depend on it\nanymore.",
"is_bot": false,
"headline": "Pass arguments from parent to child via serialized Go structs",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-01-30T10:29:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6101ab4c2f67f2c836e71be499a3f83d657da52f",
"body": null,
"is_bot": false,
"headline": "Move command line processing into a separate 'cli' package",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-01-28T15:43:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c124303af7188d932a29035e8656735935b16970",
"body": "extends allows to inherit settings from some other config file.",
"is_bot": false,
"headline": "Support 'extends' keyword in TOML config",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-01-28T13:51:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77487ba272b1a6e132407f781ce2910d2291aeb4",
"body": null,
"is_bot": false,
"headline": "Fail if TOML config contains unrecognized keys",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-01-26T14:22:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22dfd83ccc216f8a623673365304d198974ec07f",
"body": null,
"is_bot": false,
"headline": "Introduce 'environ' table to TOML config",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-01-26T13:11:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b804a9a443f09db11273bb592ab7ed565cb28c03",
"body": null,
"is_bot": false,
"headline": "set_env_vars config entry",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-01-26T11:51:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "519fcef837eb8d5cf4a48ec612577e2bfcfda1ac",
"body": null,
"is_bot": false,
"headline": "Fix tests switching terminal into raw mode",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-01-22T17:14:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d0bcc36e38c6d476830f84ca62f69ef95d7adf1",
"body": null,
"is_bot": false,
"headline": "A Makefile rule to run a single integration test file",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2026-01-22T17:14:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b29bd1918ddeecdebe0a409a9dc5979c901d488",
"body": null,
"is_bot": false,
"headline": "Do not expose files passed via std stream to the sandbox",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2025-12-22T17:29:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b482dcbb7da4022baf6106fedf0af6f21140616",
"body": null,
"is_bot": false,
"headline": "Update gitignore",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2025-12-19T13:35:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37704ebc0c1174ce8d229078dbb0776d5a6ab9b2",
"body": null,
"is_bot": false,
"headline": "Allocate PTY in the sandbox, do not use the host terminal",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2025-12-19T13:33:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecb29e36f77c84bf2dacb2ebfac5c70c4045adc3",
"body": null,
"is_bot": false,
"headline": "Bind mount /dev/pts/ptmx as /dev/ptmx instead of symlinking",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2025-12-17T10:37:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff1e1fce92cbbe499255f40639b3047188f53daf",
"body": "This will allow to send the parent pty file descriptor to the parent\nprocess.",
"is_bot": false,
"headline": "Use a unix socket instead of pipe for child<->parent communication",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2025-12-16T14:43:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f746d96e4786dbb635e3b79cfc41d0a19f719b0",
"body": null,
"is_bot": false,
"headline": "A function to create a pseudoterminal",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2025-12-16T13:58:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "240b8c4c37155eabf69c29bcaa352050fb5b4d2d",
"body": null,
"is_bot": false,
"headline": "Follow XDG specification for drop data location",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2025-12-12T13:29:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00bce37477b7f4f93a395bcc375403a681f2b0ef",
"body": null,
"is_bot": false,
"headline": "Follow XDG specification for the default config file location",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2025-12-12T11:30:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87e6370ddc14b47b374932d2d73f320f55bd107d",
"body": "Use HOME environment variable instead of passwd entries. This\nsimplifies flow as it allows to obtain the home dir in the child also\nwhen the child switches to uid 0.",
"is_bot": false,
"headline": "Change how current user home dir is obtained",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2025-12-12T10:33:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "484bd3e6f1afb818d10132ac133d98c67c5e385f",
"body": null,
"is_bot": false,
"headline": "Expose environment vars with XDG paths to sandbox",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2025-12-12T09:04:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e710a6cd6c54d7affad2eaa33e115bd2043dc194",
"body": null,
"is_bot": false,
"headline": "Fix invalid path",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2025-12-12T09:04:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8aac2a5f77050504b3fbcd7f808fecec39bed14",
"body": "curl on Ubuntu can be installed from snap and then is not available in\nDrop",
"is_bot": false,
"headline": "Update example to use wget instead of curl",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2025-12-11T16:21:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54d678d0721b5857f7ac2f0a0df5a18f5400778a",
"body": null,
"is_bot": false,
"headline": "Document bash prompt modification",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2025-12-11T15:57:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25f0505a262b8a2199186e0bed1da971eb08b376",
"body": null,
"is_bot": false,
"headline": "Add LICENSE to GitHub binary releases",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2025-12-11T14:29:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "240adf4d7ed7ca2bd577db1e51fa8a64eb86c84d",
"body": null,
"is_bot": false,
"headline": "Add a license",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2025-12-11T14:12:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39faaf4e6fa2effc92fdb09cd2fa53cc36cc9af5",
"body": "This is to avoid polluting /tmp with a separate dir for each drop\nenvironment and to avoid exposing environment ids via /tmp.",
"is_bot": false,
"headline": "Use a common parent directory for tmp subdirs created by drop",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2025-12-09T19:48:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e996a2494ef3259b95c1423ecd73b81ab364949d",
"body": null,
"is_bot": false,
"headline": "Improve integration tests cleanup",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2025-12-09T15:13:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa0f362a8217b0462159d5e42b6ea1e83453c70a",
"body": null,
"is_bot": false,
"headline": "Address SELinux-related problems with pasta on Fedora",
"author_name": "Jan Wrobel",
"author_login": "wrr",
"committed_at": "2025-12-09T12:06:54Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 312,
"latest_release_at": "2026-07-16T12:04:24Z",
"latest_release_tag": "v0.1.8",
"releases_from_tags": false,
"days_since_last_push": 3,
"active_weeks_last_year": 34,
"days_since_latest_release": 5,
"mean_days_between_releases": 19.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/wrr/drop",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/wrr/drop",
"is_deprecated": false,
"latest_version": "v0.1.8",
"repository_url": "https://github.com/wrr/drop",
"versions_count": 8,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-16T11:10:55Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 1,
"stars": 50,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2026-04-08",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": {
"days": [
{
"date": "2026-03-24",
"count": 2
},
{
"date": "2026-03-26",
"count": 1
},
{
"date": "2026-03-28",
"count": 1
},
{
"date": "2026-03-29",
"count": 1
},
{
"date": "2026-03-31",
"count": 8
},
{
"date": "2026-04-01",
"count": 1
},
{
"date": "2026-04-06",
"count": 1
},
{
"date": "2026-04-09",
"count": 1
},
{
"date": "2026-04-13",
"count": 1
},
{
"date": "2026-04-14",
"count": 2
},
{
"date": "2026-04-15",
"count": 5
},
{
"date": "2026-04-21",
"count": 1
},
{
"date": "2026-04-30",
"count": 1
},
{
"date": "2026-05-07",
"count": 1
},
{
"date": "2026-05-08",
"count": 1
},
{
"date": "2026-05-10",
"count": 1
},
{
"date": "2026-06-09",
"count": 2
},
{
"date": "2026-06-10",
"count": 1
},
{
"date": "2026-06-11",
"count": 1
},
{
"date": "2026-06-13",
"count": 1
},
{
"date": "2026-07-10",
"count": 2
},
{
"date": "2026-07-12",
"count": 1
},
{
"date": "2026-07-13",
"count": 3
},
{
"date": "2026-07-14",
"count": 2
},
{
"date": "2026-07-15",
"count": 3
},
{
"date": "2026-07-16",
"count": 3
},
{
"date": "2026-07-17",
"count": 1
},
{
"date": "2026-07-19",
"count": 1
}
],
"complete": true,
"collected": 50,
"total_stars": 50
},
"open_issues_and_prs": 4
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 29201,
"source_files_sampled": 42,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/BurntSushi/toml",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/opencontainers/runtime-spec",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.0"
},
{
"name": "github.com/urfave/cli/v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.9.0"
},
{
"name": "golang.org/x/sys",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.44.0"
},
{
"name": "golang.org/x/term",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.43.0"
},
{
"name": "kernel.org/pub/linux/libs/security/libcap/cap",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.78"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 4,
"closed_ratio": 0.2,
"closed_issues": 1,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "wrr",
"commits": 312,
"avatar_url": "https://avatars.githubusercontent.com/u/1032408?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "24 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "ca5d18102e4fbc69163cc0fbc42c3704a8f218a3",
"ran_at": "2026-07-22T06:44:36Z",
"aggregate_score": 3.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 1,
"created_at": "2026-03-17T14:57:51Z",
"last_comment_at": "2026-04-16T08:48:06Z",
"last_comment_author": "Changaco"
},
{
"number": 2,
"created_at": "2026-03-17T16:16:28Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 3,
"created_at": "2026-04-13T15:12:43Z",
"last_comment_at": "2026-04-13T22:09:53Z",
"last_comment_author": "Changaco"
},
{
"number": 5,
"created_at": "2026-06-26T11:12:39Z",
"last_comment_at": "2026-07-16T10:48:00Z",
"last_comment_author": "wrr"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/wrr/drop",
"host": "github.com",
"name": "drop",
"owner": "wrr"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"security": 33,
"vitality": 89,
"community": 38,
"governance": 40,
"engineering": 38
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 89,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 88,
"inputs": {
"commits_last_year": 312,
"human_commit_share": 1,
"days_since_last_push": 3,
"active_weeks_last_year": 34
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 3 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 3
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "34/52 weeks with commits",
"points": 23.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 34
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "312 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 312
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "24 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 7,
"latest_release_tag": "v0.1.8",
"releases_from_tags": false,
"days_since_latest_release": 5,
"mean_days_between_releases": 19.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~19.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 19.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 3,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 3 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 3
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 38,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 27,
"inputs": {
"forks": 1,
"stars": 50,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "50 stars",
"points": 27.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 50
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 40,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 15,
"inputs": {
"merged_prs": 0,
"open_issues": 4,
"closed_issues": 1,
"issue_closed_ratio": 0.2,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "20% of issues closed",
"points": 9.3,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 20
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 54,
"inputs": {
"followers": 32,
"owner_type": "User",
"is_verified": null,
"owner_login": "wrr",
"public_repos": 24,
"account_age_days": 5431
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "32 followers of wrr",
"points": 10.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 32,
"login": "wrr"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "24 public repos, account ~14 yr old",
"points": 22.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 24
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/wrr/drop"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 5
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "8 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 8
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 38,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"linux",
"llm-agents",
"sandbox",
"security-tools"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 33,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "24 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 55,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 14,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.26,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "26 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 13.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 26,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 68,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 29201,
"source_files_sampled": 42,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/42 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 42,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-22T06:44:41.177952Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/w/wrr/drop.svg",
"full_name": "wrr/drop",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}