{"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-bead75b0f9233e05", "name": "No API endpoints detected", "shortDescription": {"text": "No API endpoints detected"}, "fullDescription": {"text": "The scanner did not find FastAPI/Flask/Express/NestJS/GraphQL/gRPC routes. If this repo exposes APIs, the framework may be unsupported."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "info", "confidence": 1.0}}, {"id": "scanner-bd2a72556ba3ca11", "name": "Privileged port 12 in use", "shortDescription": {"text": "Privileged port 12 in use"}, "fullDescription": {"text": "Port 12 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0548cae4fa6e384f", "name": "Privileged port 13 in use", "shortDescription": {"text": "Privileged port 13 in use"}, "fullDescription": {"text": "Port 13 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f0217f07950baa6f", "name": "Privileged port 14 in use", "shortDescription": {"text": "Privileged port 14 in use"}, "fullDescription": {"text": "Port 14 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-9710c8d059e53154", "name": "No frontend routes/components detected", "shortDescription": {"text": "No frontend routes/components detected"}, "fullDescription": {"text": "No React/Vue/Next routes were found. This is fine for backend-only repos."}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-9bb14f9d8f16abdd", "name": "Insecure pattern 'node_child_process' in plugin/src/__tests__/append-review-memory.test.ts:10", "shortDescription": {"text": "Insecure pattern 'node_child_process' in plugin/src/__tests__/append-review-memory.test.ts:10"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f503c85e13f5f404", "name": "Insecure pattern 'node_child_process' in plugin/src/__tests__/parse-self-review-output.test.ts:10", "shortDescription": {"text": "Insecure pattern 'node_child_process' in plugin/src/__tests__/parse-self-review-output.test.ts:10"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-7323e0e986b11ba9", "name": "package.json defines install-time lifecycle scripts", "shortDescription": {"text": "package.json defines install-time lifecycle scripts"}, "fullDescription": {"text": "preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "12 tests / 63 src (ratio 0.19)."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "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 91 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-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "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 license, ci. 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-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-bc15c74853dd18b9", "name": "Agent authority lacks a verifier contract: plugin/.mcp.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: plugin/.mcp.json"}, "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-a0791d6c6c13bbfa", "name": "Agent authority lacks a verifier contract: plugin/skills/design-consistency/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: plugin/skills/design-consistency/SKILL.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-240cb8c3d8bb1a24", "name": "Agent instruction/config may expose a secret: plugin/skills/log-progress/SKILL.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: plugin/skills/log-progress/SKILL.md"}, "fullDescription": {"text": "Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-2f2bd2be89ff5ef4", "name": "Agent authority lacks a verifier contract: plugin/skills/file-retro/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: plugin/skills/file-retro/SKILL.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-a607e36c5c152c85", "name": "Agent authority lacks a verifier contract: plugin/skills/holistic-thinking/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: plugin/skills/holistic-thinking/SKILL.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-098357e6052c0232", "name": "Agent authority lacks a verifier contract: .claude/project-config.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/project-config.json"}, "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-1ca84ae399d2fbb0", "name": "Commented-code block (10 lines) in plugin/hooks/stop-task-logic.py:97", "shortDescription": {"text": "Commented-code block (10 lines) in plugin/hooks/stop-task-logic.py:97"}, "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-ef4fe461970b89fd", "name": "`fetch()` without try/.catch or AbortSignal \u2014 plugin/src/monday-client.ts:33", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 plugin/src/monday-client.ts:33"}, "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}}, {"id": "scanner-b3c902ebc775c2d7", "name": "Commented-code block (5 lines) in plugin/src/schemas.ts:24", "shortDescription": {"text": "Commented-code block (5 lines) in plugin/src/schemas.ts:24"}, "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-092f02a26e5a779d", "name": "Commented-code block (5 lines) in plugin/src/constants.ts:275", "shortDescription": {"text": "Commented-code block (5 lines) in plugin/src/constants.ts:275"}, "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-b0827d58ee5a2733", "name": "Commented-code block (5 lines) in plugin/src/services/version-bump.ts:279", "shortDescription": {"text": "Commented-code block (5 lines) in plugin/src/services/version-bump.ts:279"}, "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-214c1d8a11b9fadf", "name": "Commented-code block (5 lines) in plugin/src/services/changelog-doc.ts:112", "shortDescription": {"text": "Commented-code block (5 lines) in plugin/src/services/changelog-doc.ts:112"}, "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-65bfce64ca47215b", "name": "Commented-code block (5 lines) in plugin/src/services/doc-utils.ts:76", "shortDescription": {"text": "Commented-code block (5 lines) in plugin/src/services/doc-utils.ts:76"}, "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-13b404c76cea6bbb", "name": "Commented-code block (6 lines) in plugin/src/services/__tests__/people.test.ts:99", "shortDescription": {"text": "Commented-code block (6 lines) in plugin/src/services/__tests__/people.test.ts:99"}, "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-c7addbc5e019de9e", "name": "Commented-code block (6 lines) in plugin/src/tools/updateTask.ts:94", "shortDescription": {"text": "Commented-code block (6 lines) in plugin/src/tools/updateTask.ts:94"}, "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-13f80d663664d7b6", "name": "Commented-code block (5 lines) in plugin/src/tools/createTask.ts:203", "shortDescription": {"text": "Commented-code block (5 lines) in plugin/src/tools/createTask.ts:203"}, "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-f5e6974a0155e6fd", "name": "Commented-code block (8 lines) in plugin/src/tools/utils.ts:315", "shortDescription": {"text": "Commented-code block (8 lines) in plugin/src/tools/utils.ts:315"}, "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-030da566069872e9", "name": "15 env vars used in code but missing from .env.example", "shortDescription": {"text": "15 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `ANTHROPIC_API_KEY`, `ANTHROPIC_BASE_URL`, `ANTHROPIC_SMALL_FAST_MODEL`, `BOT_REVIEW_COUNT_OVERRIDE`, `CI`, `CLAUDE_PROJECT_DIR`, `DEV_TASKS_BOARD_ID`, `DEV_TASKS_SPRINTS_BOARD_ID` + 7 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/20289"}, "properties": {"repository": "STEP-Network/dev-tasks", "repoUrl": "https://github.com/STEP-Network/dev-tasks", "branch": "main"}, "results": [{"ruleId": "scanner-bead75b0f9233e05", "level": "none", "message": {"text": "No API endpoints detected"}, "properties": {"repobilityId": "0f8bb852027c38f8", "scanner": "scanner-primary", "fingerprint": "bead75b0f9233e05", "layer": "api", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-bd2a72556ba3ca11", "level": "warning", "message": {"text": "Privileged port 12 in use"}, "properties": {"repobilityId": "65e7eefa33f2def4", "scanner": "scanner-primary", "fingerprint": "bd2a72556ba3ca11", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "plugin/hooks/__tests__/pre-merge-review-gate.test.sh"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0548cae4fa6e384f", "level": "warning", "message": {"text": "Privileged port 13 in use"}, "properties": {"repobilityId": "79d721e4d6f64798", "scanner": "scanner-primary", "fingerprint": "0548cae4fa6e384f", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "plugin/hooks/__tests__/pre-merge-review-gate.test.sh"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f0217f07950baa6f", "level": "warning", "message": {"text": "Privileged port 14 in use"}, "properties": {"repobilityId": "2dbd4b719a1412ff", "scanner": "scanner-primary", "fingerprint": "f0217f07950baa6f", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "plugin/hooks/__tests__/pre-merge-review-gate.test.sh"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-9710c8d059e53154", "level": "none", "message": {"text": "No frontend routes/components detected"}, "properties": {"repobilityId": "44ca61485762e494", "scanner": "scanner-primary", "fingerprint": "9710c8d059e53154", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-9bb14f9d8f16abdd", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in plugin/src/__tests__/append-review-memory.test.ts:10"}, "properties": {"repobilityId": "6ac03fb61db5c5a1", "scanner": "scanner-primary", "fingerprint": "9bb14f9d8f16abdd", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "plugin/src/__tests__/append-review-memory.test.ts"}, "region": {"startLine": 10}}}]}, {"ruleId": "scanner-f503c85e13f5f404", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in plugin/src/__tests__/parse-self-review-output.test.ts:10"}, "properties": {"repobilityId": "f7136dead0dbf039", "scanner": "scanner-primary", "fingerprint": "f503c85e13f5f404", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "plugin/src/__tests__/parse-self-review-output.test.ts"}, "region": {"startLine": 10}}}]}, {"ruleId": "scanner-7323e0e986b11ba9", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "579f6643b3109b7d", "scanner": "scanner-primary", "fingerprint": "7323e0e986b11ba9", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "npm", "install-scripts"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "plugin/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "868874d7790aa43d", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "8675fa8b722726f3", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "e722a623e1fcaa7b", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "3627b5cf9f70499e", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "2c79c65ade69f1d9", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "ebb5239b2c21e3b1", "scanner": "scanner-primary", "fingerprint": "ea8f3013f588db25", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-8424db9c75e04ba4", "level": "none", "message": {"text": "Very short observed git history"}, "properties": {"repobilityId": "5c2c706ed6d3a097", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-bc15c74853dd18b9", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: plugin/.mcp.json"}, "properties": {"repobilityId": "28c831bd0ad754d8", "scanner": "scanner-primary", "fingerprint": "bc15c74853dd18b9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "mcp_config"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "plugin/.mcp.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a0791d6c6c13bbfa", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: plugin/skills/design-consistency/SKILL.md"}, "properties": {"repobilityId": "49708ab2c4b1d531", "scanner": "scanner-primary", "fingerprint": "a0791d6c6c13bbfa", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "plugin/skills/design-consistency/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-240cb8c3d8bb1a24", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: plugin/skills/log-progress/SKILL.md"}, "properties": {"repobilityId": "b17420cb9463b47f", "scanner": "scanner-primary", "fingerprint": "240cb8c3d8bb1a24", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "plugin/skills/log-progress/SKILL.md"}, "region": {"startLine": 36}}}]}, {"ruleId": "scanner-2f2bd2be89ff5ef4", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: plugin/skills/file-retro/SKILL.md"}, "properties": {"repobilityId": "6a3c6ccc3992a729", "scanner": "scanner-primary", "fingerprint": "2f2bd2be89ff5ef4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "plugin/skills/file-retro/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a607e36c5c152c85", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: plugin/skills/holistic-thinking/SKILL.md"}, "properties": {"repobilityId": "eb0831c664c2f530", "scanner": "scanner-primary", "fingerprint": "a607e36c5c152c85", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "plugin/skills/holistic-thinking/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-098357e6052c0232", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/project-config.json"}, "properties": {"repobilityId": "62b0eeca4ea12314", "scanner": "scanner-primary", "fingerprint": "098357e6052c0232", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/project-config.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1ca84ae399d2fbb0", "level": "none", "message": {"text": "Commented-code block (10 lines) in plugin/hooks/stop-task-logic.py:97"}, "properties": {"repobilityId": "c44c56cc5ae44e1a", "scanner": "scanner-primary", "fingerprint": "1ca84ae399d2fbb0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ef4fe461970b89fd", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 plugin/src/monday-client.ts:33"}, "properties": {"repobilityId": "c41e3200f048d359", "scanner": "scanner-primary", "fingerprint": "ef4fe461970b89fd", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b3c902ebc775c2d7", "level": "none", "message": {"text": "Commented-code block (5 lines) in plugin/src/schemas.ts:24"}, "properties": {"repobilityId": "619e1f319b14e8c8", "scanner": "scanner-primary", "fingerprint": "b3c902ebc775c2d7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-092f02a26e5a779d", "level": "none", "message": {"text": "Commented-code block (5 lines) in plugin/src/constants.ts:275"}, "properties": {"repobilityId": "32016dfffd5a9c94", "scanner": "scanner-primary", "fingerprint": "092f02a26e5a779d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b0827d58ee5a2733", "level": "none", "message": {"text": "Commented-code block (5 lines) in plugin/src/services/version-bump.ts:279"}, "properties": {"repobilityId": "871294fca89e9415", "scanner": "scanner-primary", "fingerprint": "b0827d58ee5a2733", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-214c1d8a11b9fadf", "level": "none", "message": {"text": "Commented-code block (5 lines) in plugin/src/services/changelog-doc.ts:112"}, "properties": {"repobilityId": "1f9fdb04313b3962", "scanner": "scanner-primary", "fingerprint": "214c1d8a11b9fadf", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-65bfce64ca47215b", "level": "none", "message": {"text": "Commented-code block (5 lines) in plugin/src/services/doc-utils.ts:76"}, "properties": {"repobilityId": "755350a3b5b41813", "scanner": "scanner-primary", "fingerprint": "65bfce64ca47215b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-13b404c76cea6bbb", "level": "none", "message": {"text": "Commented-code block (6 lines) in plugin/src/services/__tests__/people.test.ts:99"}, "properties": {"repobilityId": "5ae9c6446ea32f92", "scanner": "scanner-primary", "fingerprint": "13b404c76cea6bbb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c7addbc5e019de9e", "level": "none", "message": {"text": "Commented-code block (6 lines) in plugin/src/tools/updateTask.ts:94"}, "properties": {"repobilityId": "e0f4bc2112eca389", "scanner": "scanner-primary", "fingerprint": "c7addbc5e019de9e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-13f80d663664d7b6", "level": "none", "message": {"text": "Commented-code block (5 lines) in plugin/src/tools/createTask.ts:203"}, "properties": {"repobilityId": "f8570dad8c191786", "scanner": "scanner-primary", "fingerprint": "13f80d663664d7b6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f5e6974a0155e6fd", "level": "none", "message": {"text": "Commented-code block (8 lines) in plugin/src/tools/utils.ts:315"}, "properties": {"repobilityId": "2e951f6c109c2515", "scanner": "scanner-primary", "fingerprint": "f5e6974a0155e6fd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-030da566069872e9", "level": "note", "message": {"text": "15 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "0519c1c0e8c1f8e4", "scanner": "scanner-primary", "fingerprint": "030da566069872e9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}