Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 629,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 1185910,
"Makefile": 1968
},
"pushed_at": "2026-07-15T21:16:11Z",
"created_at": "2026-05-16T04:09:14Z",
"owner_type": "User",
"updated_at": "2026-07-22T09:48:03Z",
"description": "Possession takes a valid authenticated request and wears its skin under other identities, roles, stripped auth, and corrupted tokens to see what still opens. It exposes weak access control—dragging IDORs, privilege escalation, and auth bypasses out of the dark.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "AGPL-3.0",
"default_branch": "main",
"license_spdx_raw": "AGPL-3.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "v3x.tech",
"name": "Bugsy Hewitt",
"type": "User",
"login": "bugsyhewitt",
"company": null,
"location": null,
"followers": 24,
"avatar_url": "https://avatars.githubusercontent.com/u/281210152?v=4",
"created_at": "2026-05-02T16:01:55Z",
"is_verified": null,
"public_repos": 40,
"account_age_days": 86
},
"license": {
"state": "standard",
"spdx_id": "AGPL-3.0",
"raw_spdx": "AGPL-3.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2026-07-15T02:12:27Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2026-05-18T03:35:32Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-05-17T03:34:21Z"
}
],
"recent_commits": [
{
"oid": "86b07e600bee132335d4c88c0629dfd079eb9f27",
"body": null,
"is_bot": false,
"headline": "docs: add comic card image to README header",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-07-15T21:16:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42af155af82be55ceacf51000902de35cf09ed7e",
"body": "…epeated work (#36)\n\n- cache_deception: iterate cacheableExtensions directly (already sorted);\n remove sort import, drop defensive copy+sort of exts and sort of shapes\n- path_traversal: hoist strings.Repeat chains to package-level vars so the\n traversal strings are built once at init rather than p\n[…]\narshal + 18 shallow-copy+marshals)\n\nAll tests pass (go test ./...).\n\n\nClaude-Session: https://claude.ai/code/session_01QHhuEAy81RAFs7Rp9jWRFd\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "simplify(mutate): remove redundant sorts, dead import, and per-call r…",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-07-15T18:59:34Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "27eee6fd356b763b9b0b96d8d853e47667051931",
"body": "Promotes the [Unreleased] section to [1.2.0] — 2026-07-14.\n\nAdds CHANGELOG entries for 11 features that were committed but not\ndocumented: --path-traversal, --forbidden-bypass, --graphql, --allowlist /\n--update-allowlist, --swap-object, --enumerate, --record / --replay,\n--learn-markers, --report mar\n[…]\nion, D44 fix).\n\nAlso promotes go-sarif from indirect to direct in go.mod (it is a first-\nclass dep via internal/report/sarif.go).\n\nAll tests pass under -race. Gate E (secureapp zero bypass) preserved.",
"is_bot": false,
"headline": "release: v1.2.0 — document and tag 40-commit post-v1.1.0 milestone (#35)",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-07-15T02:14:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4c8625a468c28419348df964b2884068555d34cb",
"body": null,
"is_bot": false,
"headline": "merge: necro-phase2 r1 improvement",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-06-05T21:38:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b6287e50b6ed96f39a3a2c97d1ae6d848ec90e8",
"body": "…n verdict ladder (necro-phase2-r1)\n\nCloses the documented D44 / v1.1 limitation where the comparative verdict ladder could not tell a clean denial apart from a successful-but-different resource at the low-similarity end (branch 10), silently swallowing a real horizontal-IDOR-to-a-distinct-object as\n[…]\nd: secureapp still emits zero bypass verdicts (all cross-user reads return 403). Four focused ladder tests added; full suite green under -race.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(possession): distinguish different-resource access from denial i…",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-06-05T19:18:17Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e698456f9d58eb02269d855ed272e7750f3b9859",
"body": "…p bypass (#34)\n\nAdd SAMLTamper mutator targeting SAML SSO assertion-layer auth bypasses\n(ASVS V3.5.3 / OWASP SAML Cheat Sheet): signature-strip removes\n<ds:Signature> to test SP signature-skip misconfiguration; nameid-swap\nreplaces <saml:NameID> with a privileged target while preserving the\noriginal signature to test NameID-after-validation bypass. Both variants\nemit authn-bypass/critical findings. 16 tests; all existing tests pass.",
"is_bot": false,
"headline": "feat(scan): --saml-tamper probes SAML SP for sig-strip and NameID-swa…",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-06-05T19:15:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "953b2cb4fac49e6c46898e6e4f938a1e6962758c",
"body": "…6) (#33)\n\nAdd model.FindingRepro (http / curl / differential) to model.Finding\nas json:\"repro,omitempty\". scan.go populates it from report.BuildRepro\nwhile the in-memory Variant is live, so the JSON reporter now includes\ncopy-paste reproductions inline on every finding — no separate markdown\nor HTM\n[…]\nV01.md: jwt-kid-\ninjection, jwt-alg-confusion, jwt-jwks-spoof, jwt-hmac-crack, markdown\nreporter, and idor-cross-tenant are all already live.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(report): embed repro block in JSON findings (POST_V01 Item 4, r3…",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-06-05T14:55:53Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ec20f11c34233a18a9baef518df2c3fa54e19e2f",
"body": "Targets the CWE-601 / ASVS V5.1.5 unvalidated-redirect family at the\nrequest-parameter layer. Where --ssrf-probe attacks what server-side\nnetwork resource the application fetches on the caller's behalf,\n--open-redirect attacks what destination the application bounces the\ncaller's browser to: a redir\n[…]\nndings are class open-redirect, severity MEDIUM.\nOff by default (payloads point browsers at attacker URLs and embed\nXSS-via-redirect shapes).\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add --open-redirect mutator (CWE-601 unvalidated redirect) (#32)",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-30T04:19:01Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b482b8f2b5225e38b95c5b1d218d021475bad3f6",
"body": "Rewrites URL-bearing query/body/JSON parameters to seven disjoint SSRF\npayloads (AWS IMDSv1, GCP metadata, Azure IMDS, loopback, RFC1918,\nfile://, gopher://) so the caller weaponises the server's outbound\nfetch helper to reach internal-network resources or exfiltrate cloud\nIAM credentials (2019 Capi\n[…]\ns\nare matched by name (substring against url/uri/redirect/callback/\nwebhook/target/dest/endpoint/next/return/src/host/image/fetch) or by\nvalue shape (an existing absolute http(s) URL). Off by default.",
"is_bot": false,
"headline": "Add --ssrf-probe mutator (OWASP A10:2021 SSRF) (#31)",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-30T03:24:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "604b380554f018595ac0d8647ffe028ae5bd88d0",
"body": "…d/nested/null-byte/absolute payloads against etc/passwd, proc/self/environ, win.ini for OWASP A01 path-traversal / LFI (#30)\n\nAdds the PathTraversal mutator (off by default behind --path-traversal).\nDisjoint from --forbidden-bypass (which reshapes the path to resolve back\nto the SAME handler, e.g. \n[…]\nants\n(no trailing segment to reshape). Findings class authz-bypass.\n\nWired into buildRegistry as a always-registered, opt-in mutator\n(mirrors the cache-deception / prototype-pollution gating pattern).",
"is_bot": false,
"headline": "feat(scan): --path-traversal escapes resource scope via dotdot/encode…",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-30T02:06:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a9fabc017954954b711fa5e59634921ed969beed",
"body": "…to__/constructor.prototype/prototype for Node.js deep-merge authz bypass (#29)\n\nNew mutator in the privilege-escalation family targeting the canonical\nNode.js / browser prototype-pollution authz-bypass class (CVE-2018-3721\nlodash, CVE-2019-10744 lodash, CVE-2019-11358 jQuery, the 2024 Express\nqs/pa\n[…]\ndlist-off\nconstruction paths.\n\nREADME: new 'Prototype pollution (--prototype-pollution)' section.\nCHANGELOG: Unreleased / Added entry.\n\nCo-authored-by: possession-worker-r32 <worker@necromancer.local>",
"is_bot": false,
"headline": "feat(scan): --prototype-pollution buries privileged props under __pro…",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-30T00:42:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ad8a5473b2e791723c6c839097c313bdb449c084",
"body": "… Web Cache Deception (Omer Gil) (#28)\n\nAdds a new HTTP authz-bypass mutator targeting the Web Cache Deception\nclass (Omer Gil, BlackHat 2017; refreshed in the 2024-2026 BlackHat\nCache-Confusion / CDN-Confusion research). The URL is decorated with\ncacheable file-extension shapes a fronting CDN/edge \n[…]\nbility contract,\nthe not-in-DefaultRegistry contract, and end-to-end gating through\nbuildRegistry on both wordlist-on and wordlist-off paths.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(scan): --cache-deception decorates URL with cacheable shapes for…",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-30T00:28:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "149621a90ba7f0dbddf78bb93a801699d1b7208c",
"body": "…parser-dispatch authz (#27)\n\nWhere --parameter-pollution attacks which copy of a duplicated parameter each\nlayer reads, --host-header attacks which host the access-control layer believes\nthe request targets, and --xxe attacks how the XML parser resolves entities,\n--content-type-confusion attacks wh\n[…]\n; plus two buildRegistry gating tests (default and\nwordlist construction paths). Full suite (-race) passes: 510 tests across 14\npackages, ok.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(scan): --content-type-confusion relabels Content-Type to bypass …",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-29T22:02:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "89d2f4c3e47f686e359dea78b70c10ba8cf12173",
"body": "…n CSRF bypass (#26)\n\nA new gated mutator in the access-control bypass family. Where --csrf-header\nattacks the anti-CSRF *token*, --host-header attacks which *host* the AC layer\nbelieves the request targets, and --header-injection attacks which trusted-\nproxy assertion the backend believes about the\n[…]\n-origin-spoof\nwhich is the unshipped half of the suggestion and a genuine high-value gap\ndistinct from every existing mutator in the family.]\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(scan): --origin-spoof forges Origin/Referer for origin-validatio…",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-29T20:54:41Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "54241ffee56bab207fc7891b9930dc33c32d8b1f",
"body": "…for access-control bypass (#25)\n\nAdds the HTTP Parameter Pollution mutator, a new member of the off-by-default\naccess-control bypass family. It duplicates each query parameter and each\napplication/x-www-form-urlencoded body parameter with an attacker-chosen value,\nonce appended after the original (\n[…]\ner is unchanged). README\nand CHANGELOG updated. New unit tests for the mutator plus gating tests for both\nbuildRegistry construction paths; existing buildRegistry test calls updated for\nthe new arity.",
"is_bot": false,
"headline": "feat(scan): --parameter-pollution duplicates query/form params (HPP) …",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-29T20:00:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b5f0319f0f0f339bd102b5dac6707d2d52fec408",
"body": "…P / identity) for access-control bypass (#24)\n\nAdds the --header-injection mutator: injects trusted-client-IP headers\n(X-Real-IP, X-Client-IP, X-Originating-IP, X-Remote-IP, X-Remote-Addr) set to\nthe loopback, and proxy-set identity-assertion headers (X-Authenticated-User,\nX-Remote-User, X-Forwarde\n[…]\nwhen disabled so DefaultRegistry\norder is unchanged. Includes mutator unit tests, buildRegistry gating tests, and\nREADME + CHANGELOG updates.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(scan): --header-injection spoofs trusted-proxy headers (client-I…",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-29T18:59:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3a6319af11c6bf6c3b4d793f8c57c6ba40cf30e0",
"body": "…values for cookie-trust bypass (#23)\n\nAdds the CookieTamper mutator (internal/mutate/cookie_tamper.go), a new member\nof the off-by-default access-control bypass family. Where --drop-cookie removes\nan auth cookie and --strip-token strips the bearer/CSRF side of the credential\npair, --cookie-tamperin\n[…]\null mutator test suite (cookie_tamper_test.go) and buildRegistry\ngating tests for both construction paths, plus README and CHANGELOG entries.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(scan): --cookie-tampering flips privilege claims in auth cookie …",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-29T16:07:23Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "28c9d1f23713fa3fdcf81c1e1d9e99346b88282c",
"body": "…st-routing 403/401 bypass (#22)\n\nAdds the host-header injection mutator (internal/mutate/host_header.go), the\nnext gap in the access-control bypass family after --method-override (r24).\nWhere --forbidden-bypass attacks how the path is matched and --method-override\nattacks which verb is evaluated, -\n[…]\n proving Host promotion and that a\nspoofed host reaches an httptest server. Full suite + Gate-E secureapp\nzero-bypass corpus pass with -race.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(scan): --host-header spoofs Host + forwarded-host headers for ho…",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-29T14:44:00Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "86db319c322e8929e328bc0c3e27ccd213b1b535",
"body": "…/401 bypass (#21)\n\nAdds the HTTP verb / method-override access-control bypass mutator, the\ncanonical \"method bypass\" technique that completes the access-control bypass\nfamily alongside --forbidden-bypass (path matching) and --csrf-header (CSRF\ntoken). It attacks which HTTP verb the access-control l\n[…]\nutator + 2 buildRegistry gating). All\nexisting buildRegistry call sites updated for the new signature argument.\nREADME and CHANGELOG updated.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(scan): --method-override injects verb-tampering variants for 403…",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-29T13:27:02Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8efa67f1569ae90ee67dee16b90cfb74502b7f78",
"body": "…-CSRF bypass (#20)\n\nInverse of strip-token: where strip-token removes the CSRF header to probe\ndependence, --csrf-header forges or reflects the token (keeping the caller's\nown credentials) to probe whether CSRF validation can be satisfied with a\ncaller-controlled value — the broken double-submit-co\n[…]\nlass authz-bypass and ride the existing comparative ladder\nunchanged. Off by default; registered inert so DefaultRegistry order is unchanged.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(scan): --csrf-header forges/reflects anti-CSRF tokens for broken…",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-29T12:24:54Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "dc40c9bbc1ce1f93ed972a2ebe9fe05a77953a05",
"body": "…n authz (#19)\n\nAdd a new off-by-default mutator that targets the HTTP -> WebSocket upgrade\nhandshake, the one request applications most often forget to authorize.\nWebSocket endpoints are routinely mounted behind a handshake that skips the\nper-route authz the REST layer enforces, letting any reachab\n[…]\nl probe.\n\nAdds 15 tests (mutator generation/detection/gating + evaluator branch). README\nand CHANGELOG updated. Full suite green, race-clean.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(scan): --ws-hijack probes WebSocket upgrade handshakes for broke…",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-29T11:22:45Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b03b885383c47cf15ad88fa9c70193b76e7bdccd",
"body": "Add a sixth capture format alongside HAR/curl/OpenAPI/Postman/mitmproxy.\npossession positions itself as the standalone alternative to Burp Autorize,\nyet most hunters already capture their traffic in Burp — this parser lets\nthem feed a Burp \"Save items\" / proxy-history XML export straight into\nscan/p\n[…]\n analytics hosts, content types) so Burp and HAR dedup identically.\nAuto-detected by the .xml extension or a leading '<'.\n\nTests: 372 -> 378.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(parse): Burp Suite XML input parser (--format burp) (#18)",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-29T10:16:11Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c513864566f5f10b1fb4ff7f879260b9b0c38782",
"body": "POST_V01.md was stale: every roadmap item (swap-object, enumerate-id,\nopenapi, repro/markdown, graphql) plus several unlisted additions\n(mass-assign, xxe, mitmproxy/postman parsers) already shipped. Fresh\ngap analysis against the codebase surfaced a structural hole: possession\ncould swap *who* the c\n[…]\n so the\ncanonical order test is untouched. Gate-E (secureapp zero-bypass) still\npasses. 12 new tests (360 -> 372). README documents the flag.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add forbidden-bypass mutator for 403/401 access-control bypass (#17)",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-29T09:14:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "feaa2b6bc5635be352a9017d500b62e83d97b235",
"body": "…rbose-error exposure (#16)\n\nAdds the GraphQL body-fuzzing mutator (POST_V01 Item 6, scoped to the\noperation-level probes that fit possession's pure-mutator architecture).\nFor endpoints accepting GraphQL POST bodies (application/graphql, or JSON\nwith a query/mutation field), it keeps the caller's ow\n[…]\nds 17 tests (mutator generation/gating/shape-detection/determinism +\nintrospection detection branch). Full suite green; gofmt + go vet clean.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(scan): --graphql probes GraphQL endpoints for introspection + ve…",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-29T08:05:10Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ba3c2f4b74c1789f7837711fb205ae8fb7ce1532",
"body": "…ies (#15)\n\nAdds the XXE mutator (POST_V01 R18): for APIs that accept XML request\nbodies, it rewrites the body to carry a malicious DOCTYPE and tests\nwhether the server's XML parser resolves entities — the root cause of\nfile disclosure, SSRF, and parser DoS.\n\nTwo techniques per request: an internal-\n[…]\nout of\nDefaultRegistry. New ASVS v5.0.0-13.4.1 + HIGH severity mappings for the\nxxe-injection class. 14 new tests (10 mutator + 4 detection).\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(scan): --xxe injects XML external/internal entities into XML bod…",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-29T07:11:05Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b37ea6146dddba89a7d477032bf8537ed242f123",
"body": "…P API #3) (#14)\n\nAdds a mass-assignment mutator completing the third axis of an authz test:\nswap-identity attacks who the caller is, swap-object attacks which object is\nreferenced, and mass-assign attacks which properties the caller may set. For\neach captured request with a JSON object body it keep\n[…]\nts are write-shaped and mutate server state;\nregistered inert in buildRegistry and kept out of DefaultRegistry like the\nother gated mutators.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(scan): --mass-assign injects privileged properties (BOPLA / OWAS…",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-29T06:09:04Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b2fe08c89450df6d84441564f48cc6b50a57cb88",
"body": "…s once (#13)\n\nReal targets are flaky: a momentary 500, a connection reset, or a brief 429\nturns a variant into an inconclusive verdict — and an inconclusive variant is\na finding you never get to see. --retry-inconclusive re-issues each\ntransiently-failed variant (transport error / 429 / 5xx) exactl\n[…]\nsive with --replay (which fires nothing to retry).\n\nROADMAP v1.1: \"statistical retry — re-issue inconclusive variants once before\nreporting\".\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(scan): --retry-inconclusive re-issues transiently-failed variant…",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-29T04:55:19Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4cbb5162f6b568953de6227fe0d0321aadae9aa2",
"body": "… (#12)\n\nLong scans against rate-limited targets discard all progress on\ninterruption (Ctrl-C, network drop, quota wall, reboot). --resume <dir>\ncheckpoints every completed response to an append-only checkpoint.jsonl\nas it lands; a re-run with the same dir skips already-recorded variants\nand fires o\n[…]\nriant that tags\nresponses baseline-vs-variant. Mutually exclusive with --replay;\ncomposes with --record.\n\nROADMAP v1.1 \"resume on interrupt\".\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(scan): --resume crash-safe checkpoint to skip completed variants…",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-29T03:57:51Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3daff19a95e2229ea485b423c59bcf71e297d4dc",
"body": "TestScanRecordThenReplay_RoundTrip counted httptest server hits with a\nplain int mutated from the server's per-connection goroutines while the\ntest goroutine read it. possession's replay engine fans variants across\n`concurrency` goroutines, so the handler ran concurrently — `go test\n./... -race` (th\n[…]\nhe three reads are race-free. Test-only change; no\nproduction code, behaviour, or public surface affected. Full suite now\npasses under -race.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(test): race-free hit counter in record/replay round-trip test (#11)",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-29T02:48:04Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "809e2071ed98a49cb3b52570aa776ca033af1ccb",
"body": "Add a fifth input format alongside HAR, curl, OpenAPI 3.x, and Postman v2:\nmitmproxy JSON flow dumps (--format mitmproxy). Two stable text shapes the\njsondump/mitmdump json addons emit are accepted — a JSON array of flows and\nJSON Lines (one flow per line, .jsonl/.ndjson). Each HTTP flow becomes one\n[…]\n .flow/.mitm files are intentionally out\nof scope — export as JSON or HAR.\n\nCloses the v1.1 backlog \"mitmproxy flow files\" input-format item.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(parse): mitmproxy JSON flow-dump input parser (#10)",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-28T23:59:19Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e4d762b559c7336b2fa2d10831a39a9549f6d7fa",
"body": "…er (#9)\n\nAdds a fifth output format that renders a single self-contained HTML\ndocument — no external CSS/JS, no CDN links, no network fetches — so a\nreport's styling and interactivity travel with the file. Findings are\ngrouped by severity with colour-coded badges, each carrying a metadata\ntable, si\n[…]\n. Output is byte-stable across runs.\n\nCloses the v1.1 backlog \"HTML reporter — offline interactive view with\ncollapsible signal traces\" item.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(report): --report html self-contained offline-interactive report…",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-28T22:58:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3a4a08685fa676cfde8bdd23a4e8d9f11a2127ba",
"body": "Add a fourth input format alongside HAR, curl, and OpenAPI 3.x: Postman\nCollection v2.0/v2.1 exports. Folders walk recursively; each request item\nbecomes one CapturedRequest. URL synthesis handles both structured and bare\nstring URLs, headers skip disabled entries, bodies cover raw/urlencoded/text\nf\n[…]\nr info+item.\n\nPOST_V01 Items 1-7 already shipped; this is the next self-contained\ninput-coverage item from the v1.1 backlog (Postman parser).\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(parse): Postman Collection v2 input parser (#8)",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-28T22:23:37Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "14bfacc2e1523dfc872e2d3bee12098e536131ec",
"body": "… 7) (#7)\n\nDecouple the rate-limited network phase from the fast detection phase.\n--record <dir> persists every baseline + variant response (keyed by the\ndeterministic variant ID) to <dir>/recording.json via an atomic write;\n--replay <dir> skips the engine, refresh, flows, and rate limiter entirely\n\n[…]\nNew internal/record package (8 tests) + CLI round-trip test that proves\nreplay fires zero network requests and reproduces findings (4 tests).\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(scan): --record / --replay offline detection mode (POST_V01 Item…",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-28T21:28:53Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e7c4277daefae46464764d0f681645793e33164d",
"body": "…aselines (POST_V01 Item 5) (#6)\n\nLearn each identity's unique data strings (email, UUID, long digit runs,\naccount-id-shaped tokens) from the owner self-replay baseline bodies the scan\nalready collects, promoting only tokens that are stable across an identity's\nsamples AND unique to one identity acr\n[…]\nerIdentity, and every variant identity, feeding the existing\ndecisive owner-reflection verdict branch. Off by default behind --learn-markers.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(detect): --learn-markers auto-harvests IDOR markers from owner b…",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-28T20:42:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8dabc9e99b3bbff1c640b43ef221724ac8013c31",
"body": "…T_V01 Item 4) (#5)\n\nAdd a fourth reporter (--report markdown) purpose-built for PR comments and\nbug-bounty submissions. Each finding renders a collapsible reproduction block\ncarrying the exact mutated request as both a raw HTTP block and a curl\none-liner, plus the owner-baseline vs. variant differe\n[…]\ntokens for local triage. The report package stays free of the mutate import\n(no detect/mutate cycle) by keeping a local sensitive-header set.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(report): markdown reporter with per-finding HTTP/curl repro (POS…",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-28T19:52:00Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bca9f51f13f1fa4b677820f47dee5de8944f1cef",
"body": "…_V01 Item 5) (#4)\n\nAdd a categorical confidence_band (high/medium/low) to every finding,\nderived from both the numeric confidence and the variant response body's\nsimilarity to the resource owner's baseline. This separates true BOLAs\n(body near-identical to the owner's resource) from the most common\n[…]\nend-to-end band,\n reporter band column/field/property assertions\n- README + CHANGELOG updated\n\nAll existing tests pass; build and vet clean.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(detect): BOLA confidence band — response-similarity tuning (POST…",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-28T18:47:59Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "100d55c2ba27b940f7d8b5cf552c99bca20df016",
"body": "…+ blank-secret) (#3)\n\nAdds a new gated mutator that attacks the JWT itself rather than the\nidentity it carries. For each captured Bearer JWT it forges two\nauth-bypass variants:\n\n - alg:none — rewrite header to {\"alg\":\"none\",\"typ\":\"JWT\"}, drop the\n signature, send <header>.<payload>. (finding PO\n[…]\ntokens bypass a vulnerable\nverifier and are rejected by a correct one.\n\nUpdates README (new \"Token-level JWT attacks\" section) and CHANGELOG.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(mutate): --jwt-attack token-level auth-bypass mutator (alg:none …",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-28T12:40:05Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "35c9b8dd9ee94800ecc6226761704366abc9d6b4",
"body": "Accept an OpenAPI/Swagger 3.x spec (JSON or YAML) as scan/parse input,\nsynthesizing one CapturedRequest per operation so an entire documented\nAPI surface can be tested without first capturing every call in a HAR.\n\n- internal/parse/openapi.go: walks paths -> operations; fills {param}\n path segments \n[…]\nle IDs) and CLI tests for\n explicit + auto-detected openapi format.\n- README + CHANGELOG updated; removed OpenAPI from the deferred backlog.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(parse): OpenAPI 3.x input parser (POST_V01 Item 3) (#2)",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-28T11:52:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "40da5bc0e90f27dc279f7ec5a5500f51f45a7dc7",
"body": "… clustering\n\nAdd EnumerateID mutator (internal/mutate/enumerate_id.go) that probes ±N\nneighbors of numeric path segments for horizontal IDOR. Gated behind\n--enumerate N CLI flag (default off). Findings are clustered one-per-endpoint\nby clusterEnumerateFindings in scan.go. Reuses existing hostLimiter/replay\nengine with no new throttle code.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: EnumerateID mutator — sequential neighbor ID sweep with finding…",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-27T02:20:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "af0d967f0dad6d8e1ed398514fabed01aa0a45bd",
"body": "possession swapped identities (replay with another user's token) but never\nthe object reference — the canonical horizontal-IDOR / BOLA test. Add a\nSwapObject mutator that keeps the original caller's credentials and\nsubstitutes another identity's owned resource value into path segments,\nquery params,\n[…]\n present),\n multi-target ordering, header-cred owner match, YAML roundtrip.\n- Example matrix + dry-run golden + README/example docs updated.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(mutate): swap-object resource-reference mutator (POST_V01 Item 1)",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-27T01:28:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ac72ad3b7392749b48dd2de676a10b7d6fd3700a",
"body": "Ranked 5-7 item roadmap from R2 research lap. Top finding: possession\nswaps identities but not resource references — missing the core BOLA/IDOR\ntechnique. Roadmap leads with swap-object + ID-enumeration mutators,\nOpenAPI input, per-finding repro/Markdown reporter, marker harvesting,\nGraphQL authz, and replay-from-recording.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add POST_V01.md — Phase 2 improvement roadmap (research lap)",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-26T23:18:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6cc4f982c4c0acc917ceb577029f6f6c2c6aa5d7",
"body": "…-allowlist (#1)\n\nAdds internal/suppress package and two new scan flags so CI pipelines\ncan suppress known findings and only alert on new ones (D47).\n\n- internal/suppress: Load/LoadFile/Apply/FromFindings/Merge/Marshal/\n WriteFile; 22 unit tests; atomic file write (write-tmp then rename).\n- scan --\n[…]\ng-file\n tolerance, dry-run parse correctness).\n- DECISIONS D47, ROADMAP suppression item marked shipped, README\n Suppression section added.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(suppress): allowlist suppression file — --allowlist and --update…",
"author_name": "Bugsy Hewitt",
"author_login": "bugsyhewitt",
"committed_at": "2026-05-26T18:21:20Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5d4429a66027ba0fde110d6267e2c94689e2b3aa",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: integration and release log for v1.1.0",
"author_name": "xil",
"author_login": null,
"committed_at": "2026-05-18T03:36:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8a62501739aa4f08a61c43e60fd60997cd06702c",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: changelog for v1.1.0",
"author_name": "xil",
"author_login": null,
"committed_at": "2026-05-18T03:35:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6039f9f88dcdb3bf3f3fcb52d5ffc619c3313d7c",
"body": "The main engine HTTP client has a shared cookie jar. When multiple\nidentity flows (alice-login, bob-login) ran against the same server,\nthe jar accumulated Set-Cookie responses and caused cross-identity\nsession bleed — alice variants could carry bob's session cookie\nfrom the jar alongside the explic\n[…]\nExecuteFrom, and update keys individually\nrather than replacing the map pointer.\n\nFound during integration of v1.1 packet branches onto main.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(replay): use jar-free flowHTTP client for flow execution",
"author_name": "xil",
"author_login": null,
"committed_at": "2026-05-18T03:33:09Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7ce16dee1edcc36bc083cdf04fef1869794695cd",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: end-of-run report in RUN_LOG.md",
"author_name": "xil",
"author_login": null,
"committed_at": "2026-05-18T02:56:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "857580ff5fef34445a1f406cb101c6ed0b9494e8",
"body": "…isition\n\nTenant awareness (D46):\n- Identity.Tenant field + RoleMatrix.Tenants list + YAML parsing\n- swap-identity detects cross-tenant actor/owner pairs → idor-cross-tenant\n class (critical, ASVS v5.0.0-8.4.1+8.2.2) activating the D31 dormant path\n- Corpus: vulnapp cross-tenant IDOR detected; secu\n[…]\n\n- YAML loader support for oauth2: step field\n\nROADMAP.md: v1.2 backlog section added (SAML, deep OAuth, GraphQL, etc.)\nDECISIONS.md: D45-D46\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(mutate,flow,model): P8 tenant awareness + OAuth2/OIDC token acqu…",
"author_name": "xil",
"author_login": null,
"committed_at": "2026-05-18T02:55:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7dd7991abb0368447a7976289c47a4845914d1d6",
"body": "Implements Tier-2 stateful flow execution (D41-D44):\n- internal/flow: FlowDef parse, validate (cycle detection, ref resolution),\n Execute (multi-step with {name} interpolation), ExecuteFrom (volatile re-run)\n- model.FlowDef/FlowStep/FlowExtraction with optional Inject directives\n- model.Identity.Fl\n[…]\n /orders/{id}\n- P7 corpus tests: IDOR on write endpoint detected; secureapp Gate E passes\n- 9 unit tests in internal/flow\n- DECISIONS D41-D44\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(flow,replay): P7 stateful flows — Tier-2 multi-step auth sequences",
"author_name": "xil",
"author_login": null,
"committed_at": "2026-05-18T02:49:37Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3e9fa9f35f894127e3e4f13d595d2e39831fb41e",
"body": "… model\n\nImplements AssertionEvaluator behind the existing Evaluator interface (D16):\n- assertions: YAML block with endpoint glob + role→allow|deny expectations\n- LookupAssertion: most-specific-wins glob precedence (D38)\n- Bypass (0.97 conf) when granted+deny expected; broken-deny (suspected)\n when\n[…]\npile\n- Corpus tests: vulnapp bypass detected, secureapp Gate E passes\n- Unit tests: 12 assertion lookup + evaluator tests\n- DECISIONS D37-D40\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(detect,config): P6 assertion evaluator — AuthMatrix-style access…",
"author_name": "xil",
"author_login": null,
"committed_at": "2026-05-18T02:41:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c89f192d59ce5db29dc674a2725640c13837ef47",
"body": "… jwks-spoof, hmac-crack\n\nAdds four new JWT mutators (D33-D36) to extend the P4 basic JWT set:\n- jwt-alg-confusion: RS256/ES256→HS256 using server public key as HMAC secret\n- jwt-kid-injection: path-traversal and SQLi kid header payloads\n- jwt-jwks-spoof: inline jwk + jku header variants signed by a\n[…]\nwt-wordlist CLI flag\n- Extends vulnapp/secureapp corpus with P5 attack endpoints\n- Unit tests for all new crypto paths\n- DECISIONS.md D33-D36\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(jwt,mutate): P5 deep JWT attacks — alg-confusion, kid-injection,…",
"author_name": "xil",
"author_login": null,
"committed_at": "2026-05-18T02:35:49Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8f637c21984814b75d04b0cfe69a857094b2bed4",
"body": "- Full README rewrite: install (go install + binary download), worked\n example with all three output formats, role-matrix field reference,\n output format docs, exit codes table, v1.0 scope + v1.1 backlog,\n AGPL licensing note.\n- New CHANGELOG.md with full v1.0.0 entry covering all four packets.\n-\n[…]\nimpath, packages\n each (tar.gz / zip), and emits SHA256SUMS. Does NOT publish — the\n human publishes the GitHub Release from dist/ artifacts.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: v1.0.0 release prep — README, CHANGELOG, examples, Makefile",
"author_name": "xil",
"author_login": null,
"committed_at": "2026-05-17T03:34:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e99d9a8ba20bf79ffee4ee41ab37ea41486af23a",
"body": "- Add model.RunResult aggregate (additive — does not break the legacy\n scan JSON shape; reporters use it instead of an ad-hoc dict).\n- internal/report: Reporter interface + three formatters.\n - HumanReporter (default): ASCII header, findings grouped by\n severity with one-line signal traces, aut\n[…]\n Contained Tokens) IDs not included because they could not be\n confirmed from available references; honest report rather than\n invented IDs.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(report,cli): three reporters, model.RunResult, exit codes",
"author_name": "xil",
"author_login": null,
"committed_at": "2026-05-17T03:27:55Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2638a3889cc5dcd9cd15735faf069f7627b69475",
"body": "- D28: cross-rank swap-identity now runs the verdict ladder and is\n capped to `suspected` with a typed `cross-rank-swap` note, rather\n than being silently dropped to `enforced`. Preserves the same-\n identity (Filter A) short-circuit unchanged.\n- D29: introduce `detect.EndpointNote` typed enum (co\n[…]\nlg=none; secureapp /jwt\n enforces HS256 with a strong secret. Gate E confirmed: 13 JWT-mutator\n bypasses on vulnapp, 0 bypasses on secureapp.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(detect,mutate,jwt): JWT mutators + D28/D29/D30 cleanups",
"author_name": "xil",
"author_login": null,
"committed_at": "2026-05-17T03:21:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3aea37f6781775c480382b490400d4f5300e011c",
"body": "Gated behind POSSESSION_EMIT_SAMPLE=1; skipped in normal test runs so\nCI stays quiet. Lets the §10 report (and any future packet) reproduce\nthe trimmed JSON findings+summary block without re-implementing the\ncorpus harness.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test(detect): optional sample-output emitter for vulnapp findings",
"author_name": "xil",
"author_login": null,
"committed_at": "2026-05-16T22:12:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0652e7d458826d05dd0c824b51658550ddefa7db",
"body": "internal/detect/corpus_test.go: §7 integration corpus — two httptest mock\napps (vulnapp + secureapp), plus a noisy endpoint and a 2xx-denial-page\nendpoint. Four Gate-E assertions:\n\n- vulnapp scan raises bypass findings for the planted IDOR (GET /users/{id}),\n authn-bypass (GET /profile), and prives\n[…]\nally\nskipped — not lost.\n\nRace-safe: noisy server handlers guarded with sync.Mutex around the\nshared rand source. go test ./... -race is green.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test(detect): integration corpus + same-identity / cross-rank filters",
"author_name": "xil",
"author_login": null,
"committed_at": "2026-05-16T22:10:01Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "678674be0cdb1cd75233131353070d930caa1f6c",
"body": "internal/detect/*_test.go: table-driven unit tests for owner attribution\n(all cred types + fallback + ambiguity), body normalization (JSON\ncanonicalization + HTML scrubbing), every signal in isolation, baseline\ncalibration (skipped at N=1, noisy, baseline-non-2xx), every verdict\nladder branch (1-10)\n[…]\nhey still count in the summary.\n- --dry-run prints per-endpoint owner attribution and baseline-sample\n count, then the variant plan as before.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(detect): unit tests + scan orchestration with baseline+findings",
"author_name": "xil",
"author_login": null,
"committed_at": "2026-05-16T22:05:41Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "356d42f1d77a790aae41996ceadf55867a00b7b5",
"body": "… evaluator\n\nPacket 3 detection skeleton. Adds Gate-D additive fields to model.Endpoint\n(OwnerIdentity, OwnerAttribution), model.Response (BodySHA256), model.Identity\n(Markers, D20), and fleshes out model.Finding/Evidence per §5. Records\ndecisions D16-D23 in DECISIONS.md.\n\ninternal/detect:\n- tuning.\n[…]\n usage.\n\nNo magic numbers under detect/ outside tuning.go (D23). No Packet-2\nmutator behavior modified (Mutation.Class populated by evaluator).\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(detect): foundation — types, tuning, owner attribution, signals,…",
"author_name": "xil",
"author_login": null,
"committed_at": "2026-05-16T22:00:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "129c2de9a5e97ca55dff783b303821a53538b6d4",
"body": "Clears Node runtime deprecation warnings on GitHub-hosted runners.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(ci): bump checkout@v5 and setup-go@v6",
"author_name": "xil",
"author_login": null,
"committed_at": "2026-05-16T21:53:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9e811d96ffddb181720d845bb6b749e7184559e5",
"body": null,
"is_bot": false,
"headline": "docs: add SECURITY.md, document D8-D15, README updates for Packet 2",
"author_name": "xil",
"author_login": null,
"committed_at": "2026-05-16T17:45:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34202ce7907c22728d39d92de76a291b340c4e55",
"body": null,
"is_bot": false,
"headline": "feat(cli): functional scan command with dry-run and JSON output",
"author_name": "xil",
"author_login": null,
"committed_at": "2026-05-16T17:45:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f669bb0b9bf3fbc5f56dc8828d857c46d4c124a7",
"body": null,
"is_bot": false,
"headline": "feat(replay): engine with refresh hooks, rate limiter, retry (D10-D15)",
"author_name": "xil",
"author_login": null,
"committed_at": "2026-05-16T17:45:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cd3bd4664ae9337d14bcb0acc68f5c7d187eb06",
"body": null,
"is_bot": false,
"headline": "feat(mutate): five v1.0 mutators with deterministic registry (D8)",
"author_name": "xil",
"author_login": null,
"committed_at": "2026-05-16T17:45:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "046cf0fb7cbe169df5fafa3a488a0d4559a12db2",
"body": null,
"is_bot": false,
"headline": "feat(model): add Response, RunSettings extensions, Variant.ID",
"author_name": "xil",
"author_login": null,
"committed_at": "2026-05-16T17:45:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "704e3648a9f8ab8daddef889d8b8529c5ff42cd5",
"body": "- HAR + curl parsers (stdlib only) with static-asset and analytics filtering\n- Path templating (digits/UUID/MongoID/long-hex/base64url-ish heuristics)\n- Endpoint dedup keyed by (method, host, path-template)\n- Role-matrix YAML loader + aggregated validator\n- Tiny custom doublestar glob (no external d\n[…]\nable-driven unit tests; CI workflow; AGPL-3.0 license\n\nPacket 1 of 4. Replay (P2), detect (P3), JWT+report (P4) follow.\nLicense is AGPL-3.0 (override of original packet's MIT) — see docs/DECISIONS.md.",
"is_bot": false,
"headline": "feat: packet 1 foundation — parse, normalize, config, CLI shell",
"author_name": "possession",
"author_login": null,
"committed_at": "2026-05-16T10:15:18Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 64,
"latest_release_at": "2026-07-15T02:12:27Z",
"latest_release_tag": "v1.2.0",
"releases_from_tags": true,
"days_since_last_push": 12,
"active_weeks_last_year": 4,
"days_since_latest_release": 12,
"mean_days_between_releases": 29.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/bugsyhewitt/possession",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/bugsyhewitt/possession",
"is_deprecated": false,
"latest_version": "v1.2.0",
"repository_url": "https://github.com/bugsyhewitt/possession",
"versions_count": 3,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-15T02:12:27Z",
"latest_version_yanked": null,
"days_since_latest_publish": 12
}
]
},
"popularity": {
"forks": 1,
"stars": 7,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-06-26",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 68760,
"source_files_sampled": 152,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/owenrumney/go-sarif/v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.3.0"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.2"
},
{
"name": "golang.org/x/time",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.15.0"
},
{
"name": "gopkg.in/yaml.v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.1"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 36,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "bugsyhewitt",
"commits": 42,
"avatar_url": "https://avatars.githubusercontent.com/u/281210152?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": true,
"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": "27 out of 27 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/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": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 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": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"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": "86b07e600bee132335d4c88c0629dfd079eb9f27",
"ran_at": "2026-07-28T00:55:08Z",
"aggregate_score": 3.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-15T21:16:45Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-15T18:59:34Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/bugsyhewitt/possession",
"host": "github.com",
"name": "possession",
"owner": "bugsyhewitt"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"security": 38,
"vitality": 64,
"community": 30,
"governance": 49,
"engineering": 71
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 64,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"commits_last_year": 64,
"human_commit_share": 1,
"days_since_last_push": 12,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 12 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 12
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "64 commits in the last year",
"points": 16.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 64
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 88,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v1.2.0",
"releases_from_tags": true,
"days_since_latest_release": 12,
"mean_days_between_releases": 29.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 12 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 12
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~29.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 29.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "at_risk",
"name": "Community & Adoption",
"value": 30,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"forks": 1,
"stars": 7,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "7 stars",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 7
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "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 (AGPL-3.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "AGPL-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
}
]
}
],
"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": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"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": 72,
"inputs": {
"merged_prs": 36,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"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": "36/36 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 36,
"decided": 36
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"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": 40,
"inputs": {
"followers": 24,
"owner_type": "User",
"is_verified": null,
"owner_login": "bugsyhewitt",
"public_repos": 40,
"account_age_days": 86
},
"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": "24 followers of bugsyhewitt",
"points": 10.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 24,
"login": "bugsyhewitt"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "40 public repos, account ~0 yr old",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 40
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"github.com/bugsyhewitt/possession"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 12
},
"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 12 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 12
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "3 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 3
}
}
],
"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": 71,
"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": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"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": "27 out of 27 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": 38,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 38,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.8
},
"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": "27 out of 27 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/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": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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
}
]
}
],
"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": 61,
"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": 1,
"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": "64 of 64 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 64,
"sampled": 64
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.781,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "50 of the last 64 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 50,
"sampled": 64
}
}
],
"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": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 68760,
"source_files_sampled": 152,
"oversized_source_files": 2
},
"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": "2/152 source files over 60KB",
"points": 54.3,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 152,
"oversized": 2
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"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",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-28T00:55:23.417870Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/b/bugsyhewitt/possession.svg",
"full_name": "bugsyhewitt/possession",
"license_state": "standard",
"license_spdx": "AGPL-3.0"
}