原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"cli",
"golang",
"security",
"static-analysis",
"unicode"
],
"is_fork": false,
"size_kb": 344,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 518666,
"Makefile": 5328,
"Dockerfile": 78
},
"pushed_at": "2026-07-24T10:54:23Z",
"created_at": "2026-03-16T01:31:18Z",
"owner_type": "User",
"updated_at": "2026-07-24T10:54:43Z",
"description": "Detect hidden Unicode attacks in source code before they fool you.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Jean-Philippe Couture",
"type": "User",
"login": "jcouture",
"company": "@mirego",
"location": "Quebec City, Canada",
"followers": 31,
"avatar_url": "https://avatars.githubusercontent.com/u/5007?v=4",
"created_at": "2008-04-04T10:47:05Z",
"is_verified": null,
"public_repos": 17,
"account_age_days": 6689
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-07-18T15:10:31Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-05-08T20:16:56Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-04-12T15:59:00Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-03-25T00:01:10Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-03-17T16:02:38Z"
}
],
"recent_commits": [
{
"oid": "5762d3f34ce6fe074011d56488d01f73dbc688b5",
"body": " - drop buildObservationIndex and its per-rune posKey map in\n favor of findObservation using sort.Find over the already\n sorted Observations slice\n - remove obsIndex threading through classify severity, region,\n suppression, and line-split helpers\n - stop over-allocating findings slice capacity in buildFileResult\n - add bench, pprof, pprof-contention, and benchstat Make targets\n - ignore local perf/ scratch capture directory",
"is_bot": false,
"headline": "perf(scan): replace observation map index with binary search",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-07-24T10:54:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61f23b6e76a42d7c25a1e8aa6c1b9050716285f8",
"body": null,
"is_bot": false,
"headline": "build(deps): bump go-isatty from 0.0.22 to 0.0.23",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-07-20T23:24:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fa833a14e0439fabb19c77d35c55392edca744f",
"body": " - add allocation-free scanCategories pass over raw bytes\n - only build Observations index when a gating category is found\n - extend Prepass with non-latin script and combining mark signals\n - short-circuit mixedscript and combiningmark detectors on prepass\n - skip decoder-marker detection when no unicode signal exists\n - add regression test bounding memory for clean file trees",
"is_bot": false,
"headline": "perf(scan): skip per-rune index for clean files",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-07-20T23:24:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b88a31eb6329bd6fb1603765975fbe3696daa20",
"body": " - add classifyCaches memoizing per-line text, trimmed text, prose\n check, and lineMarkerIndex across findings on the same line\n - rewrite quote/separator/comment region checks to binary-search\n precomputed marker positions instead of rescanning per finding\n - add splitLineAtObservation usi\n[…]\nt / backward-decode\n helpers bounded by the needed count, not the text length\n - add memory_regression_test.go marginal-cost guards (bytes and\n wall-clock) and oom_repro_bench_test.go benchmark",
"is_bot": false,
"headline": "perf(scan): avoid per-finding line-length rescans",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-07-20T23:24:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "331efa223e4807370c66305ab77df0cb1508c688",
"body": null,
"is_bot": false,
"headline": "release: ghostscan 0.5.0",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-07-18T15:06:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd8b0133b9c78c78d28e12cc96a1145f7e98942f",
"body": " - set persist-credentials false on checkout in ci, cd,\n and codeql workflows\n - add contents read permissions to ci workflow\n - bump docker setup-qemu and login actions to v4\n - bump codeql-action steps to v4.37.0\n - disable go build cache in cd workflow\n - add dependabot cooldown of 7 days for both ecosystems\n - add zizmor 1.27.0 to mise tools",
"is_bot": false,
"headline": "ci: harden workflows and update pinned actions",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-07-16T12:45:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1113b0854d0a8c46205a95dd2c0f16d9738d4d84",
"body": " - document multi-arch Docker install method in README\n - update README version banner and default exclude example\n - bump Go from 1.26.4 to 1.26.5 in go.mod and mise.toml\n - bump golang.org/x/sys from 0.46.0 to 0.47.0",
"is_bot": false,
"headline": "chore: document docker install and bump toolchain",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-07-15T12:50:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f289515f3921029ddc0796b8c9c9f21446eebb5b",
"body": " - add packages write permission to cd workflow\n - add QEMU setup step for cross-platform builds\n - add GHCR login step using github token\n - replace release section with docker and manifest\n config in goreleaser\n - build linux/amd64 and linux/arm64 images to\n ghcr.io/jcouture/ghostscan\n - publish versioned and latest multi-arch manifests\n - add minimal scratch-based Dockerfile",
"is_bot": false,
"headline": "ci: add multi-arch Docker image publishing",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-07-08T11:09:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51aafb7d04a2485aabf4162ef013a4a256ef1958",
"body": " - add cosign keypair signing to goreleaser for checksums\n - add cosign.pub public key and gitignore cosign.key\n - add CodeQL analysis workflow for Go\n - add homebrew cask definition to goreleaser config\n - bump actions/checkout to v7.0.0 and setup-go to v6.5.0\n - bump goreleaser-action to v7.\n[…]\nversion in Makefile to v2.16.0\n - add cosign, goreleaser, and pinata to mise.toml\n - document homebrew install and signature verification in README\n - add -buildvcs=false flag and rename archive id",
"is_bot": false,
"headline": "ci: add cosign signing, codeql, and homebrew cask",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-07-07T16:21:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4abe1408c9212a4a754c88b4a1a5c84739732ac4",
"body": null,
"is_bot": false,
"headline": "build(deps): bump golang.org/x/sys from 0.45.0 to 0.46.0",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-07-07T01:41:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa3c469ee32a75b2632bcab954cb3f380fa35c80",
"body": " - relocate engine/ to internal/scan/, renaming package to scan\n - relocate finding/ to internal/finding/\n - delete public engine API surface (engine.go, types.go, sort.go,\n doc.go, public_api_test.go, api_test.go)\n - replace engine.Engine with a simplified scan.Engine that removes\n Option\n[…]\nsitory_poisoning_like.js test\n fixtures with corresponding engine corpus tests\n - add benchmark cases for campaign-style PUA fixture\n - update run_test.go expected scanned file count from 9 to 10",
"is_bot": false,
"headline": "refactor: move engine and finding packages under internal",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-07-07T01:41:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "77c6f7ef84fc42ce706424f21d04f3b62af60c3a",
"body": " - update go toolchain from 1.26.3 to 1.26.4 in go.mod and mise.toml\n - bump github.com/mattn/go-colorable from 0.1.14 to 0.1.15\n - bump golang.org/x/sys from 0.44.0 to 0.45.0",
"is_bot": false,
"headline": "build(deps): bump go toolchain and dependencies",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-07-07T01:41:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1237c31ad14d92b321adcbab890ab29110a68ea0",
"body": null,
"is_bot": false,
"headline": "release: ghostscan 0.4.0",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-05-08T20:12:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d31d3915a52da30a2a99067a142eb1d7d9ca38b",
"body": " - update go toolchain to 1.26.3 in go.mod and mise\n - bump golang.org/x/sys to v0.44.0 in go.sum",
"is_bot": false,
"headline": "build: bump go version and x/sys",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-05-08T19:55:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "441a843ae61dc2b11c18318f234fb3f3f597e3f9",
"body": "- move finding package from internal to top level\n- update imports across engine, detectors, reports, app",
"is_bot": false,
"headline": "refactor(finding): promote package to root (#25)",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-05-03T20:50:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ae7720ea48079f8be5c3b47c4e36a4f66d248eb",
"body": "- introduce file-role classification (locale_data, test_fixture, build_release)\n - suppress low-signal invisible findings in benign test fixture contexts\n - guard suppression against decode markers, token regions, and build contexts\n - extract hasNearbyDecoderMarker helper from decoder proximity logic\n - update README severity docs to describe file-role input",
"is_bot": false,
"headline": "refactor(engine): add file-role hints and low-signal suppression (#24)",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-04-30T01:40:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5a1e1fddaf892cb74b059e02a8ad9c9ae8eed79",
"body": "Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 7.1.0 to 7.2.1.\n- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)\n- [Commits](https://github.com/goreleaser/goreleaser-action/compare/e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c...1a8083\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump goreleaser/goreleaser-action from 7.1.0 to 7.2.1 (#22)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-30T01:29:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3884e5d11d8c95b6cc03d4d3f529e9d2c739a27c",
"body": "…ppression (#23)\n\n- replace O(n) observationForFinding scan with map-based index lookup\n - consolidate duplicate lineDistance into finding.LineDistance\n - rename isTokenRune to isIdentRune for clarity\n - extract finding suppression logic from human.go into suppress.go\n - add doc comments to all \n[…]\nngine types and methods\n - simplify isWhitespaceLikeRegion to avoid slice allocation\n - remove redundant ErrBinaryContent special-case in run.go\n - add missing rule categories to JSON report output",
"is_bot": false,
"headline": "refactor: deduplicate helpers, add engine docs, and extract report su…",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-04-30T01:27:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "79f46595e4bca5808c1c3123f1ce1037c01e6b2f",
"body": "Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 7.0.0 to 7.1.0.\n- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)\n- [Commits](https://github.com/goreleaser/goreleaser-action/compare/ec59f474b9834571250b370d4735c50f8e2d1e29...e24998\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump goreleaser/goreleaser-action from 7.0.0 to 7.1.0 (#18)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-27T16:43:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0fc147382f5556130e8e22c5668f75272f068314",
"body": "- move core scan logic from internal/scan to public engine package\n - add ScanFile, ScanBytes, ScanString entry points for external callers\n - add ScanFileDetailed and ScanBytesDetailed for full result metadata\n - export Finding, Severity, and Result types with stable public API\n - add SortFindi\n[…]\np/run.go to use new engine package\n - add public_api_test.go and api_test.go for new entry points\n - update README with reusable engine usage example\n - bump go-isatty indirect dependency to 0.0.22",
"is_bot": false,
"headline": "refactor(engine): extract public engine API for reusable detection (#21)",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-04-27T16:42:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3fe13cdd064d4d8c01f7c9bd971179296d33374b",
"body": "* feat(scan): add severity classification system\n\n - add Severity type and constants (LOW/MEDIUM/HIGH/CRITICAL) to finding\n - implement file shape classification (code_like/data_like/prose_like)\n - implement finding region classification for context-aware severity\n - add path hint detection for \n[…]\nsibleSeverity to use classification struct and traits\n - add test for leading BOM suppression with non-leading U+FEFF reporting\n - update README severity table and low-signal invisible handling docs",
"is_bot": false,
"headline": "feat: add context-aware severity classification system (#20)",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-04-26T19:00:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7e283af3f64be303cb5bc9812f908540d600b17b",
"body": "* docs: update binary detection wording\n\n* chore: release v0.3.0",
"is_bot": false,
"headline": "Release v0.3.0 (#17)",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-04-12T15:57:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d361887568506476603f837d757ecc81cc424e8",
"body": "…ves (#16)\n\n- add unicodeutil/emoji.go with emoji base, modifier, and ZWJ validation\n- update invisible detector to skip ZWJ characters in valid emoji sequences\n- update combining mark detector to skip variation selectors and keycaps\n- add test fixtures for benign emoji sequences and fake emoji attacks\n- add integration tests for emoji sequence handling in engine corpus",
"is_bot": false,
"headline": "feat(detector): add emoji sequence recognition to reduce false positi…",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-04-11T19:31:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6854ad288c790bc6b907ef193694457d1e2eb699",
"body": "- replace gofile mime detection with filetype matches check\n - remove custom isBinaryMIME helper and associated tests\n - update module dependencies to use github.com/h2non/filetype",
"is_bot": false,
"headline": "refactor: simplify binary detection with filetype (#15)",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-04-10T17:16:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00f6a9c686cd2669b1e26640287c0fb0129435e4",
"body": null,
"is_bot": false,
"headline": "build: bump Go to 1.26.2 (#14)",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-04-09T23:46:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "921e30fca02cf5da5bb831a6ee16e8fd30694a85",
"body": "- add gofile-based BinaryCheck to classify binary magic headers\n - propagate binary check through discovery and eligibility reasons\n - exclude .git directories with recursive pattern default\n - add pdf fixture and broaden coverage across app, filesystem, detector, finding, report\n - bump dependencies including gofile and golang.org/x/sys",
"is_bot": false,
"headline": "fix: skip binaries using mime sniffing (#13)",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-04-09T23:33:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b808937f36ecd8c7fef87bd4b9189483ac40c22",
"body": "- refresh CLI help text in README and usage output tests\n - add coverage for app, detector, filesystem, finding, report, scan,\n and unicodeutil helpers\n - clarify exclude handling and reporter comments for deterministic\n behavior",
"is_bot": false,
"headline": "test: broaden helper coverage (#12)",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-04-06T18:30:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d80da54a7028da32082d3e84c755bb9af1450dd5",
"body": "- add --format flag and validation for human or json modes\n - emit structured json reports with findings, skips, and errors\n - include commit metadata, timestamps, and skip details in outputs\n - add CLI and report tests covering json success and error paths",
"is_bot": false,
"headline": "feat(report): add json output format (#11)",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-04-06T17:41:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30f5f88f1d1cac5e49a0f6c3fe871a48549b5d3a",
"body": "- keep decoder markers internal and only emit correlated payloads\n - suppress private-use payload findings in font-like svg assets\n - adjust finding ordering and human report text for correlations\n - update docs, fixtures, and tests for the new behavior",
"is_bot": false,
"headline": "feat(detector): reduce decoder and font noise (#10)",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-04-04T14:42:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0aeced01e9036978543d1d727a60aceb816e623d",
"body": "Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.3.0 to 6.4.0.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/4b73464bb391d4059bd26b0524d20df3927bd417...4a3601121dd01d1626a1e23e37211e3254c1c06c)\n\n---\nupdated\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/setup-go from 6.3.0 to 6.4.0 (#8)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-01T16:21:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5cd37b9a56b4e071f3b55a81645700abab4f0ae5",
"body": "- add repeatable --exclude and --no-default-excludes flags\n - implement doublestar aware excluder and normalize paths\n - report skipped paths in verbose mode during discovery\n - expand tests/docs and bump zerolog to 1.35.0",
"is_bot": false,
"headline": "feat: add configurable exclude globs (#9)",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-04-01T16:20:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acd8d4d1bb36adf9b943e36143932bdbd1c3ab64",
"body": "… (#6)\n\n* perf: optimize payload detection and reporting\n\n - add sliding window state to payload density detector\n - expose detector observations directly to reduce copying\n - add trusted scan paths that skip binary checks when desired\n - report pruned directories in runtime summary and stats\n \n[…]\n\n - use class slices when formatting payload density messages\n - emit summary-only human output when not verbose and keep ordering stable\n - reuse reporter logger buffer and index findings via maps",
"is_bot": false,
"headline": "Stabilize payload classification and streamline reporting performance…",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-03-31T00:15:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d1c7e79d68e750488c7b734082c8d393b1b9b643",
"body": "Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 6.4.0 to 7.0.0.\n- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)\n- [Commits](https://github.com/goreleaser/goreleaser-action/compare/e435ccd777264be153ace6237001ef4d979d3a7a...ec59f4\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump goreleaser/goreleaser-action from 6.4.0 to 7.0.0 (#4)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-24T23:57:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1fb33621b0bcd637deb7ed66985019241774ae06",
"body": "… and tightened CLI (#3)\n\n* feat: add verbose scan summary and grouped unicode reporting\n\n - add verbose flag to show timing, skip stats, and findings totals\n - group invisible/private-use runs with bounds and render evidence spans\n - correlate payloads with nearby decoder markers via new rule\n \n[…]\nocs: add changelog and FAQ updates\n\n - add changelog entries for v0.2.0 features and fixes\n - expand README FAQ with macOS, static scanning, single-file notes\n\n* docs: add release dates to changelog",
"is_bot": false,
"headline": "feat: wire scan pipeline with grouped findings, structured reporting,…",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-03-24T23:56:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d5175eb65dc25d16aae9c2ac3f539dad056dd7a7",
"body": null,
"is_bot": false,
"headline": "docs: add install options in readme",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-03-17T16:11:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7afc9a220c44f82b7ba0f8a29dbe7771118ee47d",
"body": null,
"is_bot": false,
"headline": "docs: add macos quarantine faq",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-03-17T16:08:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a9866bc6be0d2439c47b679e164eb5287f0dd80",
"body": " - add tag-triggered GitHub Actions CD job running goreleaser\n - add goreleaser config with ldflags for version and commit\n - extend Makefile with release helpers and snapshot target\n - ignore dist artifacts and document release process",
"is_bot": false,
"headline": "ci(release): add goreleaser pipeline and tagging flow",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-03-17T15:23:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bd69049f60f9e0ce0fbf60fe0186ed87d86b514",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.1 to 6.0.2.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/34e114876b0b11c390a5638\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/checkout from 4.3.1 to 6.0.2 (#2)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-17T15:00:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f4fd6364af271b8eda8c543b352fdc0578af0021",
"body": "Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.6.0 to 6.3.0.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/40f1582b2485089dde7abd97c1529aa768e1baff...4b73464bb391d4059bd26b0524d20df3927bd417)\n\n---\nupdated\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/setup-go from 5.6.0 to 6.3.0 (#1)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-17T14:59:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "90c9d5efa164ff7a9db95a773bc0bfc2288b3d66",
"body": " - update arg limit error to mention paths explicitly\n - document stable ordering decisions in scan and report paths\n - explain grouping intent for sequences and correlation steps\n - note main remains minimal and non-invasive",
"is_bot": false,
"headline": "chore: clarify diagnostics and ordering intent",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-03-17T14:17:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61533fa6fff3c74551121b1b7e85680b00b54f5f",
"body": " - add -v/--version flags to print version info\n - introduce versionString with version and commit metadata\n - cover version flag behavior in root command tests",
"is_bot": false,
"headline": "feat(cli): add version flag output",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-03-17T14:02:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19e015c8e303d05fc3dfd52f2a0d8c50202e75e8",
"body": " - add ci.yml workflow running vet, test, and build on PRs and main\n - pin action steps to full commit SHA for supply-chain safety\n - add dependabot.yml for weekly gomod and github-actions updates",
"is_bot": false,
"headline": "ci: add github actions workflow and dependabot config",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-03-17T13:38:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "794df3049e3dc46e9683eee7264a5f01728c21c0",
"body": " - add clear overview, usage examples, and exit codes\n - document features, skips, and troubleshooting answers",
"is_bot": false,
"headline": "docs: expand readme usage and faq",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-03-16T02:03:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afc3c9bda6293f5a53e3f8d2d22758725ab069c2",
"body": " - add color-aware human report with summary header and grouped incidents\n - wire CLI -nc/--no-color flags through app options to reporter\n - extend payload-decoder correlation window to 25 lines and update tests",
"is_bot": false,
"headline": "feat(report): colorized summary output",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-03-16T01:59:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06c665e9ad7e54636b7b52461e274212286c8a1c",
"body": " - add engine corpus tests for unicode detectors and payloads\n - assert scanFile handles invalid utf8 positions and crlf offsets\n - add file eligibility test for invalid utf8 without nul bytes\n - add fixtures for benign, bidi, invisible, private-use, payload",
"is_bot": false,
"headline": "test: add fixture corpus for unicode scanning",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-03-16T01:42:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b029627f8169e17da9ac45399a6d323e315fb203",
"body": " - add mixed-script, combining mark, and directional control detectors\n - detect fragmented payload density across multiple suspicious classes\n - render finding line context in human reports and CLI output\n - enrich findings with context snippets during scanning",
"is_bot": false,
"headline": "feat: extend unicode detection coverage",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-03-16T01:30:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e9fd3256144ce50a264028f7fa3f174749e2cef",
"body": " - change Run to return Result with HasFindings flag\n - update CLI exit decision to use result instead of slice length\n - adjust run tests and add clean input coverage",
"is_bot": false,
"headline": "refactor(app): return run result summary",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-03-16T01:00:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "592137a9ecd12ad183dee70bda9827145db26783",
"body": " - replace cobra-based root command with direct arg handling\n - remove cobra module dependencies from go.mod and go.sum",
"is_bot": false,
"headline": "refactor: drop cobra dependency",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-03-16T00:55:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60a1f99520c755ace6524a999443098c445349ef",
"body": " - switch to a shared stable comparator and add unit coverage for Sort\n - remove duplicate ordering in reporting and rely on caller-sorted input\n - verify run aggregates and renders findings in deterministic file order",
"is_bot": false,
"headline": "refactor(finding): stabilize sorting and ordering",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-03-16T00:49:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39f90e0a7bd945061e13eba22c6354c107ba4fd7",
"body": " - add HumanReporter to sort findings and write with helper\n - include summary counts by severity and file coverage\n - add golden tests for human output ordering and errors",
"is_bot": false,
"headline": "feat(report): add summary to human output",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-03-16T00:39:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9615002f7cfb68db4aaa77bf7f261d88a18dceea",
"body": " - detect eval/new Function/Buffer.from/atob/TextDecoder patterns\n - flag setTimeout when called with string argument\n - correlate decoder findings near payloads and raise severity\n - wire detector into engine and cover with fixtures and tests",
"is_bot": false,
"headline": "feat(detector): add decoder detection",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-03-16T00:32:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39b1acb5f7e98d3d473d3844a2f8c1670533e193",
"body": " - add payload detector grouping long invisible/private-use runs\n - wire payload findings into scan engine and app output assertions\n - cover payload rule with unit tests and payload fixtures",
"is_bot": false,
"headline": "feat(detector): detect unicode payload runs",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-03-16T00:23:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac8cc523cfcf4acc668967806166bebab4011758",
"body": " - add detector for bidi control characters with HIGH severity findings\n - render bidi rune names and evidence in reports and tests\n - extend engine and fixtures to cover bidi detection scenarios",
"is_bot": false,
"headline": "feat: add bidi control detection",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-03-16T00:17:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "958297dbf872e154b213ae28429e0532c9bbda49",
"body": " - add IsPrivateUse helper and detector emitting rendered evidence\n - wire scan engine and CLI execution tests for private use findings\n - add unit coverage and fixtures for all private use ranges",
"is_bot": false,
"headline": "feat(detector): add private use detection",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-03-16T00:10:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "420e76fac83fae2b9bf51ab609eea50a1535c7e4",
"body": " - add finding model, sorting, and human-readable reporting\n - implement invisible rune classification and detector with fixtures\n - return findings from engine/app and exit with findings-detected code\n - extend tests to cover reporting, detection, and exit behavior",
"is_bot": false,
"headline": "feat: add invisible unicode detection",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-03-16T00:04:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efd6fcfd363b510cbb81fc66e413e23b9b9612f1",
"body": " - create scan engine that reads files into rune observations with positions\n - map byte offsets to line and column using line index helpers\n - wire engine into app run loop and expand coverage with fixtures and tests",
"is_bot": false,
"headline": "feat(scan): add file scanning engine",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-03-15T23:56:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2b1dc68923f5141393a2b82f413cad50c741a22",
"body": " - add CheckFile with max size and binary NUL detection\n - integrate eligibility into Discover to skip invalid files\n - add fixtures and tests for eligibility scenarios",
"is_bot": false,
"headline": "feat(filesystem): enforce file eligibility rules",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-03-15T23:49:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "679a6f805c3d52eecfa977be7462525b7f8f76b5",
"body": " - add filesystem discovery that skips symlinks and excluded dirs\n - wire root command to stream discovered files to stdout\n - update app options and tests for new discovery behavior",
"is_bot": false,
"headline": "feat: add filesystem discovery walker",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-03-15T23:40:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ebd72b0e9066226bd1ff10fc15269eee1f536a8",
"body": " - wire root command to run app logic with exit codes\n - validate and resolve target paths in app.Run with clear errors\n - add unit tests for CLI execution and path handling cases\n - introduce exit code constants and cobra dependency wiring",
"is_bot": false,
"headline": "feat(cli): add cobra root cmd and path validation",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-03-15T23:31:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2faa11b42a1279c87b47db65d68160c21c910e37",
"body": null,
"is_bot": false,
"headline": "Initial commit.",
"author_name": "Jean-Philippe Couture",
"author_login": "jcouture",
"committed_at": "2026-03-15T18:39:09Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 60,
"latest_release_at": "2026-07-18T15:10:31Z",
"latest_release_tag": "v0.5.0",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 13,
"days_since_latest_release": 9,
"mean_days_between_releases": 30.7
},
"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/jcouture/ghostscan",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/jcouture/ghostscan",
"is_deprecated": false,
"latest_version": "v0.5.0",
"repository_url": "https://github.com/jcouture/ghostscan",
"versions_count": 5,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-18T15:06:15Z",
"latest_version_yanked": null,
"days_since_latest_publish": 9
}
]
},
"popularity": {
"forks": 0,
"stars": 2,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile",
"mise.toml"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 32243,
"source_files_sampled": 106,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 7,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/fatih/color",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.19.0"
},
{
"name": "github.com/rs/zerolog",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.35.1"
},
{
"name": "github.com/h2non/filetype",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.3"
},
{
"name": "github.com/spf13/pflag",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.10"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/fatih/color",
"direct": true,
"version": "v1.19.0",
"ecosystem": "go"
},
{
"name": "github.com/h2non/filetype",
"direct": true,
"version": "v1.1.3",
"ecosystem": "go"
},
{
"name": "github.com/rs/zerolog",
"direct": true,
"version": "v1.35.1",
"ecosystem": "go"
},
{
"name": "github.com/spf13/pflag",
"direct": true,
"version": "v1.0.10",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-colorable",
"direct": false,
"version": "v0.1.15",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": false,
"version": "v0.0.23",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.47.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 7,
"direct_count": 4,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 29,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 13
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "jcouture",
"commits": 54,
"avatar_url": "https://avatars.githubusercontent.com/u/5007?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"cd.yml",
"ci.yml",
"codeql.yml"
],
"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": 10,
"reason": "23 out of 23 merged PRs checked by a CI test -- score normalized to 10",
"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/23 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"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": 10,
"reason": "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": "18 commit(s) and 0 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": 10,
"reason": "all dependencies are pinned",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 7,
"reason": "SAST tool detected but not run on all commits",
"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": 1,
"reason": "1 out of the last 5 releases have a total of 1 signed artifacts.",
"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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "5762d3f34ce6fe074011d56488d01f73dbc688b5",
"ran_at": "2026-07-28T11:37:25Z",
"aggregate_score": 5.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-26T12:19:54Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-24T10:54:19Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/jcouture/ghostscan",
"host": "github.com",
"name": "ghostscan",
"owner": "jcouture"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"security": 66,
"vitality": 79,
"community": 24,
"governance": 49,
"engineering": 61
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 79,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"commits_last_year": 60,
"human_commit_share": 0.9,
"days_since_last_push": 4,
"active_weeks_last_year": 13
},
"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": "13/52 weeks with commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 13
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "60 commits in the last year",
"points": 16,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 60
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "18 commit(s) and 0 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": 91,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v0.5.0",
"releases_from_tags": false,
"days_since_latest_release": 9,
"mean_days_between_releases": 30.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 9 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~30.7 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 30.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "1 out of the last 5 releases have a total of 1 signed artifacts.",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 2,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 2
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"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 (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"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": 49,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"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 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"merged_prs": 29,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 13
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "29/42 decided PRs merged",
"points": 26.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 29,
"decided": 42
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/23 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": 52,
"inputs": {
"followers": 31,
"owner_type": "User",
"is_verified": null,
"owner_login": "jcouture",
"public_repos": 17,
"account_age_days": 6689
},
"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": "31 followers of jcouture",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 31,
"login": "jcouture"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "17 public repos, account ~18 yr old",
"points": 21.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 17
}
},
{
"code": "account_age_years",
"params": {
"years": 18
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/jcouture/ghostscan"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 9
},
"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 9 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 9
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "5 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 5
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 61,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"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": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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": "23 out of 23 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"cli",
"golang",
"security",
"static-analysis",
"unicode"
],
"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": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"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": "moderate",
"name": "Security",
"value": 66,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 5.7
},
"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": "23 out of 23 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"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/23 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"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": "update tool detected",
"points": 7.5,
"status": "met",
"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": "18 commit(s) and 0 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": "all dependencies are pinned",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool detected but not run on all commits",
"points": 3.5,
"status": "partial",
"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": "1 out of the last 5 releases have a total of 1 signed artifacts.",
"points": 0.8,
"status": "partial",
"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": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 7 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 7
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 7,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 7,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"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": 3
},
"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": 69,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.981,
"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": "53 of 54 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 53,
"sampled": 54
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Makefile",
"mise.toml"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.1
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile, mise.toml",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile, mise.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": "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": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 60",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 60
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "6 of the last 60 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 6,
"sampled": 60
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 10,
"status": "met",
"details": [],
"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": 32243,
"source_files_sampled": 106,
"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/106 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 106,
"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": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-28T11:37:42.125693Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/jcouture/ghostscan.svg",
"full_name": "jcouture/ghostscan",
"license_state": "standard",
"license_spdx": "MIT"
}