{"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-6f1596bdcaab5d5b", "name": "Possibly dead Python function: short_url", "shortDescription": {"text": "Possibly dead Python function: short_url"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f48ee37cba77fbd2", "name": "Possibly dead Python function: truncate", "shortDescription": {"text": "Possibly dead Python function: truncate"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-230377e74159b14a", "name": "Possibly dead Python function: compose", "shortDescription": {"text": "Possibly dead Python function: compose"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-34c1067f3fe94702", "name": "Possibly dead Python function: action_cancel", "shortDescription": {"text": "Possibly dead Python function: action_cancel"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d9074708e216f36a", "name": "Possibly dead Python function: action_back", "shortDescription": {"text": "Possibly dead Python function: action_back"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2191236979c77eef", "name": "Possibly dead Python function: action_copy_prompt", "shortDescription": {"text": "Possibly dead Python function: action_copy_prompt"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7c84710fcee0bdc4", "name": "Possibly dead Python function: format_help", "shortDescription": {"text": "Possibly dead Python function: format_help"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3049b5ed353c7a25", "name": "Possibly dead Python function: safe_avg", "shortDescription": {"text": "Possibly dead Python function: safe_avg"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"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-7bee58165cbcd34f", "name": "Stray `console.log` in TS/JS \u2014 tests/realtime-chat-with-deployment/runs/tin-cat-claude-code-claude-opus-4.7-effort-high/", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/realtime-chat-with-deployment/runs/tin-cat-claude-code-claude-opus-4.7-effort-high/stage-1-first-run/server.js:114"}, "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-3ad9356fd99c7a6b", "name": "Stray `console.log` in TS/JS \u2014 tests/realtime-chat-with-deployment/runs/tin-cat-claude-code-claude-opus-4.7-effort-high/", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/realtime-chat-with-deployment/runs/tin-cat-claude-code-claude-opus-4.7-effort-high/stage-2-rooms/server.js:156"}, "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-5ba3614a8285bab8", "name": "Stray `console.log` in TS/JS \u2014 tests/realtime-chat-with-deployment/runs/tin-cat-claude-code-claude-opus-4.7-effort-high-", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/realtime-chat-with-deployment/runs/tin-cat-claude-code-claude-opus-4.7-effort-high-2/stage-1-first-run/server.js:114"}, "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-c5d702d5683ca5bd", "name": "Stray `console.log` in TS/JS \u2014 tests/realtime-chat-with-deployment/runs/tin-cat-claude-code-claude-opus-4.7-effort-high-", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/realtime-chat-with-deployment/runs/tin-cat-claude-code-claude-opus-4.7-effort-high-2/stage-4-security/server.js:469"}, "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-47491df12e216233", "name": "Stray `console.log` in TS/JS \u2014 tests/realtime-chat-with-deployment/runs/tin-cat-claude-code-claude-opus-4.7-effort-high-", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/realtime-chat-with-deployment/runs/tin-cat-claude-code-claude-opus-4.7-effort-high-2/stage-3-private-messages/server.js:288"}, "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-d15f670db40febdf", "name": "Stray `console.log` in TS/JS \u2014 tests/realtime-chat-with-deployment/runs/tin-cat-claude-code-claude-opus-4.7-effort-high-", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/realtime-chat-with-deployment/runs/tin-cat-claude-code-claude-opus-4.7-effort-high-2/stage-5-deploy-aws/server.js:556"}, "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-94c4bf4e43469132", "name": "Stray `console.log` in TS/JS \u2014 tests/realtime-chat-with-deployment/runs/tin-cat-claude-code-claude-opus-4.7-effort-high-", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/realtime-chat-with-deployment/runs/tin-cat-claude-code-claude-opus-4.7-effort-high-2/stage-2-rooms/server.js:202"}, "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-41faa622df7b0497", "name": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-sonnet-4.6-high-effort/stage-4-complex-r", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-sonnet-4.6-high-effort/stage-4-complex-refinements/server.js:415"}, "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-55b27e3aca1cec1e", "name": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-sonnet-4.6-high-effort/stage-2-advanced-", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-sonnet-4.6-high-effort/stage-2-advanced-features/server.js:371"}, "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-6bc0867453b1fb3f", "name": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-sonnet-4.6-high-effort/stage-1-first-run", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-sonnet-4.6-high-effort/stage-1-first-run/server.js:63"}, "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-c654ae3d1d4a152b", "name": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-sonnet-4.6-high-effort/stage-3-refinemen", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-sonnet-4.6-high-effort/stage-3-refinements/server.js:414"}, "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-f85b557b906bd927", "name": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-comp", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-complex-refinements/server.js:139"}, "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-de197436b800615e", "name": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-comp", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-complex-refinements/seed.js:58"}, "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-e63e1b8deb8fb52d", "name": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-2-adva", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-2-advanced-features/server.js:59"}, "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-f751b0957964879c", "name": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-2-adva", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-2-advanced-features/seed.js:58"}, "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-06cb2708fe517874", "name": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-1-firs", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-1-first-run/server.js:81"}, "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-ac801f1b5540c369", "name": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-refi", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-refinements/server.js:99"}, "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-3cf9727e12f315df", "name": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-refi", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-refinements/seed.js:58"}, "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-680d82bdca8aa697", "name": "Stray `console.log` in TS/JS \u2014 tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-fable-5-effort-high/stag", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-fable-5-effort-high/stage-1-simulation/test/calibrate.js:17"}, "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-c759bd879efb796f", "name": "Stray `console.log` in TS/JS \u2014 tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-fable-5-effort-high/stag", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-fable-5-effort-high/stage-1-simulation/test/debug.js:6"}, "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-27723f31abb38f23", "name": "Stray `console.log` in TS/JS \u2014 tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-fable-5-effort-high/stag", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-fable-5-effort-high/stage-1-simulation/test/run.js:30"}, "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-36d1d8593fe2a198", "name": "Stray `console.log` in TS/JS \u2014 tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-fable-5-effort-high/stag", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-fable-5-effort-high/stage-1-simulation/tools/serve.js:34"}, "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-697c6c924b28d9a4", "name": "Stray `console.log` in TS/JS \u2014 tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-opus-4.8-effort-high/sta", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-opus-4.8-effort-high/stage-1-simulation/test/run-headless.js:39"}, "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-0aa393b459f7b8c0", "name": "Stray `console.log` in TS/JS \u2014 tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-opus-4.8-effort-high/sta", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-opus-4.8-effort-high/stage-1-simulation/test/capture.js:51"}, "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-83705a7685fd7fc6", "name": "Docker base image is tag-pinned but not digest-pinned: node:22-bookworm-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:22-bookworm-slim"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-217299667c5f3767", "name": "Docker base image is tag-pinned but not digest-pinned: php:8.3-fpm-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: php:8.3-fpm-alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4f7ed7f4eb2102d5", "name": "Docker base image is tag-pinned but not digest-pinned: php:8.3-fpm-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: php:8.3-fpm-alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-aa5acaa49eb8315b", "name": "Containers defined but no K8s/orchestration manifest found", "shortDescription": {"text": "Containers defined but no K8s/orchestration manifest found"}, "fullDescription": {"text": "Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b3a8fda5c2e3cffd", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/deploy-pages@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-e30f374e75c54c0c", "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-775a6ad60b412963", "name": "Very large file: agent-arena-cli.py (1978 lines)", "shortDescription": {"text": "Very large file: agent-arena-cli.py (1978 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7ecda138a8feede4", "name": "Very large file: tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-fable-5-effort-high/stage-1-simulation", "shortDescription": {"text": "Very large file: tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-fable-5-effort-high/stage-1-simulation/lib/planck.mjs (11908 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6d9575d29eb82388", "name": "Very large file: scripts/build_site.py (2160 lines)", "shortDescription": {"text": "Very large file: scripts/build_site.py (2160 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f20c0a6f891bca98", "name": "Very large file: scripts/site_template/app.js (2083 lines)", "shortDescription": {"text": "Very large file: scripts/site_template/app.js (2083 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "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 9 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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 18 placeholder/mock markers across 3 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "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-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-dc5b73334a09835b", "name": "Commented-code block (9 lines) in agent-arena-cli.py:2", "shortDescription": {"text": "Commented-code block (9 lines) in agent-arena-cli.py:2"}, "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-a1d10c32ac528cc9", "name": "Commented-code block (6 lines) in tests/snake-game/runs/tin-cat-claude-code-claude-opus-4.7-effort-high/stage-4-graphics", "shortDescription": {"text": "Commented-code block (6 lines) in tests/snake-game/runs/tin-cat-claude-code-claude-opus-4.7-effort-high/stage-4-graphics-refactor/app.js:356"}, "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-22cd5cb8d9d21464", "name": "Commented-code block (5 lines) in tests/realtime-chat-with-deployment/runs/tin-cat-claude-code-claude-opus-4.7-effort-hi", "shortDescription": {"text": "Commented-code block (5 lines) in tests/realtime-chat-with-deployment/runs/tin-cat-claude-code-claude-opus-4.7-effort-high-2/stage-4-security/server.js:55"}, "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-24f6b7b90d185e15", "name": "Commented-code block (5 lines) in tests/realtime-chat-with-deployment/runs/tin-cat-claude-code-claude-opus-4.7-effort-hi", "shortDescription": {"text": "Commented-code block (5 lines) in tests/realtime-chat-with-deployment/runs/tin-cat-claude-code-claude-opus-4.7-effort-high-2/stage-5-deploy-aws/server.js:67"}, "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-87b6382b0b45f718", "name": "Commented-code block (5 lines) in tests/realtime-chat-with-deployment/runs/tin-cat-claude-code-claude-opus-4.7-effort-hi", "shortDescription": {"text": "Commented-code block (5 lines) in tests/realtime-chat-with-deployment/runs/tin-cat-claude-code-claude-opus-4.7-effort-high-2/stage-5-deploy-aws/deploy/lib/chat-stack.ts:232"}, "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-566903958f0100af", "name": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-", "shortDescription": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-parts/src/font.js: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-a2ac40f713762ab5", "name": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-", "shortDescription": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-parts/src/director.js: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-b53613b46f89a56e", "name": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-", "shortDescription": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-parts/src/framebuffer.js:12"}, "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-51f0e3b7388b4865", "name": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-", "shortDescription": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-parts/src/clock.js: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-f09bec6bfbc67038", "name": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-", "shortDescription": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-parts/src/effects/starfield.js:5"}, "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-27390463aa8ab460", "name": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-", "shortDescription": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-parts/src/effects/scroller.js:6"}, "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-a0f8cdbffa5bdef9", "name": "Commented-code block (7 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-", "shortDescription": {"text": "Commented-code block (7 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-parts/src/effects/tunnel.js:5"}, "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-3f063f7b4a00d385", "name": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-", "shortDescription": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-parts/src/effects/glenz.js:12"}, "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-09c067f25af58fef", "name": "Commented-code block (7 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-", "shortDescription": {"text": "Commented-code block (7 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-parts/src/effects/caption.js:6"}, "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-670137edefbd1bfb", "name": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-", "shortDescription": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-parts/src/effects/flyby.js:5"}, "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-7309b01191be0e75", "name": "Commented-code block (7 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-", "shortDescription": {"text": "Commented-code block (7 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-parts/src/effects/rotozoom.js:5"}, "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-12453965a1611047", "name": "Commented-code block (13 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d", "shortDescription": {"text": "Commented-code block (13 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-parts/src/effects/fire.js:5"}, "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-616e1520431fbadb", "name": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-", "shortDescription": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-parts/src/effects/artwork.js:5"}, "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-1646c485d8cc19f3", "name": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-rot", "shortDescription": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-rotozoom-and-artwork/src/font.js: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-282de6b51699b9a0", "name": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-rot", "shortDescription": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-rotozoom-and-artwork/src/director.js: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-e62f62debeda1fdb", "name": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-rot", "shortDescription": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-rotozoom-and-artwork/src/framebuffer.js:12"}, "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-566d64d3c1ba4cbc", "name": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-rot", "shortDescription": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-rotozoom-and-artwork/src/clock.js: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-888b5baa51b6e285", "name": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-rot", "shortDescription": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-rotozoom-and-artwork/src/effects/starfield.js:5"}, "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-4ab042d7e3da009c", "name": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-rot", "shortDescription": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-rotozoom-and-artwork/src/effects/scroller.js:6"}, "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-76bf4bd126675036", "name": "Commented-code block (7 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-rot", "shortDescription": {"text": "Commented-code block (7 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-rotozoom-and-artwork/src/effects/tunnel.js:5"}, "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-79f6679f5712af2b", "name": "Commented-code block (7 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-rot", "shortDescription": {"text": "Commented-code block (7 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-rotozoom-and-artwork/src/effects/caption.js:6"}, "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-ad6b188061922e75", "name": "Commented-code block (7 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-rot", "shortDescription": {"text": "Commented-code block (7 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-rotozoom-and-artwork/src/effects/rotozoom.js:5"}, "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-ffe593896e08c0bf", "name": "Commented-code block (13 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-ro", "shortDescription": {"text": "Commented-code block (13 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-rotozoom-and-artwork/src/effects/fire.js:5"}, "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-9715f605b4e39df7", "name": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-rot", "shortDescription": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-rotozoom-and-artwork/src/effects/artwork.js:5"}, "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-f4a3824f12785468", "name": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-1-boo", "shortDescription": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-1-bootstrap/src/font.js: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-220e114efc1c0310", "name": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-1-boo", "shortDescription": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-1-bootstrap/src/framebuffer.js:12"}, "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-68863d2d14946428", "name": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-1-boo", "shortDescription": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-1-bootstrap/src/clock.js: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-0b3d9e6f2cd4f470", "name": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-1-boo", "shortDescription": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-1-bootstrap/src/effects/starfield.js:5"}, "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-3a471d13bbeb069a", "name": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-1-boo", "shortDescription": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-1-bootstrap/src/effects/scroller.js:6"}, "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-1e7d4cef790cc1d8", "name": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-cre", "shortDescription": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-credits-scroller/src/font.js: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-2b1fd8d7821f38f3", "name": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-cre", "shortDescription": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-credits-scroller/src/director.js: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-50311c9c55f6b7fa", "name": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-cre", "shortDescription": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-credits-scroller/src/framebuffer.js:12"}, "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-684a24edddb5ca69", "name": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-cre", "shortDescription": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-credits-scroller/src/clock.js: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-f8a0b36ff6d55cb7", "name": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-cre", "shortDescription": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-credits-scroller/src/effects/starfield.js:5"}, "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-e9108b549543f269", "name": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-cre", "shortDescription": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-credits-scroller/src/effects/scroller.js:6"}, "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-683e616c8fd2f71c", "name": "Commented-code block (7 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-cre", "shortDescription": {"text": "Commented-code block (7 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-credits-scroller/src/effects/tunnel.js:5"}, "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-2edbcad7950c1a3c", "name": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-cre", "shortDescription": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-credits-scroller/src/effects/glenz.js:12"}, "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-73362e34d8bb1de9", "name": "Commented-code block (7 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-cre", "shortDescription": {"text": "Commented-code block (7 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-credits-scroller/src/effects/caption.js:6"}, "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-12ac9d75459269be", "name": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-cre", "shortDescription": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-credits-scroller/src/effects/flyby.js:5"}, "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-944d640d33a419a9", "name": "Commented-code block (7 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-cre", "shortDescription": {"text": "Commented-code block (7 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-credits-scroller/src/effects/rotozoom.js:5"}, "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-c1e574f076132b30", "name": "Commented-code block (13 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-cr", "shortDescription": {"text": "Commented-code block (13 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-credits-scroller/src/effects/fire.js:5"}, "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-f033e402f4c7c5cd", "name": "Commented-code block (9 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-cre", "shortDescription": {"text": "Commented-code block (9 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-credits-scroller/src/effects/credits.js:6"}, "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-8c2d901684c96835", "name": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-cre", "shortDescription": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-credits-scroller/src/effects/artwork.js:5"}, "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-7af580a19c4af28f", "name": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-2-tun", "shortDescription": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-2-tunnel-and-fire/src/font.js: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-43056293873712cd", "name": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-2-tun", "shortDescription": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-2-tunnel-and-fire/src/director.js: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-957aad675e561887", "name": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-2-tun", "shortDescription": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-2-tunnel-and-fire/src/framebuffer.js:12"}, "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-c2efb7deb2386c34", "name": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-2-tun", "shortDescription": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-2-tunnel-and-fire/src/clock.js: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-dbdeb983472c9cc3", "name": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-2-tun", "shortDescription": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-2-tunnel-and-fire/src/effects/starfield.js:5"}, "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-7e904a9494786f10", "name": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-2-tun", "shortDescription": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-2-tunnel-and-fire/src/effects/scroller.js:6"}, "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-3e94a183ca9e0428", "name": "Commented-code block (7 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-2-tun", "shortDescription": {"text": "Commented-code block (7 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-2-tunnel-and-fire/src/effects/tunnel.js:5"}, "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-f6c66395aaceb38c", "name": "Commented-code block (13 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-2-tu", "shortDescription": {"text": "Commented-code block (13 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-2-tunnel-and-fire/src/effects/fire.js:5"}, "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-a3f014c266c0b29d", "name": "Commented-code block (5 lines) in tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-opus-4.7-effort-high/", "shortDescription": {"text": "Commented-code block (5 lines) in tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-opus-4.7-effort-high/stage-1-simulation/js/physics.js:109"}, "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-b0d373d25b0167a6", "name": "Commented-code block (7 lines) in tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-opus-4.7-effort-high/", "shortDescription": {"text": "Commented-code block (7 lines) in tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-opus-4.7-effort-high/stage-1-simulation/js/water.js: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-5ed815b82e11603a", "name": "Commented-code block (5 lines) in tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-opus-4.7-effort-high/", "shortDescription": {"text": "Commented-code block (5 lines) in tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-opus-4.7-effort-high/stage-1-simulation/js/ship.js:48"}, "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-b655aa882417fc18", "name": "Commented-code block (9 lines) in tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-opus-4.7-effort-high/", "shortDescription": {"text": "Commented-code block (9 lines) in tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-opus-4.7-effort-high/stage-1-simulation/js/constants.js:30"}, "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-68c94334fd156ad3", "name": "Commented-code block (5 lines) in tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-fable-5-effort-high/s", "shortDescription": {"text": "Commented-code block (5 lines) in tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-fable-5-effort-high/stage-1-simulation/test/calibrate.js: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-f79be3f9da715659", "name": "Legacy-named symbol `m_v1` in tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-fable-5-effort-high/stage", "shortDescription": {"text": "Legacy-named symbol `m_v1` in tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-fable-5-effort-high/stage-1-simulation/lib/planck.mjs:3342"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f5cc4b32efce3a83", "name": "Commented-code block (7 lines) in tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-fable-5-effort-high/s", "shortDescription": {"text": "Commented-code block (7 lines) in tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-fable-5-effort-high/stage-1-simulation/src/sim.js: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-625f174125cd7458", "name": "Commented-code block (5 lines) in tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-fable-5-effort-high/s", "shortDescription": {"text": "Commented-code block (5 lines) in tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-fable-5-effort-high/stage-1-simulation/src/params.js: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-2ef5859a091ee881", "name": "Commented-code block (7 lines) in tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-opus-4.8-effort-high/", "shortDescription": {"text": "Commented-code block (7 lines) in tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-opus-4.8-effort-high/stage-1-simulation/src/sim-core.js:54"}, "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-fd0ac4b9ff59f5bf", "name": "Commented-code block (6 lines) in scripts/build_site.py:2", "shortDescription": {"text": "Commented-code block (6 lines) in scripts/build_site.py:2"}, "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-9ce7b315abcb842e", "name": "Network/subprocess call without timeout or try/except \u2014 scripts/build_site.py:1435", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/build_site.py:1435"}, "fullDescription": {"text": "`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a6a25473a9817335", "name": "Commented-code block (6 lines) in scripts/site_template/app.js:1249", "shortDescription": {"text": "Commented-code block (6 lines) in scripts/site_template/app.js:1249"}, "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-d37c47efd89e6723", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/site_template/app.js:145", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/site_template/app.js:145"}, "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-0027e313ade46c8f", "name": "Near-duplicate function bodies in 7 places", "shortDescription": {"text": "Near-duplicate function bodies in 7 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nagent-arena-cli.py:on_mount, agent-arena-cli.py:on_mount, agent-arena-cli.py:on_mount, agent-arena-cli.py:on_mount\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-33a6b62e30ce7ab4", "name": "Near-duplicate function bodies in 6 places", "shortDescription": {"text": "Near-duplicate function bodies in 6 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nagent-arena-cli.py:compose, agent-arena-cli.py:compose, agent-arena-cli.py:compose, agent-arena-cli.py:compose\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2c04133e54348533", "name": "Near-duplicate function bodies in 2 places", "shortDescription": {"text": "Near-duplicate function bodies in 2 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nagent-arena-cli.py:action_cancel, agent-arena-cli.py:action_cancel\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/21330"}, "properties": {"repository": "tin-cat/agent-arena", "repoUrl": "https://github.com/tin-cat/agent-arena", "branch": "main"}, "results": [{"ruleId": "scanner-6f1596bdcaab5d5b", "level": "note", "message": {"text": "Possibly dead Python function: short_url"}, "properties": {"repobilityId": "2e0dabb3b1fb1bfc", "scanner": "scanner-primary", "fingerprint": "6f1596bdcaab5d5b", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "agent-arena-cli.py:590"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f48ee37cba77fbd2", "level": "note", "message": {"text": "Possibly dead Python function: truncate"}, "properties": {"repobilityId": "c2308a7b371278f9", "scanner": "scanner-primary", "fingerprint": "f48ee37cba77fbd2", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "agent-arena-cli.py:613"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-230377e74159b14a", "level": "note", "message": {"text": "Possibly dead Python function: compose"}, "properties": {"repobilityId": "e8baae2c9d6dad8b", "scanner": "scanner-primary", "fingerprint": "230377e74159b14a", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "agent-arena-cli.py:1371"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-34c1067f3fe94702", "level": "note", "message": {"text": "Possibly dead Python function: action_cancel"}, "properties": {"repobilityId": "aa84d71a65dac3d2", "scanner": "scanner-primary", "fingerprint": "34c1067f3fe94702", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "agent-arena-cli.py:1244"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d9074708e216f36a", "level": "note", "message": {"text": "Possibly dead Python function: action_back"}, "properties": {"repobilityId": "9e191fc3ea6e8665", "scanner": "scanner-primary", "fingerprint": "d9074708e216f36a", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "agent-arena-cli.py:1332"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2191236979c77eef", "level": "note", "message": {"text": "Possibly dead Python function: action_copy_prompt"}, "properties": {"repobilityId": "632e30b63ec01157", "scanner": "scanner-primary", "fingerprint": "2191236979c77eef", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "agent-arena-cli.py:1230"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-7c84710fcee0bdc4", "level": "note", "message": {"text": "Possibly dead Python function: format_help"}, "properties": {"repobilityId": "851ff96e177e504e", "scanner": "scanner-primary", "fingerprint": "7c84710fcee0bdc4", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "agent-arena-cli.py:1760"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3049b5ed353c7a25", "level": "note", "message": {"text": "Possibly dead Python function: safe_avg"}, "properties": {"repobilityId": "36a80a95aec9f3d9", "scanner": "scanner-primary", "fingerprint": "3049b5ed353c7a25", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/build_site.py:394"}, "region": {"startLine": 1}}}]}, {"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-7bee58165cbcd34f", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/realtime-chat-with-deployment/runs/tin-cat-claude-code-claude-opus-4.7-effort-high/stage-1-first-run/server.js:114"}, "properties": {"repobilityId": "6c18c46fdafd953b", "scanner": "scanner-primary", "fingerprint": "7bee58165cbcd34f", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-3ad9356fd99c7a6b", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/realtime-chat-with-deployment/runs/tin-cat-claude-code-claude-opus-4.7-effort-high/stage-2-rooms/server.js:156"}, "properties": {"repobilityId": "42567fed104b13bd", "scanner": "scanner-primary", "fingerprint": "3ad9356fd99c7a6b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-5ba3614a8285bab8", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/realtime-chat-with-deployment/runs/tin-cat-claude-code-claude-opus-4.7-effort-high-2/stage-1-first-run/server.js:114"}, "properties": {"repobilityId": "db2b965536cf87d4", "scanner": "scanner-primary", "fingerprint": "5ba3614a8285bab8", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c5d702d5683ca5bd", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/realtime-chat-with-deployment/runs/tin-cat-claude-code-claude-opus-4.7-effort-high-2/stage-4-security/server.js:469"}, "properties": {"repobilityId": "cf2f458fd31b89c3", "scanner": "scanner-primary", "fingerprint": "c5d702d5683ca5bd", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-47491df12e216233", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/realtime-chat-with-deployment/runs/tin-cat-claude-code-claude-opus-4.7-effort-high-2/stage-3-private-messages/server.js:288"}, "properties": {"repobilityId": "82dbbcb2476fe76a", "scanner": "scanner-primary", "fingerprint": "47491df12e216233", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d15f670db40febdf", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/realtime-chat-with-deployment/runs/tin-cat-claude-code-claude-opus-4.7-effort-high-2/stage-5-deploy-aws/server.js:556"}, "properties": {"repobilityId": "ff2ca0ccddd3c0dc", "scanner": "scanner-primary", "fingerprint": "d15f670db40febdf", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-94c4bf4e43469132", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/realtime-chat-with-deployment/runs/tin-cat-claude-code-claude-opus-4.7-effort-high-2/stage-2-rooms/server.js:202"}, "properties": {"repobilityId": "0f1eb992414142fa", "scanner": "scanner-primary", "fingerprint": "94c4bf4e43469132", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-41faa622df7b0497", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-sonnet-4.6-high-effort/stage-4-complex-refinements/server.js:415"}, "properties": {"repobilityId": "acbc4867e046a2d3", "scanner": "scanner-primary", "fingerprint": "41faa622df7b0497", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-55b27e3aca1cec1e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-sonnet-4.6-high-effort/stage-2-advanced-features/server.js:371"}, "properties": {"repobilityId": "f6186afe3b62b9f0", "scanner": "scanner-primary", "fingerprint": "55b27e3aca1cec1e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6bc0867453b1fb3f", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-sonnet-4.6-high-effort/stage-1-first-run/server.js:63"}, "properties": {"repobilityId": "03d1ade135af2063", "scanner": "scanner-primary", "fingerprint": "6bc0867453b1fb3f", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c654ae3d1d4a152b", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-sonnet-4.6-high-effort/stage-3-refinements/server.js:414"}, "properties": {"repobilityId": "d78ee0109f2722a5", "scanner": "scanner-primary", "fingerprint": "c654ae3d1d4a152b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f85b557b906bd927", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-complex-refinements/server.js:139"}, "properties": {"repobilityId": "de9251f1b46daf09", "scanner": "scanner-primary", "fingerprint": "f85b557b906bd927", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-de197436b800615e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-complex-refinements/seed.js:58"}, "properties": {"repobilityId": "88ff50d2247b01a7", "scanner": "scanner-primary", "fingerprint": "de197436b800615e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e63e1b8deb8fb52d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-2-advanced-features/server.js:59"}, "properties": {"repobilityId": "da519d70eed2de88", "scanner": "scanner-primary", "fingerprint": "e63e1b8deb8fb52d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f751b0957964879c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-2-advanced-features/seed.js:58"}, "properties": {"repobilityId": "9119e459458186e3", "scanner": "scanner-primary", "fingerprint": "f751b0957964879c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-06cb2708fe517874", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-1-first-run/server.js:81"}, "properties": {"repobilityId": "d442e1ae1a981668", "scanner": "scanner-primary", "fingerprint": "06cb2708fe517874", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-ac801f1b5540c369", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-refinements/server.js:99"}, "properties": {"repobilityId": "4983ac57fc4e08a2", "scanner": "scanner-primary", "fingerprint": "ac801f1b5540c369", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-3cf9727e12f315df", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/live-message-wall/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-refinements/seed.js:58"}, "properties": {"repobilityId": "5c39a698f9cc1517", "scanner": "scanner-primary", "fingerprint": "3cf9727e12f315df", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-680d82bdca8aa697", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-fable-5-effort-high/stage-1-simulation/test/calibrate.js:17"}, "properties": {"repobilityId": "4e33083265d9f955", "scanner": "scanner-primary", "fingerprint": "680d82bdca8aa697", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c759bd879efb796f", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-fable-5-effort-high/stage-1-simulation/test/debug.js:6"}, "properties": {"repobilityId": "9782ca8c456e1791", "scanner": "scanner-primary", "fingerprint": "c759bd879efb796f", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-27723f31abb38f23", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-fable-5-effort-high/stage-1-simulation/test/run.js:30"}, "properties": {"repobilityId": "9581205a125ff72d", "scanner": "scanner-primary", "fingerprint": "27723f31abb38f23", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-36d1d8593fe2a198", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-fable-5-effort-high/stage-1-simulation/tools/serve.js:34"}, "properties": {"repobilityId": "dcaf35ba076dfb99", "scanner": "scanner-primary", "fingerprint": "36d1d8593fe2a198", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-697c6c924b28d9a4", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-opus-4.8-effort-high/stage-1-simulation/test/run-headless.js:39"}, "properties": {"repobilityId": "8743e9668df265ef", "scanner": "scanner-primary", "fingerprint": "697c6c924b28d9a4", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-0aa393b459f7b8c0", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-opus-4.8-effort-high/stage-1-simulation/test/capture.js:51"}, "properties": {"repobilityId": "5881e9ef3e023165", "scanner": "scanner-primary", "fingerprint": "0aa393b459f7b8c0", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-83705a7685fd7fc6", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:22-bookworm-slim"}, "properties": {"repobilityId": "ece10ebb35d37628", "scanner": "scanner-primary", "fingerprint": "83705a7685fd7fc6", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/realtime-chat-with-deployment/runs/tin-cat-claude-code-claude-opus-4.7-effort-high-2/stage-5-deploy-aws/Dockerfile"}, "region": {"startLine": 8}}}]}, {"ruleId": "scanner-83705a7685fd7fc6", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:22-bookworm-slim"}, "properties": {"repobilityId": "d970b8b60f579aa0", "scanner": "scanner-primary", "fingerprint": "83705a7685fd7fc6", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/realtime-chat-with-deployment/runs/tin-cat-claude-code-claude-opus-4.7-effort-high-2/stage-5-deploy-aws/Dockerfile"}, "region": {"startLine": 26}}}]}, {"ruleId": "scanner-217299667c5f3767", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: php:8.3-fpm-alpine"}, "properties": {"repobilityId": "a7c99d8c1074c95f", "scanner": "scanner-primary", "fingerprint": "217299667c5f3767", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/advanced-event-ticketing-api/runs/tin-cat-claude-code-claude-opus-4.7-effort-high/stage-2-docker-dev-env/docker/php/Dockerfile"}, "region": {"startLine": 4}}}]}, {"ruleId": "scanner-4f7ed7f4eb2102d5", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: php:8.3-fpm-alpine"}, "properties": {"repobilityId": "cf3496d7419aaf10", "scanner": "scanner-primary", "fingerprint": "4f7ed7f4eb2102d5", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/advanced-event-ticketing-api/runs/tin-cat-claude-code-claude-opus-4.7-effort-high/stage-3-holds-and-orders/docker/php/Dockerfile"}, "region": {"startLine": 4}}}]}, {"ruleId": "scanner-aa5acaa49eb8315b", "level": "note", "message": {"text": "Containers defined but no K8s/orchestration manifest found"}, "properties": {"repobilityId": "b230ea9b68736081", "scanner": "scanner-primary", "fingerprint": "aa5acaa49eb8315b", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["coverage", "deployment"]}}, {"ruleId": "scanner-b3a8fda5c2e3cffd", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "dd7d0b3d9f682bf3", "scanner": "scanner-primary", "fingerprint": "b3a8fda5c2e3cffd", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-site.yml"}, "region": {"startLine": 53}}}]}, {"ruleId": "scanner-e30f374e75c54c0c", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "51049a5c0bacf951", "scanner": "scanner-primary", "fingerprint": "e30f374e75c54c0c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-site.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-775a6ad60b412963", "level": "note", "message": {"text": "Very large file: agent-arena-cli.py (1978 lines)"}, "properties": {"repobilityId": "7de3e807f5160316", "scanner": "scanner-primary", "fingerprint": "775a6ad60b412963", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-7ecda138a8feede4", "level": "note", "message": {"text": "Very large file: tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-fable-5-effort-high/stage-1-simulation/lib/planck.mjs (11908 lines)"}, "properties": {"repobilityId": "0635b54ee5479b43", "scanner": "scanner-primary", "fingerprint": "7ecda138a8feede4", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6d9575d29eb82388", "level": "note", "message": {"text": "Very large file: scripts/build_site.py (2160 lines)"}, "properties": {"repobilityId": "8228d1cb119c57b0", "scanner": "scanner-primary", "fingerprint": "6d9575d29eb82388", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-f20c0a6f891bca98", "level": "note", "message": {"text": "Very large file: scripts/site_template/app.js (2083 lines)"}, "properties": {"repobilityId": "8fd1990b62f1227c", "scanner": "scanner-primary", "fingerprint": "f20c0a6f891bca98", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "703357fad16ba7cc", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "94cb5f6f114cd59b", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "a0ce4cf608478533", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "63fbc02ab01d0ed5", "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": "ebd72061e6319faf", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-dc5b73334a09835b", "level": "none", "message": {"text": "Commented-code block (9 lines) in agent-arena-cli.py:2"}, "properties": {"repobilityId": "55bdbf24fdcc5050", "scanner": "scanner-primary", "fingerprint": "dc5b73334a09835b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a1d10c32ac528cc9", "level": "none", "message": {"text": "Commented-code block (6 lines) in tests/snake-game/runs/tin-cat-claude-code-claude-opus-4.7-effort-high/stage-4-graphics-refactor/app.js:356"}, "properties": {"repobilityId": "33c9f6de22035fcd", "scanner": "scanner-primary", "fingerprint": "a1d10c32ac528cc9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-22cd5cb8d9d21464", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/realtime-chat-with-deployment/runs/tin-cat-claude-code-claude-opus-4.7-effort-high-2/stage-4-security/server.js:55"}, "properties": {"repobilityId": "cdf331c423a5900b", "scanner": "scanner-primary", "fingerprint": "22cd5cb8d9d21464", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-24f6b7b90d185e15", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/realtime-chat-with-deployment/runs/tin-cat-claude-code-claude-opus-4.7-effort-high-2/stage-5-deploy-aws/server.js:67"}, "properties": {"repobilityId": "c01075a71a833840", "scanner": "scanner-primary", "fingerprint": "24f6b7b90d185e15", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-87b6382b0b45f718", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/realtime-chat-with-deployment/runs/tin-cat-claude-code-claude-opus-4.7-effort-high-2/stage-5-deploy-aws/deploy/lib/chat-stack.ts:232"}, "properties": {"repobilityId": "e2bc1801f04255e0", "scanner": "scanner-primary", "fingerprint": "87b6382b0b45f718", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-566903958f0100af", "level": "none", "message": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-parts/src/font.js:3"}, "properties": {"repobilityId": "774760ee60ba2bc3", "scanner": "scanner-primary", "fingerprint": "566903958f0100af", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a2ac40f713762ab5", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-parts/src/director.js:7"}, "properties": {"repobilityId": "709f8eb3df69cfe9", "scanner": "scanner-primary", "fingerprint": "a2ac40f713762ab5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b53613b46f89a56e", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-parts/src/framebuffer.js:12"}, "properties": {"repobilityId": "102acb8f7f0c747c", "scanner": "scanner-primary", "fingerprint": "b53613b46f89a56e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-51f0e3b7388b4865", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-parts/src/clock.js:3"}, "properties": {"repobilityId": "56a1f00b99558ec5", "scanner": "scanner-primary", "fingerprint": "51f0e3b7388b4865", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f09bec6bfbc67038", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-parts/src/effects/starfield.js:5"}, "properties": {"repobilityId": "c6a0b3613958504d", "scanner": "scanner-primary", "fingerprint": "f09bec6bfbc67038", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-27390463aa8ab460", "level": "none", "message": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-parts/src/effects/scroller.js:6"}, "properties": {"repobilityId": "c9935798dffa427a", "scanner": "scanner-primary", "fingerprint": "27390463aa8ab460", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a0f8cdbffa5bdef9", "level": "none", "message": {"text": "Commented-code block (7 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-parts/src/effects/tunnel.js:5"}, "properties": {"repobilityId": "f9a6925fac074fc2", "scanner": "scanner-primary", "fingerprint": "a0f8cdbffa5bdef9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3f063f7b4a00d385", "level": "none", "message": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-parts/src/effects/glenz.js:12"}, "properties": {"repobilityId": "2adc352e1dcc500e", "scanner": "scanner-primary", "fingerprint": "3f063f7b4a00d385", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-09c067f25af58fef", "level": "none", "message": {"text": "Commented-code block (7 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-parts/src/effects/caption.js:6"}, "properties": {"repobilityId": "a68e569911e4e875", "scanner": "scanner-primary", "fingerprint": "09c067f25af58fef", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-670137edefbd1bfb", "level": "none", "message": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-parts/src/effects/flyby.js:5"}, "properties": {"repobilityId": "ac372c9a4655735a", "scanner": "scanner-primary", "fingerprint": "670137edefbd1bfb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7309b01191be0e75", "level": "none", "message": {"text": "Commented-code block (7 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-parts/src/effects/rotozoom.js:5"}, "properties": {"repobilityId": "9dee2b3e0b75f7db", "scanner": "scanner-primary", "fingerprint": "7309b01191be0e75", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-12453965a1611047", "level": "none", "message": {"text": "Commented-code block (13 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-parts/src/effects/fire.js:5"}, "properties": {"repobilityId": "91f87dc89a50675f", "scanner": "scanner-primary", "fingerprint": "12453965a1611047", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-616e1520431fbadb", "level": "none", "message": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-4-3d-parts/src/effects/artwork.js:5"}, "properties": {"repobilityId": "933c65d859ef4bf1", "scanner": "scanner-primary", "fingerprint": "616e1520431fbadb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1646c485d8cc19f3", "level": "none", "message": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-rotozoom-and-artwork/src/font.js:3"}, "properties": {"repobilityId": "01cddaed2ebab18e", "scanner": "scanner-primary", "fingerprint": "1646c485d8cc19f3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-282de6b51699b9a0", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-rotozoom-and-artwork/src/director.js:7"}, "properties": {"repobilityId": "95251ea6d7b8967e", "scanner": "scanner-primary", "fingerprint": "282de6b51699b9a0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e62f62debeda1fdb", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-rotozoom-and-artwork/src/framebuffer.js:12"}, "properties": {"repobilityId": "658516463a3d3c46", "scanner": "scanner-primary", "fingerprint": "e62f62debeda1fdb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-566d64d3c1ba4cbc", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-rotozoom-and-artwork/src/clock.js:3"}, "properties": {"repobilityId": "75fe2b2131eed6ed", "scanner": "scanner-primary", "fingerprint": "566d64d3c1ba4cbc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-888b5baa51b6e285", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-rotozoom-and-artwork/src/effects/starfield.js:5"}, "properties": {"repobilityId": "bc1872d0905a4ffe", "scanner": "scanner-primary", "fingerprint": "888b5baa51b6e285", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4ab042d7e3da009c", "level": "none", "message": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-rotozoom-and-artwork/src/effects/scroller.js:6"}, "properties": {"repobilityId": "4804fadf1b7edd91", "scanner": "scanner-primary", "fingerprint": "4ab042d7e3da009c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-76bf4bd126675036", "level": "none", "message": {"text": "Commented-code block (7 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-rotozoom-and-artwork/src/effects/tunnel.js:5"}, "properties": {"repobilityId": "f438bd28aded4218", "scanner": "scanner-primary", "fingerprint": "76bf4bd126675036", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-79f6679f5712af2b", "level": "none", "message": {"text": "Commented-code block (7 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-rotozoom-and-artwork/src/effects/caption.js:6"}, "properties": {"repobilityId": "64833b2e2bc9018b", "scanner": "scanner-primary", "fingerprint": "79f6679f5712af2b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ad6b188061922e75", "level": "none", "message": {"text": "Commented-code block (7 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-rotozoom-and-artwork/src/effects/rotozoom.js:5"}, "properties": {"repobilityId": "d45634c81b505248", "scanner": "scanner-primary", "fingerprint": "ad6b188061922e75", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ffe593896e08c0bf", "level": "none", "message": {"text": "Commented-code block (13 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-rotozoom-and-artwork/src/effects/fire.js:5"}, "properties": {"repobilityId": "616bc5d977cf0256", "scanner": "scanner-primary", "fingerprint": "ffe593896e08c0bf", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9715f605b4e39df7", "level": "none", "message": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-3-rotozoom-and-artwork/src/effects/artwork.js:5"}, "properties": {"repobilityId": "295ffa94e83214d9", "scanner": "scanner-primary", "fingerprint": "9715f605b4e39df7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f4a3824f12785468", "level": "none", "message": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-1-bootstrap/src/font.js:3"}, "properties": {"repobilityId": "103acf6f977165c2", "scanner": "scanner-primary", "fingerprint": "f4a3824f12785468", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-220e114efc1c0310", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-1-bootstrap/src/framebuffer.js:12"}, "properties": {"repobilityId": "11328922d444face", "scanner": "scanner-primary", "fingerprint": "220e114efc1c0310", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-68863d2d14946428", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-1-bootstrap/src/clock.js:3"}, "properties": {"repobilityId": "f78c87117ae6ae65", "scanner": "scanner-primary", "fingerprint": "68863d2d14946428", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0b3d9e6f2cd4f470", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-1-bootstrap/src/effects/starfield.js:5"}, "properties": {"repobilityId": "7069464c795abd39", "scanner": "scanner-primary", "fingerprint": "0b3d9e6f2cd4f470", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3a471d13bbeb069a", "level": "none", "message": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-1-bootstrap/src/effects/scroller.js:6"}, "properties": {"repobilityId": "f902e0297a0b58ae", "scanner": "scanner-primary", "fingerprint": "3a471d13bbeb069a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1e7d4cef790cc1d8", "level": "none", "message": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-credits-scroller/src/font.js:3"}, "properties": {"repobilityId": "98209b4295a523ff", "scanner": "scanner-primary", "fingerprint": "1e7d4cef790cc1d8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2b1fd8d7821f38f3", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-credits-scroller/src/director.js:7"}, "properties": {"repobilityId": "2875575d780ff32e", "scanner": "scanner-primary", "fingerprint": "2b1fd8d7821f38f3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-50311c9c55f6b7fa", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-credits-scroller/src/framebuffer.js:12"}, "properties": {"repobilityId": "9e83c5c46cf1c702", "scanner": "scanner-primary", "fingerprint": "50311c9c55f6b7fa", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-684a24edddb5ca69", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-credits-scroller/src/clock.js:3"}, "properties": {"repobilityId": "88234763c8754dc1", "scanner": "scanner-primary", "fingerprint": "684a24edddb5ca69", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f8a0b36ff6d55cb7", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-credits-scroller/src/effects/starfield.js:5"}, "properties": {"repobilityId": "ea74abab124a5745", "scanner": "scanner-primary", "fingerprint": "f8a0b36ff6d55cb7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e9108b549543f269", "level": "none", "message": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-credits-scroller/src/effects/scroller.js:6"}, "properties": {"repobilityId": "717400d01d008e8a", "scanner": "scanner-primary", "fingerprint": "e9108b549543f269", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-683e616c8fd2f71c", "level": "none", "message": {"text": "Commented-code block (7 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-credits-scroller/src/effects/tunnel.js:5"}, "properties": {"repobilityId": "12b3316192ffd1f3", "scanner": "scanner-primary", "fingerprint": "683e616c8fd2f71c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2edbcad7950c1a3c", "level": "none", "message": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-credits-scroller/src/effects/glenz.js:12"}, "properties": {"repobilityId": "2248b89320b031ed", "scanner": "scanner-primary", "fingerprint": "2edbcad7950c1a3c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-73362e34d8bb1de9", "level": "none", "message": {"text": "Commented-code block (7 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-credits-scroller/src/effects/caption.js:6"}, "properties": {"repobilityId": "dd458c1f00620cf6", "scanner": "scanner-primary", "fingerprint": "73362e34d8bb1de9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-12ac9d75459269be", "level": "none", "message": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-credits-scroller/src/effects/flyby.js:5"}, "properties": {"repobilityId": "6ba1d8693c1d9e9d", "scanner": "scanner-primary", "fingerprint": "12ac9d75459269be", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-944d640d33a419a9", "level": "none", "message": {"text": "Commented-code block (7 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-credits-scroller/src/effects/rotozoom.js:5"}, "properties": {"repobilityId": "82438409a25a5393", "scanner": "scanner-primary", "fingerprint": "944d640d33a419a9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c1e574f076132b30", "level": "none", "message": {"text": "Commented-code block (13 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-credits-scroller/src/effects/fire.js:5"}, "properties": {"repobilityId": "409e464d8962913c", "scanner": "scanner-primary", "fingerprint": "c1e574f076132b30", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f033e402f4c7c5cd", "level": "none", "message": {"text": "Commented-code block (9 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-credits-scroller/src/effects/credits.js:6"}, "properties": {"repobilityId": "b28518f4e08e6e97", "scanner": "scanner-primary", "fingerprint": "f033e402f4c7c5cd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8c2d901684c96835", "level": "none", "message": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-5-credits-scroller/src/effects/artwork.js:5"}, "properties": {"repobilityId": "558838db1603a4ab", "scanner": "scanner-primary", "fingerprint": "8c2d901684c96835", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7af580a19c4af28f", "level": "none", "message": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-2-tunnel-and-fire/src/font.js:3"}, "properties": {"repobilityId": "0a98e2fa46138a54", "scanner": "scanner-primary", "fingerprint": "7af580a19c4af28f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-43056293873712cd", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-2-tunnel-and-fire/src/director.js:7"}, "properties": {"repobilityId": "7c23a7e3ebcae9bc", "scanner": "scanner-primary", "fingerprint": "43056293873712cd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-957aad675e561887", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-2-tunnel-and-fire/src/framebuffer.js:12"}, "properties": {"repobilityId": "3e311d80ab345a2a", "scanner": "scanner-primary", "fingerprint": "957aad675e561887", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c2efb7deb2386c34", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-2-tunnel-and-fire/src/clock.js:3"}, "properties": {"repobilityId": "ee8f0ef8ed01aab7", "scanner": "scanner-primary", "fingerprint": "c2efb7deb2386c34", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-dbdeb983472c9cc3", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-2-tunnel-and-fire/src/effects/starfield.js:5"}, "properties": {"repobilityId": "11b1e85720eddc65", "scanner": "scanner-primary", "fingerprint": "dbdeb983472c9cc3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7e904a9494786f10", "level": "none", "message": {"text": "Commented-code block (6 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-2-tunnel-and-fire/src/effects/scroller.js:6"}, "properties": {"repobilityId": "12ccbca98d5282be", "scanner": "scanner-primary", "fingerprint": "7e904a9494786f10", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3e94a183ca9e0428", "level": "none", "message": {"text": "Commented-code block (7 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-2-tunnel-and-fire/src/effects/tunnel.js:5"}, "properties": {"repobilityId": "aa52260a46a979c9", "scanner": "scanner-primary", "fingerprint": "3e94a183ca9e0428", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f6c66395aaceb38c", "level": "none", "message": {"text": "Commented-code block (13 lines) in tests/old-school-demo/runs/tin-cat-claude-code-claude-opus-4-7-effort-high/stage-2-tunnel-and-fire/src/effects/fire.js:5"}, "properties": {"repobilityId": "4326b0f894cf3c16", "scanner": "scanner-primary", "fingerprint": "f6c66395aaceb38c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a3f014c266c0b29d", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-opus-4.7-effort-high/stage-1-simulation/js/physics.js:109"}, "properties": {"repobilityId": "01ac448be6bc4b2c", "scanner": "scanner-primary", "fingerprint": "a3f014c266c0b29d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b0d373d25b0167a6", "level": "none", "message": {"text": "Commented-code block (7 lines) in tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-opus-4.7-effort-high/stage-1-simulation/js/water.js:1"}, "properties": {"repobilityId": "54b8b8f74c2fe38b", "scanner": "scanner-primary", "fingerprint": "b0d373d25b0167a6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5ed815b82e11603a", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-opus-4.7-effort-high/stage-1-simulation/js/ship.js:48"}, "properties": {"repobilityId": "ac94943e4947a455", "scanner": "scanner-primary", "fingerprint": "5ed815b82e11603a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b655aa882417fc18", "level": "none", "message": {"text": "Commented-code block (9 lines) in tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-opus-4.7-effort-high/stage-1-simulation/js/constants.js:30"}, "properties": {"repobilityId": "4730ad064ab4af51", "scanner": "scanner-primary", "fingerprint": "b655aa882417fc18", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-68c94334fd156ad3", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-fable-5-effort-high/stage-1-simulation/test/calibrate.js:1"}, "properties": {"repobilityId": "751129c8725b2abf", "scanner": "scanner-primary", "fingerprint": "68c94334fd156ad3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f79be3f9da715659", "level": "note", "message": {"text": "Legacy-named symbol `m_v1` in tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-fable-5-effort-high/stage-1-simulation/lib/planck.mjs:3342"}, "properties": {"repobilityId": "5a7f3d7045f98105", "scanner": "scanner-primary", "fingerprint": "f79be3f9da715659", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-f5cc4b32efce3a83", "level": "none", "message": {"text": "Commented-code block (7 lines) in tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-fable-5-effort-high/stage-1-simulation/src/sim.js:3"}, "properties": {"repobilityId": "0a652c990547354d", "scanner": "scanner-primary", "fingerprint": "f5cc4b32efce3a83", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-625f174125cd7458", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-fable-5-effort-high/stage-1-simulation/src/params.js:1"}, "properties": {"repobilityId": "579c93849c914f9b", "scanner": "scanner-primary", "fingerprint": "625f174125cd7458", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2ef5859a091ee881", "level": "none", "message": {"text": "Commented-code block (7 lines) in tests/titanic-sinking-simulation/runs/tin-cat-claude-code-claude-opus-4.8-effort-high/stage-1-simulation/src/sim-core.js:54"}, "properties": {"repobilityId": "00444dd6badcb5f4", "scanner": "scanner-primary", "fingerprint": "2ef5859a091ee881", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fd0ac4b9ff59f5bf", "level": "none", "message": {"text": "Commented-code block (6 lines) in scripts/build_site.py:2"}, "properties": {"repobilityId": "e186b430c1f44d5b", "scanner": "scanner-primary", "fingerprint": "fd0ac4b9ff59f5bf", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9ce7b315abcb842e", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/build_site.py:1435"}, "properties": {"repobilityId": "4ef32d4ead98b37d", "scanner": "scanner-primary", "fingerprint": "9ce7b315abcb842e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a6a25473a9817335", "level": "none", "message": {"text": "Commented-code block (6 lines) in scripts/site_template/app.js:1249"}, "properties": {"repobilityId": "41ebb66c15d0ce62", "scanner": "scanner-primary", "fingerprint": "a6a25473a9817335", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d37c47efd89e6723", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/site_template/app.js:145"}, "properties": {"repobilityId": "99e6455b0221ce2a", "scanner": "scanner-primary", "fingerprint": "d37c47efd89e6723", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0027e313ade46c8f", "level": "note", "message": {"text": "Near-duplicate function bodies in 7 places"}, "properties": {"repobilityId": "363d1781df295763", "scanner": "scanner-primary", "fingerprint": "0027e313ade46c8f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-33a6b62e30ce7ab4", "level": "note", "message": {"text": "Near-duplicate function bodies in 6 places"}, "properties": {"repobilityId": "e9c132d0eeb1e3fe", "scanner": "scanner-primary", "fingerprint": "33a6b62e30ce7ab4", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "ad298e63e23ea7e7", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-33a6b62e30ce7ab4", "level": "note", "message": {"text": "Near-duplicate function bodies in 6 places"}, "properties": {"repobilityId": "bc69c3f02d748001", "scanner": "scanner-primary", "fingerprint": "33a6b62e30ce7ab4", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "38aa10a029293e0c", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}