Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"ai-agents",
"automation",
"binary-analysis",
"claude-code",
"cli",
"decompiler",
"ghidra",
"headless",
"llm",
"malware-analysis",
"reverse-engineering",
"rust"
],
"is_fork": false,
"size_kb": 3338,
"has_wiki": true,
"homepage": null,
"languages": {
"Java": 196118,
"Rust": 407982
},
"pushed_at": "2026-07-23T19:58:28Z",
"created_at": "2026-01-12T20:49:19Z",
"owner_type": "User",
"updated_at": "2026-07-27T13:06:55Z",
"description": "Automate Ghidra reverse engineering from the command line — headless analysis, decompilation, and structured JSON output for AI agents like Claude Code",
"is_archived": false,
"is_disabled": false,
"license_spdx": "GPL-3.0",
"default_branch": "master",
"license_spdx_raw": "GPL-3.0",
"primary_language": "Rust",
"significant_languages": [
"Rust",
"Java"
]
},
"owner": {
"blog": null,
"name": "Alexander Kiselev",
"type": "User",
"login": "akiselev",
"company": null,
"location": null,
"followers": 19,
"avatar_url": "https://avatars.githubusercontent.com/u/653604?v=4",
"created_at": "2011-03-06T06:55:06Z",
"is_verified": null,
"public_repos": 68,
"account_age_days": 5623
},
"license": {
"state": "standard",
"spdx_id": "GPL-3.0",
"raw_spdx": "GPL-3.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-07-14T23:42:26Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-06-20T23:15:04Z"
},
{
"tag": "v0.1.10",
"kind": "patch",
"published_at": "2026-03-12T05:10:47Z"
},
{
"tag": "v0.1.9",
"kind": "patch",
"published_at": "2026-03-06T05:23:26Z"
},
{
"tag": "v0.1.8",
"kind": "patch",
"published_at": "2026-03-02T07:37:07Z"
},
{
"tag": "v0.1.7",
"kind": "patch",
"published_at": "2026-02-23T02:43:13Z"
},
{
"tag": "v0.1.6",
"kind": "patch",
"published_at": "2026-02-23T00:37:47Z"
},
{
"tag": "v0.1.5",
"kind": "patch",
"published_at": "2026-02-22T18:12:14Z"
},
{
"tag": "v0.1.4",
"kind": "patch",
"published_at": "2026-02-22T16:01:47Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-01-25T15:11:29Z"
}
],
"recent_commits": [
{
"oid": "7b14cbce0011b6c64fe2f005f0e2be9a69f7ff69",
"body": "Two client/bridge wiring bugs the docs had flagged as known limitations:\n\n- patch nop --count N was parsed but never sent to the bridge, so only the\n instruction at the address was NOP'd. The client now forwards the count and\n handlePatchNop walks N consecutive instructions (capturing each next ad\n[…]\nOG) updated to describe the working behavior instead\nof the limitation.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01AqqgJCYGFPCZkFWEBKoVMA",
"is_bot": false,
"headline": "Fix patch nop --count and comment --comment-type; update docs",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-07-23T19:58:03Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "77a736ea3a3fbb79016703b9e40600c10f491a9e",
"body": null,
"is_bot": false,
"headline": "pulling in some old code",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-07-23T01:05:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f87f94afafbba99fd0400654264733be5d759d4",
"body": null,
"is_bot": false,
"headline": "Cargo fmt",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-07-22T23:03:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcf713f2dc0acb2ca15fbca659668b94156b269e",
"body": null,
"is_bot": false,
"headline": "Fixes and improvements",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-07-22T22:24:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64819a25d5eb723538df6238e27d243618bbbef3",
"body": "Rewrite handleScriptRun so a checked-in script runs by absolute path with real\npositional arguments and captured stdout, deleting the RE-repo workaround of\ncopying scripts into a global scripts dir and smuggling output via env vars.\n\n- Pass the `args` array through setScriptArgs (was silently droppe\n[…]\n prove args + captured\nstdout end-to-end; all 5 script_tests pass on live Ghidra 12.1.2.\n\nAdds PLAN.md (slice 4 + slice 3 implementation plan).\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Slice 4.1: script run gets real args, absolute path, captured output",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-07-16T16:14:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4440d61b94a4423349a9d24e085b09549d8b5a81",
"body": null,
"is_bot": false,
"headline": "multithreaded fix",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-07-16T15:25:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "694085510dde096b3fe7baae937d1d2fe417bfb8",
"body": "The bridge is single-threaded and serves one request at a time; concurrent CLI\ninvocations queue on the OS accept backlog (50) and wait their turn. The client\nwas defeating that in two ways:\n\n1. Every command ran a pre-flight verify_bridge() ping with a 5s read timeout\n (main.rs). A busy bridge ca\n[…]\nrent decompiles\n(incl. a 72KB function) against a shared bridge — all 5 waited and succeeded,\nwhere the old ping gate would have failed several.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: wait in the bridge queue instead of failing \"bridge not responding\"",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-07-16T05:00:52Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6c18c251fed12f7bd4c19bfe5b306f3ca2d357da",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Release 0.2.1",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-07-14T23:19:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e0ebd12f076521aebc42ceda09a796519de7554b",
"body": "… infra\n\n- --limit 0 now means all rows in both apply_pagination and\n bridge_list_params (was: take(0) = empty output masquerading as success),\n and no longer falls back to default_limit.\n- Malformed --filter aborts with a usage hint before any bridge fetch;\n the output path no longer swallows Qu\n[…]\nl.dll): exports 2909, functions\n44999, symbols 1902150, strings 48256 with --limit 0; bare-word filter\nexits 1; ^PK_ regex matches 1204 symbols.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix --limit 0, malformed --filter dumping, regex filters; repair test…",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-07-14T23:16:55Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8ab7220e13737bd399bc7e2bafd44fb571ac54a3",
"body": "Now that the macOS/Windows persistence and cache races are fixed, drop the\ntemporary diagnostics:\n- GhidraCliBridge.java: remove the .persist.log file and logPersistenceState\n state dumps (analyze save + clean shutdown).\n- test helper: remove dump_persistence_diagnostics and its call sites.\n\nAlso f\n[…]\n Previously build/release/publish\nran regardless of the test job's result. Bump the release project cache\nkey to v6 to match the Test workflow.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Remove persistence debug diagnostics; gate release on tests",
"author_name": "Alexander Kiselev",
"author_login": "akiselev",
"committed_at": "2026-06-20T22:35:55Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d45864837a9cecce7c19478c5a8e2a5b440383cc",
"body": "…dering\n\nThree follow-ups after the one-shot import fix:\n\n1. Cache validity: only treat a cached project as populated if .rep/idata\n contains a data *subdirectory* (00/, ...). The previous check accepted\n any entry other than ~index.dat, so a bare ~index.bak made an EMPTY\n project look valid —\n[…]\nurrent program on the shared bridge;\n re-open it afterward so order-dependent tests (test_program_info_no_program)\n aren't broken on macOS.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix Windows empty-cache validation, stale cache, and shared-bridge or…",
"author_name": "Alexander Kiselev",
"author_login": "akiselev",
"committed_at": "2026-06-20T21:55:39Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "558c758612c58b28af28dffd7a8af4ff5a41ea87",
"body": "ensure_test_project required a non-empty .gpr to treat a cached project\nas valid. But a correctly committed Ghidra 12.x project has a 0-byte .gpr\n(data lives under .rep), so every run deemed the cache invalid and\ndeleted+re-imported the shared ci-test project. The mutation suite runs\nseveral test bi\n[…]\n program data (a 00/ subdir) and drop the bogus\n.gpr>0 requirement, so the seeded cache is reused instead of being\nre-imported by every binary.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix test cache-validity check that raced concurrent test binaries",
"author_name": "Alexander Kiselev",
"author_login": "akiselev",
"committed_at": "2026-06-20T21:36:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3a3c2d7583f60a2b5e499bc6ec6377f5b26554c3",
"body": null,
"is_bot": false,
"headline": "cargo fmt",
"author_name": "Alexander Kiselev",
"author_login": "akiselev",
"committed_at": "2026-06-20T21:22:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4ad023f38875daa4f984d9e67da7b21cc3b4ca5",
"body": null,
"is_bot": false,
"headline": "fixed iue with saves not wokring sometimes",
"author_name": "Alexander Kiselev",
"author_login": "akiselev",
"committed_at": "2026-06-20T21:18:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55dc2681cde9b5c9e9db3570dfd546f47cf5a106",
"body": null,
"is_bot": false,
"headline": "fixed issue with string test and arm64 (attmpt)",
"author_name": "Alexander Kiselev",
"author_login": "akiselev",
"committed_at": "2026-06-20T17:59:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2ce9b631a837da21c4b17a023e1de85918ca1e1",
"body": "The mutation-integration jobs fail on macOS with \"Requested project\nprogram file(s) not found\": the setup bridge imports+analyzes+stops, but\nthe program is not durably written to the project, so the next bridge\nopens an empty project.\n\nAdd diagnostics to pinpoint where the flush is lost:\n- GhidraCli\n[…]\ns the project's on-disk state (.gpr\n size, .rep/idata entries) and the bridge persist log after the setup\n stop and on harness-start failure.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add persistence diagnostics for macOS CI project-flush failures",
"author_name": "Alexander Kiselev",
"author_login": "akiselev",
"committed_at": "2026-06-20T17:22:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "dd9e4e7a2c0867c97ecdabfde2b4b1ce9c0cb28a",
"body": null,
"is_bot": false,
"headline": "another CI fix attempt",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-06-20T16:10:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3af9b64c0060b3c8030b0adfa88e0cfd3e2647ee",
"body": null,
"is_bot": false,
"headline": "another CI fix attempt",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-06-20T15:56:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2d5ad202e1ab1922e0bb6e440ffa8dd26c7cc73",
"body": null,
"is_bot": false,
"headline": "another CI fix attempt",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-06-20T15:47:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65e69f10bd869bb958b6b1f0b549c1e9197c29ac",
"body": null,
"is_bot": false,
"headline": "CI test fix",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-06-20T15:21:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4222a95f973a9d096bedaf3774219353224f03b7",
"body": null,
"is_bot": false,
"headline": "random fixeS",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-06-19T01:11:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b3953a81b7851b5891f7d2a7a8495bd36733a43",
"body": null,
"is_bot": false,
"headline": "cargo fmt",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-06-19T00:55:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b24272c16590dae8ca6889d49646ef8616d79f77",
"body": null,
"is_bot": false,
"headline": "attempt to fix issue with project dir",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-06-19T00:50:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ad75155be40a398426ee9c54a3989a74f07a79f",
"body": null,
"is_bot": false,
"headline": "clippy fix",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-06-19T00:02:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35b29e69e10562004b0e013f764f9463b6541d45",
"body": null,
"is_bot": false,
"headline": "cargo fmt",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-06-18T23:57:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d066a9c732cb4abfc4ac4f06714b64b65c694720",
"body": null,
"is_bot": false,
"headline": "fixed export, filter/limit/etc, and some other things",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-06-18T23:54:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c40d026231a5207111fcbf0591662f4183b5b159",
"body": null,
"is_bot": false,
"headline": "macos fixes",
"author_name": "Alexander Kiselev",
"author_login": "akiselev",
"committed_at": "2026-06-18T22:55:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "183f390936ca1ab756405a29509c58146ee3bc95",
"body": null,
"is_bot": false,
"headline": "removed ilspy-cli into its own repo",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-06-18T22:46:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cee5191651405387be09c77bd6837077c8c2b18",
"body": null,
"is_bot": false,
"headline": "version 0.2.0 and updates",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-06-18T22:30:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9218fc3c1a1ae6dcaafa645d7fb605dceb7495f0",
"body": null,
"is_bot": false,
"headline": "bridge refactoring",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-06-18T21:52:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2b3edaa740be09b957f810ef7bddce8536a70e5",
"body": null,
"is_bot": false,
"headline": "fixes to java detection and Ghidra bridge",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-06-18T20:25:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "febc07f6b4c1b4f5bc2c2d8e03a56a461983529e",
"body": null,
"is_bot": false,
"headline": "rremove old files",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-03-12T05:33:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90aa4ea5e6b845f551e2968f178a56c6df5c7424",
"body": null,
"is_bot": false,
"headline": "docs fixes",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-03-12T05:31:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ae5c1fa33f026d4477c79a967a28b230eb9d1b6",
"body": null,
"is_bot": false,
"headline": "version bump",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-03-12T05:05:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d2f643917df86de31033285081552b63a6650c8",
"body": "- Updated FunctionCommands to include SetSignature, SetReturnType, SetCallingConvention, and SetVarType.\n- Introduced new argument structures for function decompilation and signature management.\n- Added support for type deletion, renaming, enum creation, typedef creation, and field management in Typ\n[…]\nonventions, and variable types.\n- Updated IPC client to support additional parameters for decompilation.\n- Improved output formatting to include parameters and variables during function decompilation.",
"is_bot": false,
"headline": "feat: Enhance function and type management commands",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-03-12T05:05:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "07b8d17c98f4aab2af4d26163ca25bfeda4471f1",
"body": null,
"is_bot": false,
"headline": "cargo.lock",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-03-06T05:18:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4e9d7543574ff1136dcf41c27e524ea9ae436b8",
"body": null,
"is_bot": false,
"headline": "version bump and bug fix for locking/queueing",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-03-06T05:17:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b26e57404a1e1746516f78732b345fc90b941ac",
"body": null,
"is_bot": false,
"headline": "added rename alias",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-03-02T07:32:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7b7ae0e9fc32ad37cebb585c43e013019c18387",
"body": "…oper program switching",
"is_bot": false,
"headline": "fix: improve error handling for unknown bridge commands and ensure pr…",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-25T18:00:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1e044ce5eb4aa9df1c4a652a565483cb5b46b1a",
"body": null,
"is_bot": false,
"headline": "skill update",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-24T00:01:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af315c20cc645771b0d78be4297fb0ae8f0a2bc1",
"body": null,
"is_bot": false,
"headline": "docs updates",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-24T00:01:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2541550b0ebaae3bbfb61b34ce11e374509a5f4e",
"body": "…ns tests",
"is_bot": false,
"headline": "feat: add support for FUN-style targets in decompile and diff functio…",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-23T23:40:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbfdd60873049a794e20ebab7ad85417c646ca89",
"body": "…or consistency in tests",
"is_bot": false,
"headline": "refactor: replace Command::cargo_bin with assert_cmd::cargo_bin_cmd f…",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-23T17:56:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23c2b697dc260e8fe3941c22091c1d33d8fade87",
"body": null,
"is_bot": false,
"headline": "fix: bump version to 0.1.7 and update command filters in Ghidra CLI",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-23T02:37:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1614c24f764e28b8966e706c7207725f44631d12",
"body": "…ture\n\nRunning all tests with `cargo test --test '*'` causes cross-contamination:\nOnceLock-based test binaries (comment_tests etc.) leave the bridge running,\nand daemon_tests reuses then stops that bridge, leaving subsequent daemon\ntests unable to start a fresh bridge (\"Could not find project\").\n\nSplit into separate cargo test invocations matching test.yml groups, with\nexplicit bridge stops between groups to ensure clean state.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: split release workflow integration tests to match test.yml struc…",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-23T00:50:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6c552b9daae6478ead9b9d6ef1c3e1dac5f4b90c",
"body": null,
"is_bot": false,
"headline": "fix: bump version to 0.1.6 in Cargo.toml and Cargo.lock",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-23T00:33:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "096bd2df046b06f9466829b91c8aeae94b0e053d",
"body": "- Fix rustfmt issue in tests/common/mod.rs (single-line .context() chain)\n- Remove stale drop(harness) calls that now drop &'static references\n- Use _harness for unused bindings that only ensure bridge initialization\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: resolve fmt check and drop-of-reference warnings",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-22T23:59:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ad01eaf930fd6be3f1f22e759fa13b711f04ebe6",
"body": "… data loss\n\nOn macOS, Ghidra stores project data in mmap pages that aren't flushed\nto disk while the bridge runs. Per-test DaemonTestHarness stop/restart\ncycles cause data loss. Use OnceLock<DaemonTestHarness> to share a\nsingle bridge per test binary, matching the readonly_tests pattern.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: share bridge across mutation tests via OnceLock to prevent macOS…",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-22T23:57:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6c2149c861af51ef04b0026fc930cecd2a51a326",
"body": "Root cause: on macOS, `ghidra stop` triggers Ghidra's project close\nwhich truncates .gpr to 0 bytes and leaves .rep with only metadata\nstubs (~index.dat, project.prp) but no actual program data. This\ncauses all subsequent bridge starts to fail with \"program file(s)\nnot found\".\n\nChanges:\n- Remove `gh\n[…]\nbs\n- Clean up stale project files before re-import\n- Bump cache keys v3→v4 to invalidate broken caches\n- Remove diagnostic output from test.yml\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: don't stop bridge after setup to prevent macOS project corruption",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-22T23:42:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "876cdbd3cc5709ed67bb6da6c991b7dcbbf95f57",
"body": "Lists all files in the projects directory after import+analyze+stop\nto debug why macOS cache is only 919 bytes while Ubuntu saves 5.6MB.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: add diagnostic output for project directory contents after setup",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-22T23:30:52Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d9ee02902d89f0e10534a988938660f92dc1b47a",
"body": "The ghidra-setup job left the bridge running after import+analyze,\nso the Ghidra JVM hadn't flushed the project database to the .rep\ndirectory when the post-job cache save ran. This resulted in caches\ncontaining only the ~1KB .gpr file without any analysis data.\n\n- Stop bridge after import+analyze i\n[…]\n-setup (both workflows)\n- Bump cache keys v2→v3 to invalidate broken empty caches\n- Validate .rep has actual files, not just an empty directory\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: stop bridge before caching and validate .rep directory content",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-22T23:13:59Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d5f9a96df94bcdfd122163ab1ab96859a51fa2c9",
"body": "…s and tests",
"is_bot": false,
"headline": "refactor: update cache key format for project directories in workflow…",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-22T22:55:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "253c384676c4e5b8c9d37f107fba4545987033f1",
"body": null,
"is_bot": false,
"headline": "another attempt at fixing the CI/CD issues",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-22T21:19:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38d84cbad98edafebb5eb9c8d6772e09aa7e52f1",
"body": null,
"is_bot": false,
"headline": "rolled back the bad idea and implemented proper wait",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-22T20:05:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aefdd1cfabbf63203056f114fdf970c2d9bee069",
"body": null,
"is_bot": false,
"headline": "this seems like a bad idea",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-22T19:16:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a820f28eeb64d8ac5768e9b0d24f32ad0003c4fd",
"body": null,
"is_bot": false,
"headline": "update test commands to include additional test cases",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-22T18:24:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86b4f1446c01c5bf46abf6b3644b8105f49fcee1",
"body": null,
"is_bot": false,
"headline": "ugh.",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-22T18:08:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b8caada4ec88071929e8325a2d73a24855c1144",
"body": null,
"is_bot": false,
"headline": "documentation update",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-22T18:07:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c50e8459315a4217d2250c48880b385309c2d20",
"body": null,
"is_bot": false,
"headline": "version bump",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-22T18:05:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d1d7fb6038171d44d9904b3e18323d961f6846c",
"body": null,
"is_bot": false,
"headline": "CI/CD fixes",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-22T18:01:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d0392c7412768ed65bb77a0f8e3eba8b0e29453",
"body": null,
"is_bot": false,
"headline": "trying to fix github rate limiting",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-22T16:32:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51fab96633ee264f5da4f921bf3de7d674c9e37d",
"body": null,
"is_bot": false,
"headline": "fix release workflow",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-22T16:14:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89fed76cbeaff428b4bc52061af3464d6ed6c044",
"body": null,
"is_bot": false,
"headline": "fix workflow",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-22T15:57:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9eb040885f216da8b82e78f946e70c25c30187f0",
"body": "- Introduced `decompile_project` function in IlSpyBridge to handle project-style decompilation, generating per-type .cs files.\n- Updated FFI layer to support new decompile_project functionality.\n- Enhanced CLI to accept output directory for project decompilation, ensuring compatibility with existing\n[…]\n.\n- Integrated memory reading capabilities in GhidraCliBridge for enhanced analysis workflows.\n- Updated main.rs to robustly check for existing bridge instances, improving reliability in project mode.",
"is_bot": false,
"headline": "Refactor ilspy-cli for enhanced .NET decompilation and project support",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-22T15:56:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ad53c594094566ed87ede9e251de92d084e90e72",
"body": "The `ghidra restart` call in test_daemon_restart and the `ghidra import`/\n`ghidra analyze` calls in project_tests also spawn JVM processes via\nanalyzeHeadless. Using assert_cmd's .output()/.assert() creates piped\nstdout/stderr, and the grandchild JVM inherits these handles on Windows,\nblocking forev\n[…]\nds in tests with run_cli_with_timeout()\nwhich uses Stdio::null(). Make the helper public so it can be used from\ndaemon_tests and project_tests.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: replace piped I/O with Stdio::null() in daemon and project tests",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-07T21:20:55Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f3bbba5a4d9254b01d4f3c432ac5a3a5e6120371",
"body": "…nheritance\n\nOn Windows, assert_cmd::output() creates piped stdout/stderr for the ghidra\nCLI subprocess. When the CLI spawns analyzeHeadless.bat (which spawns\njava.exe), the grandchild JVM inherits these pipe handles. Even after\nghidra.exe exits, the pipes remain open because the JVM holds inherited\n[…]\ncli_with_timeout() helper that uses\nspawn() + try_wait() polling with manual timeout instead of output().\nAlso fix rustfmt issues in bridge.rs.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: avoid piped I/O in test harness to prevent Windows pipe handle i…",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-07T19:51:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "06db6db0294cf4322c67b5936ab29c3e19ea02dc",
"body": "Add eprintln between import and analyze steps in ensure_test_project()\nto identify exactly which step hangs on Windows CI.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: add diagnostic output to test setup for Windows debugging",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-07T19:43:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d8d0e8a7fd627c43906c256ad96e46a0d767e158",
"body": "The CI was caching ~/AppData/Local/ghidra-cli/cache/projects but the code\nuses dirs::cache_dir()/ghidra-cli/projects which on Windows resolves to\nAppData/Local/ghidra-cli/projects (no extra cache/ subdirectory). This\nmismatch meant the project cache was never restored on Windows, forcing\nevery test \n[…]\nmeout.\n\nAlso add -- --nocapture to all integration test commands so eprintln\noutput from test harness and bridge startup is visible in CI logs.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: fix Windows project cache path and add --nocapture for diagnostics",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-07T18:10:42Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "24763e832874ed0c0e632ff589312fb71f6f7cf9",
"body": "On Windows, stdout piping through analyzeHeadless.bat -> cmd.exe -> java.exe\ncan fail due to buffering, causing start_bridge() to block forever waiting\nfor the JSON ready signal that never arrives.\n\nMove stdout reading to a background thread and poll both the stdout channel\nAND port file + TCP conne\n[…]\nbridge writes the port\nfile before sending the stdout signal, so port file polling is a reliable\nfallback that unblocks Windows bridge startup.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: add port file fallback for bridge ready detection on Windows",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-07T16:38:31Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "78c7c83a8e27890cebed775fd14ccee67894da63",
"body": "…ng TCP timeouts\n\n- Replace naive 2s sleep in DaemonTestHarness::drop() with proper bridge\n cleanup: stop_bridge() + poll is_pid_alive() to wait for JVM exit\n- Add TCP connect timeouts (10s client, 5s bridge checks) to prevent\n indefinite blocking on partially-alive bridges\n- Add /T flag to Windows taskkill to kill entire process tree\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: resolve Windows CI timeout from bridge lock contention and missi…",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-07T15:06:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ee9035fbfe98868b362972f91ee4ddb44ecfdccd",
"body": "…ancellation\n\nJob-level timeout-minutes causes \"cancelled\" conclusion which\ncontinue-on-error doesn't cover. Step-level timeout causes \"failure\"\nwhich continue-on-error properly handles, making CI green even when\nWindows tests exceed the time limit.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: add step-level timeouts so Windows timeout triggers failure not c…",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-07T06:43:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5b10ad4c00cf6f9ae549ec30f69891e5c32ce5f9",
"body": "The ghidra-setup job can fail due to transient GitHub API rate limits.\nTest jobs have their own fallback setup step, so they should run\nregardless. Using !cancelled() instead of always() means jobs still\nget skipped if the workflow is manually cancelled.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: add if: !cancelled() so test jobs run even if setup fails",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-07T03:21:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "350f086750ca8525efa1acc44956d0aa1516521c",
"body": "Windows Ghidra tests consistently exceed the 90-minute timeout on\nGitHub Actions free runners due to slow JVM startup per CLI command.\nMark Windows as continue-on-error so timeouts don't block CI status.\nUbuntu and macOS provide the actual correctness signal.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: mark Windows integration tests as continue-on-error",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-07T03:10:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cdf47cf90c94a3b9c60a8387ebd1a8dc37ad16c7",
"body": "…90min\n\nThe restart command triggers the same macOS Ghidra issue where the\nprogram can't be found after stop+start cycle. Handle gracefully like\nother daemon tests. Also bump test job timeouts to 90min since Windows\ntests with cached Ghidra still take 30-60min.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: handle restart program-not-found on macOS, bump test timeout to …",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-07T01:31:52Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "872d8937292f64462161b8d5f734b919c2648070",
"body": "All test files now use \"ci-test\" as the project name so they share a\nsingle import+analyze cycle. A dedicated ghidra-setup job runs first to\ninstall Ghidra and create the test project, seeding caches for the test\njobs that follow via `needs:`. This solves the chicken-and-egg problem\nwhere Windows cold runs timeout before caches can be saved.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: add ghidra-setup job, unify project names for cache sharing",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-07T00:36:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "897fe82e94fb5ce096d533b4a1b0c9599365862f",
"body": "The Ghidra cache was missing the config directory (config.yaml with\ninstall path), so doctor couldn't find the installation on cache hit\nand setup re-downloaded every time. Now caches both the Ghidra binary\ndir and config dir on all platforms. Bumped integration timeout to 90\nminutes for first Windows cold run.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: fix Ghidra cache to include config dir, bump timeout to 90min",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-06T23:01:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "860575dbc44332b9f52d9b36667a1d4a3e1f43ac",
"body": "The previous setup used --force which re-downloaded Ghidra every run,\ndefeating the actions/cache entirely. Now we check with `doctor` first\nand skip setup on cache hit. This should bring Windows runs under the\n60-minute timeout on cached runs.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: restore Windows integration tests, fix Ghidra cache",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-06T21:57:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a6f500c049cd063af411929df9e5053e8fc9372e",
"body": "Ghidra headless + JVM startup on GitHub Actions Windows runners\nconsistently exceeds 45 minutes (and was never completed before since\nfail-fast would cancel Windows jobs). Windows unit+CLI tests still run.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: exclude Windows from Ghidra integration tests",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-06T20:23:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "76c4e7f16d7d7507944547bda6b5ee76ddfc7f49",
"body": "Prevents Windows jobs from running indefinitely (previously no timeout,\ndefault was 6 hours). Adds concurrency group so new pushes cancel stale\nin-progress runs instead of piling up.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: add job timeouts and concurrency cancellation",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-06T19:33:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "642a102cca1114333d9077d4666204cbdb383970",
"body": "On macOS, Ghidra sometimes can't find the imported program by name\ndespite a successful import. Add try_start_daemon/try_start_harness\nhelpers that skip tests gracefully instead of panicking when this\nknown macOS issue occurs.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: gracefully skip daemon/reliability tests on macOS program-not-found",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-06T18:06:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b707e8fef4c22a8b3578f3ae20e4e8c272c01e85",
"body": "Making import/analyze failures fatal caused widespread test failures.\nRevert to warning-only behavior but keep the .rep directory check\nfor cache validation (detects incomplete cached projects).\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: revert aggressive import panics, keep .rep cache validation",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-06T17:56:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6b148c9cf1557b79479de40112f48c6dfef11d13",
"body": "- ensure_test_project checks both .gpr and .rep directory (not just\n .gpr) to detect incomplete projects from failed imports\n- Clean up partial project state before re-importing\n- Make import and analyze failures fatal (panic) instead of silently\n continuing with a broken project\n- Use per-job cache keys (github.job) so parallel CI jobs don't\n overwrite each other's project caches\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: robust project caching and import verification",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-06T17:48:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "42ff0dadc3fabefaa1dc25837eaf2b66ea7ab54d",
"body": "On macOS, add_numbers may be inlined by the compiler and not appear\nas a named function in Ghidra. Switch decompile, graph callers, and\ndiff tests to use main which always exists. Also use unique symbol\nnames in rename test to avoid cached project state collisions.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: use main instead of add_numbers in macOS-sensitive tests",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-06T17:25:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6b9d3a2161907167dc432362e1897d4497dff821",
"body": "Ghidra output format varies by platform - inline functions may not\nappear in function list, stats wraps in [{\"stats\":{...}}] array,\nstrings list returns import symbols not Rust string literals.\nSoften hard assertions to prevent false failures across OS matrix.\nMark snapshot tests as #[ignore] until baselines are bootstrapped.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: make readonly test assertions lenient for CI stability",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-06T17:00:58Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2275ca8ec4d9332728b39587d7d49f801ea6ad61",
"body": "- Replace once_cell::sync::Lazy with std::sync::OnceLock\n- Fix cargo fmt formatting issues\n- Fix clippy map_or -> is_some_and\n- Remove once_cell from dev-dependencies\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: switch to OnceLock, fix fmt/clippy, drop once_cell dep",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-06T16:46:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "660cb3301400c2f70ab8cf8b269ceb0b3d019de5",
"body": null,
"is_bot": false,
"headline": "test consolidation and CI fixes",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-06T16:40:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae5daeb100cb804bb9bfc1a5a0b78d877e856ee7",
"body": "…atibility\n\nOn macOS Mach-O, C symbols get a leading underscore (_add_numbers),\nso Ghidra can't find \"add_numbers\". Use \"main\" which is normalized\nacross platforms.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: find calls test - use main instead of add_numbers for macOS comp…",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-06T15:42:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "525fd0d9dfbdbee4cd5f56a0aef41c290471a2b7",
"body": "…nemonics\n\nGhidra returns addresses without 0x prefix. Also added ARM64 instruction\nmnemonics to the soft check for function prologues.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: disasm test - accept addresses without 0x prefix and add ARM64 m…",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-06T15:20:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "237ce5385dfaa6de5a7910acedb86c4e6f3590b9",
"body": "_start doesn't exist on macOS Mach-O binaries.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: diff test - use main instead of _start for macOS compatibility",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-06T15:19:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a5a7ed142332f5fbd13f0f7f43442022897f7cc4",
"body": "Applying a data type at a function entry point conflicts with\nexisting instructions in Ghidra's listing.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: type apply test - accept instruction conflict at code address",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-06T04:08:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1a31d6992f30f0793a153d56bdb32a252eee53a3",
"body": "script list CLI variant doesn't accept --project arg, so the command\nfails when no default project is configured.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: script list test - accept no-project error",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-06T03:32:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c9cd51b9d7ae0f8c21ec42c5a86ebac9cfd1242a",
"body": "- script list: remove --project/--program (not accepted by bare variant)\n- script run: accept Ghidra script-not-found error gracefully\n- script python: accept Python-not-available error (Java bridge mode)\n- memory block: add overlay address format support\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: script tests and memory block validation",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-06T02:59:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "41355aee722b96a433ab5094f400aaa7953b095f",
"body": "MemoryBlock addresses can be in overlay format (e.g., \".comment::00000000\")\nrather than plain hex. Also allow empty permissions for non-loaded sections.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: handle Ghidra overlay memory block addresses in validation",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-06T02:20:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ac64fa85620853f18e575e41f1dd407c701c9698",
"body": "- is_hex_address() now accepts both \"0x001174b0\" and \"001174b0\" formats\n since Ghidra returns addresses without 0x prefix\n- Relax filter test to check at least one result matches (not all)\n- Relax summary test to just verify non-empty output\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: query tests - accept Ghidra address format and relax assertions",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-06T01:49:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "39c890dca8bcbb6a15c640c6e5b0e88fb01e9c18",
"body": "- project create outputs \"Project '...' created\" not \"Created project\"\n- import outputs JSON to stdout, status messages go to stderr\n- Remove stdout assertions on import success message\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: project tests - fix output format assertions",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-06T01:20:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3586c143eaef1a0e68c8fce2ee16cdfe68457496",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "style: rustfmt formatting fixes",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-06T01:14:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "70a5324a8b1f6c873c58aac90214d4006b4facd3",
"body": "- program close/export may not be implemented in bridge, accept gracefully\n- program info without --program returns default program info (not an error)\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: program tests - accept unimplemented commands, fix no-program test",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-06T00:53:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5373804fca136235ce7e6a780c06afc72ff823bd",
"body": "Ghidra refuses to patch bytes at addresses with existing instructions.\nAccept \"Memory change conflicts\" error as valid behavior alongside success.\nAlso accept export failures in headless mode.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: accept Ghidra instruction conflict errors in patch tests",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-06T00:26:58Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2ed157da2cef915efcbf13f0949cfe500cc663d2",
"body": "- Remove --format json from patch bytes/nop/export (not supported by CLI)\n- Accept instruction conflict error in function boundary test\n- Fix missing program test to use dynamic address and accept default program\n- Remove unused PatchResult schema import\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: patch tests - remove unsupported --format flag, fix assertions",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-06T00:04:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e4b6ea3ebdf7af3a3c3e6e94f23548dc98b7e7cc",
"body": "graph callers/callees returns JSON array directly, not a wrapper object\nwith \"callers\"/\"callees\" keys. Just check for success.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: remove callers/callees output assertions in graph tests",
"author_name": "Alexander Kiselev",
"author_login": null,
"committed_at": "2026-02-05T23:42:38Z",
"body_truncated": false,
"is_coding_agent": true
}
],
"releases_count": 10,
"commits_last_year": 171,
"latest_release_at": "2026-07-14T23:42:26Z",
"latest_release_tag": "v0.2.1",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 11,
"days_since_latest_release": 13,
"mean_days_between_releases": 18.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": "ghidra-cli",
"exists": true,
"license": "GPL-3.0",
"keywords": [],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/ghidra-cli",
"is_deprecated": false,
"latest_version": "0.2.1",
"repository_url": "https://github.com/akiselev/ghidra-cli",
"versions_count": 9,
"total_downloads": 340,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 52,
"first_published_at": "2026-01-27T00:20:14.124526Z",
"latest_published_at": "2026-07-14T23:43:23.252113Z",
"latest_version_yanked": false,
"days_since_latest_publish": 13
}
]
},
"popularity": {
"forks": 19,
"stars": 173,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2026-02-22",
"count": 1
},
{
"date": "2026-02-24",
"count": 1
},
{
"date": "2026-02-26",
"count": 1
},
{
"date": "2026-03-11",
"count": 1
},
{
"date": "2026-03-23",
"count": 1
},
{
"date": "2026-03-30",
"count": 1
},
{
"date": "2026-04-09",
"count": 2
},
{
"date": "2026-04-19",
"count": 1
},
{
"date": "2026-05-16",
"count": 1
},
{
"date": "2026-05-23",
"count": 1
},
{
"date": "2026-06-01",
"count": 1
},
{
"date": "2026-06-02",
"count": 1
},
{
"date": "2026-06-05",
"count": 1
},
{
"date": "2026-06-11",
"count": 1
},
{
"date": "2026-07-23",
"count": 1
},
{
"date": "2026-07-25",
"count": 1
}
],
"complete": true,
"collected": 17,
"total_forks": 19
},
"star_history": null,
"open_issues_and_prs": 5
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml"
],
"largest_source_bytes": 196118,
"source_files_sampled": 36,
"oversized_source_files": 2,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 2111
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"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": [
"crates"
],
"dependencies": [
{
"name": "clap",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "4.5"
},
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "serde_json",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "serde_yaml",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.9"
},
{
"name": "pest",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.7"
},
{
"name": "pest_derive",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.7"
},
{
"name": "tabled",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.15"
},
{
"name": "comfy-table",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "7.1"
},
{
"name": "anyhow",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "thiserror",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "env_logger",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.11"
},
{
"name": "log",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "tracing",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1"
},
{
"name": "tracing-subscriber",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "tracing-appender",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "tokio",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.35"
},
{
"name": "chrono",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "md5",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.7"
},
{
"name": "dirs",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "5.0"
},
{
"name": "tempfile",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "3.8"
},
{
"name": "walkdir",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.4"
},
{
"name": "which",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "6.0"
},
{
"name": "libc",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "regex",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.10"
},
{
"name": "lazy_static",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.4"
},
{
"name": "csv",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.3"
},
{
"name": "strsim",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.11"
},
{
"name": "dunce",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "reqwest",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.11"
},
{
"name": "zip",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.6"
},
{
"name": "futures-util",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "indicatif",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.17"
}
],
"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": 2,
"merged_prs": 5,
"open_issues": 3,
"closed_ratio": 0.571,
"closed_issues": 4,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "akiselev",
"commits": 23,
"avatar_url": "https://avatars.githubusercontent.com/u/653604?v=4"
},
{
"type": "User",
"login": "claude",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/81847?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.885
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"claude.yml",
"lint.yml",
"release.yml",
"test.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 9,
"reason": "binaries present in source code",
"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": 10,
"reason": "no dangerous workflow patterns detected",
"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": "30 commit(s) and 4 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": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"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": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "19 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "7b14cbce0011b6c64fe2f005f0e2be9a69f7ff69",
"ran_at": "2026-07-28T07:34:40Z",
"aggregate_score": 3.1,
"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": "2026-07-23T19:58:55Z",
"oldest_open_prs": [
{
"number": 7,
"created_at": "2026-01-28T23:06:17Z",
"last_comment_at": "2026-01-28T23:06:38Z",
"last_comment_author": "gemini-code-assist"
},
{
"number": 8,
"created_at": "2026-02-24T03:24:46Z",
"last_comment_at": "2026-02-24T03:29:09Z",
"last_comment_author": "encounter"
}
],
"last_merged_pr_at": "2026-01-25T15:09:46Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 10,
"created_at": "2026-03-13T16:45:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 13,
"created_at": "2026-04-22T14:35:11Z",
"last_comment_at": "2026-06-21T01:23:10Z",
"last_comment_author": "akiselev"
},
{
"number": 15,
"created_at": "2026-06-09T13:07:48Z",
"last_comment_at": "2026-07-04T14:38:32Z",
"last_comment_author": "80avin"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/akiselev/ghidra-cli",
"host": "github.com",
"name": "ghidra-cli",
"owner": "akiselev"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 57 is calibrated to 60 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 57,
"calibrated": 60,
"calibration": "2026-08-02"
}
}
],
"value": 60,
"inputs": {
"security": 31,
"vitality": 79,
"community": 44,
"governance": 51,
"calibration": "2026-08-02",
"engineering": 70,
"ai_readiness": 75,
"weighted_overall_raw": 57
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 79,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"commits_last_year": 171,
"human_commit_share": 1,
"days_since_last_push": 4,
"active_weeks_last_year": 11
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "11/52 weeks with commits",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 11
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "171 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 171
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 4 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": 10,
"latest_release_tag": "v0.2.1",
"releases_from_tags": false,
"days_since_latest_release": 13,
"mean_days_between_releases": 18.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 13 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 13
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~18.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 18.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": "exceptional",
"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": 10,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 10 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 10
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 44,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "weak",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"forks": 19,
"stars": 173,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "173 stars",
"points": 36.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 173
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "19 forks",
"points": 10.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 19
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"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 (GPL-3.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "GPL-3.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
}
]
},
{
"key": "ecosystem_adoption",
"band": "at_risk",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 29,
"inputs": {
"packages": [
"ghidra-cli"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 340,
"monthly_downloads": 52
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "52 downloads/month across crates",
"points": 23,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 52,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 51,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 14,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.885
},
"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 88% of commits",
"points": 2.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 88
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"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": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 52,
"inputs": {
"merged_prs": 5,
"open_issues": 3,
"closed_issues": 4,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.571,
"closed_unmerged_prs": 2,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "57% of issues closed",
"points": 24,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 57
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "5/7 decided PRs merged",
"points": 21.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 5,
"decided": 7
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"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": 56,
"inputs": {
"followers": 19,
"owner_type": "User",
"is_verified": null,
"owner_login": "akiselev",
"public_repos": 68,
"account_age_days": 5623
},
"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": "19 followers of akiselev",
"points": 9.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 19,
"login": "akiselev"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "68 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 68
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"ghidra-cli"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 13
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 13 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 13
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "9 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 9
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 70,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"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": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"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": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"ai-agents",
"automation",
"binary-analysis",
"claude-code",
"cli",
"decompiler",
"ghidra",
"headless",
"llm",
"malware-analysis",
"reverse-engineering",
"rust"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"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": "12 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 12
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 31,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 31,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.1
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 6.8,
"status": "partial",
"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 dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"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": "30 commit(s) and 4 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 detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"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": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "19 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 75,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "good",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.57,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 2111
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, CLAUDE.md"
}
}
],
"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": "57 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 30.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 57,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Cargo.lock"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.5,
"toolchain_manifests": [
"Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml"
}
}
],
"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": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"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": "50 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 50,
"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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 97,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 196118,
"source_files_sampled": 36,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/36 source files over 60KB",
"points": 51.9,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 36,
"oversized": 2
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [
"cli",
"library"
],
"scores": {
"cli": 8,
"library": 6
},
"primary": "cli",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:crates",
"weight": 6
},
{
"tier": "dependencies",
"label": "cli",
"source": "dep:clap",
"weight": 4
},
{
"tier": "description",
"label": "cli",
"source": "description:cli",
"weight": 2
},
{
"tier": "tags",
"label": "cli",
"source": "tag:cli",
"weight": 2
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": true,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-28T07:34:45.952501Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/akiselev/ghidra-cli.svg",
"full_name": "akiselev/ghidra-cli",
"license_state": "standard",
"license_spdx": "GPL-3.0"
}