Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"ancc"
],
"is_fork": false,
"size_kb": 458,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 817872,
"Makefile": 1426,
"Dockerfile": 494
},
"pushed_at": "2026-07-27T06:52:45Z",
"created_at": "2026-02-25T12:06:28Z",
"owner_type": "User",
"updated_at": "2026-07-27T06:50:20Z",
"description": "Cross-cloud IAM auditor — finds unused, over-permissioned, and stale identities across AWS and GCP",
"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": null,
"type": "User",
"login": "ppiankov",
"company": null,
"location": null,
"followers": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/103106369?v=4",
"created_at": "2022-04-06T08:38:20Z",
"is_verified": null,
"public_repos": 61,
"account_age_days": 1573
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.7.2",
"kind": "patch",
"published_at": "2026-07-27T06:59:33Z"
},
{
"tag": "v0.7.1",
"kind": "patch",
"published_at": "2026-07-26T09:04:15Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-07-26T05:29:50Z"
},
{
"tag": "v0.6.2",
"kind": "patch",
"published_at": "2026-07-24T13:17:12Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2026-07-24T03:39:48Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-07-23T13:54:00Z"
},
{
"tag": "v0.5.3",
"kind": "patch",
"published_at": "2026-07-22T07:43:07Z"
},
{
"tag": "v0.5.2",
"kind": "patch",
"published_at": "2026-07-22T04:24:31Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2026-07-21T15:04:25Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-07-21T12:13:33Z"
},
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2026-07-21T07:59:20Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2026-07-20T16:31:01Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-07-20T14:55:10Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-20T11:43:10Z"
},
{
"tag": "v0.2.4",
"kind": "patch",
"published_at": "2026-07-20T06:32:49Z"
},
{
"tag": "v0.2.3",
"kind": "patch",
"published_at": "2026-07-20T02:44:32Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2026-07-19T10:50:29Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-07-18T15:07:12Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-03-01T05:04:07Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-02-25T12:59:32Z"
}
],
"recent_commits": [
{
"oid": "9b03ac577945f6eed70f3621f96055ecb4a9515f",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 0.7.2",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-27T06:40:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf60d89f6fa7e0f49846d96c5cb9d28037f0ea3e",
"body": "* fix: stop recommending deletion for unattached policies\n\nUNATTACHED_POLICY emitted \"Delete the policy if no longer needed\" for\nany customer-managed policy with AttachmentCount==0. That's a\nremovability verdict synthesized from an absence: the policy having\nno observed attachment right now says not\n[…]\nScanner(client) single-arg and set\naccountID directly where it matters (scanner.go's ScanAll, and the one\nnew test asserting the coverage gap's Scope). All other test call\nsites are untouched.\n\nWO-163",
"is_bot": false,
"headline": "Bring UNATTACHED_POLICY into Evidence Composition Law compliance (#40)",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-27T06:38:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "722595fe189e6f7597706ca2d17bc15fd6f731ea",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 0.7.1",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-26T08:46:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39d17f3b4100f7eeeb74a0633a218e345cf70752",
"body": "The \"Trigger release workflow\" step read steps.tag.outputs.tag, but\nthe step whose id is \"tag\" (Create and push tag) only ever emits a\n\"pushed\" output -- the tag STRING itself is emitted earlier by the\n\"check\" step (steps.check.outputs.tag). The wrong reference silently\nresolved to an empty string, \n[…]\natch step's TAG= line directly and fails on either\nthe correct pattern's absence or the buggy pattern's presence --\nverified it fails against the pre-fix reference and passes against\nthis fix.\n\nWO-159",
"is_bot": false,
"headline": "fix: read tag string from the correct auto-tag step output (#39)",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-26T08:28:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "70cfd2995078817cc34bca6d0c903617a0588517",
"body": "CHANGELOG already carries the 0.7.0 entry (WO-156's dangling-principal\nfinding, WO-157's leaked-comment cleanup) and the still-unreleased\n0.6.3 entry beneath it -- this is the first tag/release since v0.6.2,\nso it picks up both.\n\nAlso fixes two stale doc claims in docs/cli-reference.md's Project\nSta\n[…]\nid 7, actual is 9 including the\nnew WO-156 finding), and the output-formats line still said 4,\nomitting `report` -- the same staleness class WO-153 was supposed to\nfully fix but missed this one table.",
"is_bot": false,
"headline": "chore: bump version to 0.7.0",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-26T03:39:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b930528f8384d2eebadeeba6e9eabc85c09ab38e",
"body": "* feat: detect trust policies with orphaned unique-ID principals\n\nAWS rewrites a trust policy's ARN principal into the entity's internal\nunique ID at save time, then resolves that ID back to a human-readable\nARN on every read -- but only while an entity with that ID still\nexists. Delete the trusted \n[…]\nolint's pre-push gate requires ('// WO-NNNN: <one-line\nwhy>'). Fixed on isDanglingPrincipalID and the danglingPrincipalFinding\ntest harness, the two functions the gate flagged as unattributed.\n\nWO-156",
"is_bot": false,
"headline": "Wo 156/dangling principal trust (#38)",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-26T03:32:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "189ea1403a1630a1d16abd1fa3727247c94a3bb7",
"body": "iamspectre-action is a real, separate public repo already treated as a\nload-bearing evidence anchor in docs/finding-contract.md, but README\nnever mentioned it existed. Add a short pointer section (name,\none-line scope, minimal usage snippet) mirroring the SpectreHub\nintegration section's style -- not a duplicate of the Action's own\nREADME (inputs/outputs/exit-code tables stay there).\n\nWO-154",
"is_bot": false,
"headline": "docs: add GitHub Action mention to README (#37)",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-25T02:57:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1724872c3974f15b9a3cdef0b3d14dedcacf1e7",
"body": "…nstall (#36)\n\n* docs: fix stale version badge and document report format and Docker install\n\n- docs/cli-reference.md: bump Project Status version line from v0.1.0 to\n the actual current release (v0.6.2)\n- README.md, docs/cli-reference.md: add the report output format (shipped\n since v0.5.0) to ev\n[…]\nist/table it was missing from\n- README.md: add a Docker quick-start snippet, mirroring what\n docs/cli-reference.md already documented\n\nWO-153\n\n* docs: add 0.6.3 changelog entry for docs fixes\n\nWO-153",
"is_bot": false,
"headline": "docs: fix stale version badge and document report format and Docker i…",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-24T17:03:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7a81bbd0e57114648f27b784c25ade23a228c243",
"body": "…a publishing (#35)\n\n* fix: replace deprecated GoReleaser archive format keys\n\nConvert archives.format and format_overrides.format to the plural\nformats schema (GoReleaser v2.13.3 deprecation). Archive names, OS/arch\nmatrix, and formats (tar.gz default, zip on Windows) are unchanged.\n\nWO-94\n\n* fix: \n[…]\nrectly in ProjectName reject tests to remove masking\n\n* test: assert version reject via validate() to remove checksum masking\n\n* fix: constrain RepoOwner to a URL-safe identifier in Formula validation",
"is_bot": false,
"headline": "Migrate GoReleaser config off v3 deprecations; harden Homebrew Formul…",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-24T13:04:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d37532f858b87258f25b77f0877416df44b27fb8",
"body": null,
"is_bot": false,
"headline": "refactor: clean up WO-119 positive-edge review findings",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-24T03:31:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dab9661eaa11c884e9d5272988f1bbdbbbc3af2",
"body": null,
"is_bot": false,
"headline": "fix: harden release workflow and changelog gate",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-23T15:24:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c500504d262f0819951290aeede590a6cc33d2cc",
"body": null,
"is_bot": false,
"headline": "docs: add v0.6.0 changelog entry",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-23T13:31:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9e14bcbedd6f6e56ae5449a1babe0b4742c19fe",
"body": null,
"is_bot": false,
"headline": "WO-132: degrade pod identity source construction failures",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-23T12:11:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fafa4d959dd6fbc86974c23bf33b8b70c63c298",
"body": null,
"is_bot": false,
"headline": "feat: wire EKS Pod Identity scanning",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-23T11:36:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3b051bb6b44ccd277b43fe66f37588497cb30f5",
"body": null,
"is_bot": false,
"headline": "feat: add EKS Pod Identity source",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-22T16:03:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43d79c2a22ebbbb4f6018fdd8e160331408c42e0",
"body": null,
"is_bot": false,
"headline": "feat: add positive IAM role edges",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-22T14:50:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12c6cbc27bfd8a0074ee0b2dc86cae77f9b2d0bc",
"body": null,
"is_bot": false,
"headline": "feat: enrich AWS role evidence",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-22T11:46:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "397301f6eb2ef46179cddda021842626e6953f2e",
"body": null,
"is_bot": false,
"headline": "docs: add v0.5.3 changelog entry",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-22T07:29:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55204a9e8aa778b667e0fbc334864125224ab160",
"body": null,
"is_bot": false,
"headline": "fix: harden AWS and Azure evidence boundaries",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-22T07:07:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66d9dc11c4f7f4d601f237175c255eec274f2e50",
"body": null,
"is_bot": false,
"headline": "docs: link SpectreHub to spectrehub.dev",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-22T06:57:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "629266c82beed86db9eb3e35ea469887ae6caef6",
"body": null,
"is_bot": false,
"headline": "docs: add v0.5.2 changelog entry",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-22T03:21:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "570e727de0c875f15853e2519f94546e6c8e18c0",
"body": null,
"is_bot": false,
"headline": "fix: make cloud setup failures actionable",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-22T03:10:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1927cc071e38061584ecbf6fb9a6134a247ed6aa",
"body": null,
"is_bot": false,
"headline": "docs: add v0.5.1 changelog entry",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-21T14:46:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "190549dc67b3ed9e4d2f00975a74ca710ccfd75c",
"body": null,
"is_bot": false,
"headline": "fix: preserve partial IAM audit evidence",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-21T14:33:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97354c672e4217105c95d9a314c268ebee44b764",
"body": null,
"is_bot": false,
"headline": "docs: add v0.5.0 changelog entry",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-21T11:57:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e15c463b69d7fc90f85b7f010c6b6b397fc90b3",
"body": null,
"is_bot": false,
"headline": "feat: improve AWS audit grading and reports",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-21T10:56:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38b7edc7b27af4b5ffddeb10837919873da14f28",
"body": null,
"is_bot": false,
"headline": "docs: add v0.4.2 changelog entry",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-21T07:45:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d77901378e74a8a589fa63b6a90017efe97f7e7",
"body": null,
"is_bot": false,
"headline": "fix: harden platform audit evidence and releases",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-21T07:36:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "faf7cc3c703ae3b0d24213d98343037fffc79ff6",
"body": null,
"is_bot": false,
"headline": "docs: add v0.4.1 changelog entry",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-20T16:15:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a00bc1a243e7d55260a0b5ab7a130dc2523338c5",
"body": null,
"is_bot": false,
"headline": "fix: improve GCP and Azure finding precision",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-20T15:52:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11f3f53fd4135921084fee04f8d3af8391111a28",
"body": null,
"is_bot": false,
"headline": "docs: add v0.4.0 changelog entry",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-20T14:37:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed7786d8dfea6b0c38208632672db78341d4c54b",
"body": null,
"is_bot": false,
"headline": "feat: add evidence coverage contracts",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-20T14:20:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ceafbba29bf61fdf1ec885c9153221bf4b98b569",
"body": null,
"is_bot": false,
"headline": "docs: prepare v0.3.0 release",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-20T11:29:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25a9e5493d353db196fd42ec9f33df5acc6236ee",
"body": null,
"is_bot": false,
"headline": "fix: make AWS findings evidence-aware",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-20T10:30:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b519a203b56f367f5740f15875c361348ab66f1f",
"body": null,
"is_bot": false,
"headline": "docs: prepare v0.2.4 release",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-20T06:22:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9025bedbcebfee008217386ba25b42c745c2ec16",
"body": null,
"is_bot": false,
"headline": "fix: harden AWS scans and text reports",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-20T06:10:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "618b54c1d13441923ac5b60f17d27fc5f595e999",
"body": null,
"is_bot": false,
"headline": "docs: prepare v0.2.3 release",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-19T15:44:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "778718b14932bf1cd35bd2fdb34abbd1d1cec80e",
"body": null,
"is_bot": false,
"headline": "feat: harden IAM assessment and reporting",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-19T15:23:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f928579745a0f7f617e45a2f7d8bb0201e5b11e3",
"body": null,
"is_bot": false,
"headline": "docs: remove retired report badge (#5)",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-19T12:03:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be3616e8accd8b95c9da94e11e0f791e694ac134",
"body": null,
"is_bot": false,
"headline": "refactor: consolidate cloud scan workflows",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-19T10:18:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ad92c4c7bbcebf1c826cc196853fd25079e9f12",
"body": null,
"is_bot": false,
"headline": "fix: enforce IAM configuration boundaries",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-19T08:58:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f2914b62634eadb4d6515ee6bc4721d92537e48",
"body": null,
"is_bot": false,
"headline": "fix: honor cloud configuration inputs",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-19T05:12:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "280278c1fc36f37a89062b185d3789999d62af6b",
"body": null,
"is_bot": false,
"headline": "ci: validate Windows support and fix Azure lint",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-07-18T13:38:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f01bff69f33b3f7759d66598136a1be5bab31196",
"body": "Was on: [push, pull_request] which fires on every feature-branch push.\nNow scoped to main pushes plus PRs targeting main. PR coverage unchanged.",
"is_bot": false,
"headline": "ci: scope ancc trigger to main and PRs",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-06-08T18:13:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed21601d9b441c2db00d3e03118a2c32e1885dfe",
"body": null,
"is_bot": false,
"headline": "ci: update ancc action to v0.7.1",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-03-21T08:58:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "def3eea7b26c2ae93ddd713abb8caa2f05ee1ce8",
"body": null,
"is_bot": false,
"headline": "docs: add --format json flag to SKILL.md for ANCC compliance",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-03-21T05:27:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9449c3108fafc760783d20df704c96baabb88930",
"body": null,
"is_bot": false,
"headline": "ci: add ancc validate workflow",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-03-21T03:33:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4aec29fb28708f7accae666eb0f1b12299c316a8",
"body": null,
"is_bot": false,
"headline": "docs: add ANCC-compliant SKILL.md",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-03-21T03:08:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61ca66e461c84f4011d13fe6a807613ccfcf26a5",
"body": null,
"is_bot": false,
"headline": "docs: recover documentation lost in 2fd59fd cleanup",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-03-06T15:51:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fd59fdcaaafdd9598fb46d92daf0db16d4a322b",
"body": null,
"is_bot": false,
"headline": "docs: clean up README for Obsta Labs alignment",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-03-03T09:06:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a96a74e0d331035bd770769d9801fcf58ee0216",
"body": "Add iamspectre azure subcommand with 10 finding types across 4 scanners\n(users, apps, service principals, directory roles). Uses azidentity +\ndirect REST calls to Microsoft Graph API.",
"is_bot": false,
"headline": "feat: add Azure AD / Entra ID support",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-03-01T04:35:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2922cafe46b63ab4bebe869868a8b775b6cc1fa6",
"body": null,
"is_bot": false,
"headline": "docs: fix spectrehub/v1 references to spectre/v1",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-02-28T16:23:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c47762188ccc3383adac799b6b8fd6f1d6a8f0db",
"body": null,
"is_bot": false,
"headline": "docs: add security vulnerability disclosure policy",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-02-27T15:27:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b53b738e0978e04402bf7b72302a3fdd32bda66",
"body": null,
"is_bot": false,
"headline": "fix: rename schema field from $schema to schema",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-02-27T14:30:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8b105827c9bb34ebe4aeab087dd426f0d7fd1a6",
"body": null,
"is_bot": false,
"headline": "docs: add ANCC badge and project status",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-02-25T13:28:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1bea0b0cab860edcb4e9558ddc4a75d64128544",
"body": "Scans IAM users, roles, policies, service accounts, keys, and bindings\nfor stale, unused, over-permissioned, and insecure identities. 10 finding\ntypes across AWS (7) and GCP (3) with 4 output formats (text, JSON, SARIF,\nSpectreHub).",
"is_bot": false,
"headline": "feat: add cross-cloud IAM auditor for AWS and GCP",
"author_name": "ppiankov",
"author_login": "ppiankov",
"committed_at": "2026-02-25T12:05:54Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 20,
"commits_last_year": 54,
"latest_release_at": "2026-07-27T06:59:33Z",
"latest_release_tag": "v0.7.2",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 6,
"days_since_latest_release": 0,
"mean_days_between_releases": 0.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 71,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/ppiankov/iamspectre",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/ppiankov/iamspectre",
"is_deprecated": false,
"latest_version": "v0.7.2",
"repository_url": "https://github.com/ppiankov/iamspectre",
"versions_count": 20,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-27T06:40:13Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 0,
"stars": 1,
"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"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 62982,
"source_files_sampled": 93,
"oversized_source_files": 1,
"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/aws/aws-sdk-go-v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.43.0"
},
{
"name": "github.com/aws/aws-sdk-go-v2/config",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.32.10"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/eks",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.90.0"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/iam",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.53.3"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/sts",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.41.7"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.2"
},
{
"name": "golang.org/x/sync",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.19.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": 40,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "ppiankov",
"commits": 56,
"avatar_url": "https://avatars.githubusercontent.com/u/103106369?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ancc.yml",
"ci.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"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": 10,
"reason": "30 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": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 1,
"reason": "dependency not pinned by hash detected -- score normalized to 1",
"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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "28 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "9b03ac577945f6eed70f3621f96055ecb4a9515f",
"ran_at": "2026-07-27T15:00:44Z",
"aggregate_score": 3.5,
"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-27T06:59:40Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-27T06:38:13Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ppiankov/iamspectre",
"host": "github.com",
"name": "iamspectre",
"owner": "ppiankov"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"security": 36,
"vitality": 76,
"community": 33,
"governance": 52,
"engineering": 84
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 76,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"commits_last_year": 54,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 6
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "54 commits in the last year",
"points": 15.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 54
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 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": 90,
"inputs": {
"releases_count": 20,
"latest_release_tag": "v0.7.2",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 0.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "20 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 20
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0.6 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "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": 33,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 1,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 1
}
}
],
"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": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"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": 18,
"status": "met",
"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": "moderate",
"name": "Sustainability & Governance",
"value": 52,
"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": 40,
"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": "40/40 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 40,
"decided": 40
}
}
],
"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": 46,
"inputs": {
"followers": 4,
"owner_type": "User",
"is_verified": null,
"owner_login": "ppiankov",
"public_repos": 61,
"account_age_days": 1573
},
"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": "4 followers of ppiankov",
"points": 5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 4,
"login": "ppiankov"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "61 public repos, account ~4 yr old",
"points": 21.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 61
}
},
{
"code": "account_age_years",
"params": {
"years": 4
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/ppiankov/iamspectre"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 0
},
"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 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "20 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 20
}
}
],
"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": 84,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"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": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"ancc"
],
"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": "1 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 1
}
}
],
"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": 36,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 36,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.5
},
"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": "30 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 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 1",
"points": 0.5,
"status": "partial",
"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": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "28 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 66,
"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.982,
"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": "55 of 56 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 55,
"sampled": 56
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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 56",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 56
}
}
],
"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 1",
"points": 1,
"status": "partial",
"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": 62982,
"source_files_sampled": 93,
"oversized_source_files": 1
},
"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": "1/93 source files over 60KB",
"points": 54.4,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 93,
"oversized": 1
}
}
],
"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",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-27T15:01:00.457792Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/ppiankov/iamspectre.svg",
"full_name": "ppiankov/iamspectre",
"license_state": "standard",
"license_spdx": "MIT"
}