{"version": "2.1.0", "$schema": "https://json.schemastore.org/sarif-2.1.0.json", "runs": [{"tool": {"driver": {"name": "Repobility", "informationUri": "https://repobility.com", "rules": [{"id": "scanner-c9491ac1fd139ab8", "name": "Stray `console.log` in TS/JS \u2014 packages/anchor/test/live-smoke.test.ts:26", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/anchor/test/live-smoke.test.ts:26"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ee69bfa3028f06c", "name": "Stray `console.log` in TS/JS \u2014 packages/langchain/test/live-smoke.test.ts:38", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/langchain/test/live-smoke.test.ts:38"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-e039e2d91e87eddb", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-37bd2a82f617ab7e", "name": "Node manifest has dependencies but no lockfile: packages/s3/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/s3/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-e8313de9aec3490b", "name": "Node manifest has dependencies but no lockfile: packages/anchor/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/anchor/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-e40af22038b73dcd", "name": "Node manifest has dependencies but no lockfile: packages/langchain/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/langchain/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 35 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing lockfile. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-bea357a6497a2d5d", "name": "Agent authority lacks a verifier contract: CLAUDE.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: CLAUDE.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-744bb17957e76850", "name": "Commented-code block (5 lines) in spikes/lane-4b/spike-langchain.mjs:1", "shortDescription": {"text": "Commented-code block (5 lines) in spikes/lane-4b/spike-langchain.mjs:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-83ea520e00b71071", "name": "Commented-code block (5 lines) in packages/s3/src/index.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in packages/s3/src/index.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-56ad6a1dfe97bff9", "name": "Commented-code block (5 lines) in packages/s3/test/s3.test.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in packages/s3/test/s3.test.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-365e8f9150aeea6f", "name": "Commented-code block (5 lines) in packages/anchor/src/index.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in packages/anchor/src/index.ts:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e6b2c405617faac9", "name": "Commented-code block (5 lines) in packages/anchor/src/store.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in packages/anchor/src/store.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-743d07a2e196bc39", "name": "Commented-code block (6 lines) in packages/anchor/src/envelope.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in packages/anchor/src/envelope.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-4c3af08e0f17350e", "name": "Commented-code block (9 lines) in packages/anchor/src/dataitem.ts:7", "shortDescription": {"text": "Commented-code block (9 lines) in packages/anchor/src/dataitem.ts:7"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-fcf2d7623b9dddc5", "name": "Commented-code block (6 lines) in packages/anchor/src/turbo.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in packages/anchor/src/turbo.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-9c0b23ede57d5af5", "name": "Commented-code block (12 lines) in packages/anchor/src/batch.ts:9", "shortDescription": {"text": "Commented-code block (12 lines) in packages/anchor/src/batch.ts:9"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-21c5f7eb12bb654b", "name": "Commented-code block (6 lines) in packages/anchor/src/anchorer.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in packages/anchor/src/anchorer.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-a795e7586307d462", "name": "Commented-code block (6 lines) in packages/anchor/src/profile.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in packages/anchor/src/profile.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-07005987292349c7", "name": "Commented-code block (6 lines) in packages/anchor/test/live-smoke.test.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in packages/anchor/test/live-smoke.test.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-6932a02551352f7b", "name": "Commented-code block (5 lines) in packages/anchor/test/dataitem-arbundles.test.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in packages/anchor/test/dataitem-arbundles.test.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-3cfb14cbd29a8077", "name": "Commented-code block (5 lines) in packages/anchor/test/dataitem-python.test.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in packages/anchor/test/dataitem-python.test.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-9b8f97078b4ab48a", "name": "Commented-code block (6 lines) in packages/anchor/test/conformance.test.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in packages/anchor/test/conformance.test.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-c213b50fac127053", "name": "Commented-code block (6 lines) in packages/langchain/src/index.ts:7", "shortDescription": {"text": "Commented-code block (6 lines) in packages/langchain/src/index.ts:7"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-b13e3a1e52b3ab3b", "name": "Commented-code block (5 lines) in packages/langchain/test/live-smoke.test.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in packages/langchain/test/live-smoke.test.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-fdd30fcc0d63c071", "name": "Commented-code block (7 lines) in packages/langchain/test/langchain.test.ts:1", "shortDescription": {"text": "Commented-code block (7 lines) in packages/langchain/test/langchain.test.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-0863ea78041722c9", "name": "Commented-code block (5 lines) in tools/ans104-conformance/verify_dataitem.py:176", "shortDescription": {"text": "Commented-code block (5 lines) in tools/ans104-conformance/verify_dataitem.py:176"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-a058ddc88d547de4", "name": "`fetch()` without try/.catch or AbortSignal \u2014 examples/03-verify-onchain.mjs:21", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 examples/03-verify-onchain.mjs:21"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/24297"}, "properties": {"repository": "ar-io/ar-io-anchor", "repoUrl": "https://github.com/ar-io/ar-io-anchor", "branch": "main"}, "results": [{"ruleId": "scanner-c9491ac1fd139ab8", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/anchor/test/live-smoke.test.ts:26"}, "properties": {"repobilityId": "9d9ce420d0d0c3c5", "scanner": "scanner-primary", "fingerprint": "c9491ac1fd139ab8", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-3ee69bfa3028f06c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/langchain/test/live-smoke.test.ts:38"}, "properties": {"repobilityId": "a6bc1c758e51ef76", "scanner": "scanner-primary", "fingerprint": "3ee69bfa3028f06c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e039e2d91e87eddb", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "d081154288116345", "scanner": "scanner-primary", "fingerprint": "e039e2d91e87eddb", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-anchor.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-37bd2a82f617ab7e", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/s3/package.json"}, "properties": {"repobilityId": "6b553f55f2ef3d4f", "scanner": "scanner-primary", "fingerprint": "37bd2a82f617ab7e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/s3/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e8313de9aec3490b", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/anchor/package.json"}, "properties": {"repobilityId": "89c5f1966e93a95c", "scanner": "scanner-primary", "fingerprint": "e8313de9aec3490b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/anchor/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e40af22038b73dcd", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/langchain/package.json"}, "properties": {"repobilityId": "913747a29fd1033a", "scanner": "scanner-primary", "fingerprint": "e40af22038b73dcd", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/langchain/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "8879c1c97b83e9e1", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "5028282f24b26116", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-bea357a6497a2d5d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: CLAUDE.md"}, "properties": {"repobilityId": "aae72df3934829ac", "scanner": "scanner-primary", "fingerprint": "bea357a6497a2d5d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "CLAUDE.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-744bb17957e76850", "level": "none", "message": {"text": "Commented-code block (5 lines) in spikes/lane-4b/spike-langchain.mjs:1"}, "properties": {"repobilityId": "3fd772268c762972", "scanner": "scanner-primary", "fingerprint": "744bb17957e76850", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-83ea520e00b71071", "level": "none", "message": {"text": "Commented-code block (5 lines) in packages/s3/src/index.ts:1"}, "properties": {"repobilityId": "a921d6358b757b4f", "scanner": "scanner-primary", "fingerprint": "83ea520e00b71071", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-56ad6a1dfe97bff9", "level": "none", "message": {"text": "Commented-code block (5 lines) in packages/s3/test/s3.test.ts:1"}, "properties": {"repobilityId": "1497a8e1378f89ef", "scanner": "scanner-primary", "fingerprint": "56ad6a1dfe97bff9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-365e8f9150aeea6f", "level": "none", "message": {"text": "Commented-code block (5 lines) in packages/anchor/src/index.ts:3"}, "properties": {"repobilityId": "176324818c548c6e", "scanner": "scanner-primary", "fingerprint": "365e8f9150aeea6f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e6b2c405617faac9", "level": "none", "message": {"text": "Commented-code block (5 lines) in packages/anchor/src/store.ts:1"}, "properties": {"repobilityId": "1e57243d9982722e", "scanner": "scanner-primary", "fingerprint": "e6b2c405617faac9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-743d07a2e196bc39", "level": "none", "message": {"text": "Commented-code block (6 lines) in packages/anchor/src/envelope.ts:1"}, "properties": {"repobilityId": "d77b5c2fcd0bb888", "scanner": "scanner-primary", "fingerprint": "743d07a2e196bc39", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4c3af08e0f17350e", "level": "none", "message": {"text": "Commented-code block (9 lines) in packages/anchor/src/dataitem.ts:7"}, "properties": {"repobilityId": "a507c62f10745078", "scanner": "scanner-primary", "fingerprint": "4c3af08e0f17350e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fcf2d7623b9dddc5", "level": "none", "message": {"text": "Commented-code block (6 lines) in packages/anchor/src/turbo.ts:1"}, "properties": {"repobilityId": "d4c77015f2034007", "scanner": "scanner-primary", "fingerprint": "fcf2d7623b9dddc5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9c0b23ede57d5af5", "level": "none", "message": {"text": "Commented-code block (12 lines) in packages/anchor/src/batch.ts:9"}, "properties": {"repobilityId": "3ae44c2cfb12a73c", "scanner": "scanner-primary", "fingerprint": "9c0b23ede57d5af5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-21c5f7eb12bb654b", "level": "none", "message": {"text": "Commented-code block (6 lines) in packages/anchor/src/anchorer.ts:1"}, "properties": {"repobilityId": "b69ddbc702b06233", "scanner": "scanner-primary", "fingerprint": "21c5f7eb12bb654b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a795e7586307d462", "level": "none", "message": {"text": "Commented-code block (6 lines) in packages/anchor/src/profile.ts:1"}, "properties": {"repobilityId": "db1114febbaae4ca", "scanner": "scanner-primary", "fingerprint": "a795e7586307d462", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-07005987292349c7", "level": "none", "message": {"text": "Commented-code block (6 lines) in packages/anchor/test/live-smoke.test.ts:1"}, "properties": {"repobilityId": "7903a088f3d68cb8", "scanner": "scanner-primary", "fingerprint": "07005987292349c7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6932a02551352f7b", "level": "none", "message": {"text": "Commented-code block (5 lines) in packages/anchor/test/dataitem-arbundles.test.ts:1"}, "properties": {"repobilityId": "f777433f6c958bed", "scanner": "scanner-primary", "fingerprint": "6932a02551352f7b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3cfb14cbd29a8077", "level": "none", "message": {"text": "Commented-code block (5 lines) in packages/anchor/test/dataitem-python.test.ts:1"}, "properties": {"repobilityId": "825a0caa31469df0", "scanner": "scanner-primary", "fingerprint": "3cfb14cbd29a8077", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9b8f97078b4ab48a", "level": "none", "message": {"text": "Commented-code block (6 lines) in packages/anchor/test/conformance.test.ts:1"}, "properties": {"repobilityId": "f36c14fa0b6a8f48", "scanner": "scanner-primary", "fingerprint": "9b8f97078b4ab48a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c213b50fac127053", "level": "none", "message": {"text": "Commented-code block (6 lines) in packages/langchain/src/index.ts:7"}, "properties": {"repobilityId": "bc0a657c3d7fbcb6", "scanner": "scanner-primary", "fingerprint": "c213b50fac127053", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b13e3a1e52b3ab3b", "level": "none", "message": {"text": "Commented-code block (5 lines) in packages/langchain/test/live-smoke.test.ts:1"}, "properties": {"repobilityId": "0a1b06adf7f6cbd7", "scanner": "scanner-primary", "fingerprint": "b13e3a1e52b3ab3b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fdd30fcc0d63c071", "level": "none", "message": {"text": "Commented-code block (7 lines) in packages/langchain/test/langchain.test.ts:1"}, "properties": {"repobilityId": "a49ee8da3e38da74", "scanner": "scanner-primary", "fingerprint": "fdd30fcc0d63c071", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0863ea78041722c9", "level": "none", "message": {"text": "Commented-code block (5 lines) in tools/ans104-conformance/verify_dataitem.py:176"}, "properties": {"repobilityId": "d62db4755ad9101e", "scanner": "scanner-primary", "fingerprint": "0863ea78041722c9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a058ddc88d547de4", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 examples/03-verify-onchain.mjs:21"}, "properties": {"repobilityId": "4f525508158fbeb2", "scanner": "scanner-primary", "fingerprint": "a058ddc88d547de4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}