{"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-bac019d38434a6e8", "name": "Stray `console.log` in TS/JS \u2014 scripts/validate-all.js:48", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/validate-all.js:48"}, "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-c06b1789f6fb954e", "name": "Stray `console.log` in TS/JS \u2014 scripts/publish-changed.js:73", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/publish-changed.js:73"}, "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-9710c8d059e53154", "name": "No frontend routes/components detected", "shortDescription": {"text": "No frontend routes/components detected"}, "fullDescription": {"text": "No React/Vue/Next routes were found. This is fine for backend-only repos."}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-2ee8a53e833aff97", "name": "Insecure pattern 'node_child_process' in scripts/validate-all.js:13", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/validate-all.js:13"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-20baf458a30b2af8", "name": "Insecure pattern 'node_child_process' in scripts/publish-changed.js:13", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/publish-changed.js:13"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-7ffa33751be3d771", "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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 135 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "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 8 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-11825279136b53a3", "name": "CI is configured but no tests are detected", "shortDescription": {"text": "CI is configured but no tests are detected"}, "fullDescription": {"text": "A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing tests. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-24f2ea4bd14badc1", "name": "Agent instruction contains unpinned remote install: CLAUDE.md", "shortDescription": {"text": "Agent instruction contains unpinned remote install: CLAUDE.md"}, "fullDescription": {"text": "Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-790a7347c7a106d5", "name": "Commented-code block (5 lines) in scripts/publish-changed.js:7", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/publish-changed.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-0b376cf569f84af6", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/publish-changed.js:29", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/publish-changed.js:29"}, "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-381d71f9f6de00f1", "name": "Commented-code block (6 lines) in packages/@tapestry/viewer/scripts/commands/tell.js:1", "shortDescription": {"text": "Commented-code block (6 lines) in packages/@tapestry/viewer/scripts/commands/tell.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-769f846d282e69fb", "name": "Commented-code block (5 lines) in packages/@tapestry/builder/scripts/commands/dig.js:106", "shortDescription": {"text": "Commented-code block (5 lines) in packages/@tapestry/builder/scripts/commands/dig.js:106"}, "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-db42b23f6fe2271d", "name": "Commented-code block (6 lines) in packages/@tapestry/builder/scripts/commands/edit.js:3", "shortDescription": {"text": "Commented-code block (6 lines) in packages/@tapestry/builder/scripts/commands/edit.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-3d9024fb96f4d6ff", "name": "Commented-code block (5 lines) in packages/@tapestry/builder/scripts/commands/rooms.js:3", "shortDescription": {"text": "Commented-code block (5 lines) in packages/@tapestry/builder/scripts/commands/rooms.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-015e3416a5e5f5be", "name": "Commented-code block (7 lines) in packages/@tapestry/builder/scripts/commands/create.js:6", "shortDescription": {"text": "Commented-code block (7 lines) in packages/@tapestry/builder/scripts/commands/create.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-d3f5dc8b39fbf7c1", "name": "Commented-code block (5 lines) in packages/@tapestry/core/scripts/commands/admin-set.js:3", "shortDescription": {"text": "Commented-code block (5 lines) in packages/@tapestry/core/scripts/commands/admin-set.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-110b9d5677747b49", "name": "Commented-code block (5 lines) in packages/@tapestry/core/scripts/commands/admin-inspect.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in packages/@tapestry/core/scripts/commands/admin-inspect.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-06c1f98973c98111", "name": "Commented-code block (7 lines) in packages/@tapestry/core/scripts/commands/admin-at.js:6", "shortDescription": {"text": "Commented-code block (7 lines) in packages/@tapestry/core/scripts/commands/admin-at.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-3e5f066508247ff0", "name": "Commented-code block (5 lines) in packages/@tapestry/core/scripts/containers/loot-protection.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in packages/@tapestry/core/scripts/containers/loot-protection.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}}]}}, "automationDetails": {"id": "repobility/20830"}, "properties": {"repository": "tapestry-mud/tapestry-packs", "repoUrl": "https://github.com/tapestry-mud/tapestry-packs", "branch": "main"}, "results": [{"ruleId": "scanner-bac019d38434a6e8", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/validate-all.js:48"}, "properties": {"repobilityId": "cf0e1899134fd364", "scanner": "scanner-primary", "fingerprint": "bac019d38434a6e8", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c06b1789f6fb954e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/publish-changed.js:73"}, "properties": {"repobilityId": "62571261ccb95413", "scanner": "scanner-primary", "fingerprint": "c06b1789f6fb954e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-9710c8d059e53154", "level": "none", "message": {"text": "No frontend routes/components detected"}, "properties": {"repobilityId": "44ca61485762e494", "scanner": "scanner-primary", "fingerprint": "9710c8d059e53154", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-2ee8a53e833aff97", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/validate-all.js:13"}, "properties": {"repobilityId": "8fd0e3cc23489762", "scanner": "scanner-primary", "fingerprint": "2ee8a53e833aff97", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/validate-all.js"}, "region": {"startLine": 13}}}]}, {"ruleId": "scanner-20baf458a30b2af8", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/publish-changed.js:13"}, "properties": {"repobilityId": "62344a7fdf3ca503", "scanner": "scanner-primary", "fingerprint": "20baf458a30b2af8", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/publish-changed.js"}, "region": {"startLine": 13}}}]}, {"ruleId": "scanner-7ffa33751be3d771", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "491a3ad29cbaf189", "scanner": "scanner-primary", "fingerprint": "7ffa33751be3d771", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "550207642c492300", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-11825279136b53a3", "level": "warning", "message": {"text": "CI is configured but no tests are detected"}, "properties": {"repobilityId": "03fc90d6f422617e", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "c13282d78f511573", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "0d4fbe27f99c2d38", "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": "528a8a2c15d16eb6", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-24f2ea4bd14badc1", "level": "warning", "message": {"text": "Agent instruction contains unpinned remote install: CLAUDE.md"}, "properties": {"repobilityId": "0f6049734704e537", "scanner": "scanner-primary", "fingerprint": "24f2ea4bd14badc1", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "supply-chain", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "CLAUDE.md"}, "region": {"startLine": 39}}}]}, {"ruleId": "scanner-790a7347c7a106d5", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/publish-changed.js:7"}, "properties": {"repobilityId": "1ac9a504f50179de", "scanner": "scanner-primary", "fingerprint": "790a7347c7a106d5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0b376cf569f84af6", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/publish-changed.js:29"}, "properties": {"repobilityId": "8e2c65a517636cf0", "scanner": "scanner-primary", "fingerprint": "0b376cf569f84af6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-381d71f9f6de00f1", "level": "none", "message": {"text": "Commented-code block (6 lines) in packages/@tapestry/viewer/scripts/commands/tell.js:1"}, "properties": {"repobilityId": "26e0348439db08a8", "scanner": "scanner-primary", "fingerprint": "381d71f9f6de00f1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-769f846d282e69fb", "level": "none", "message": {"text": "Commented-code block (5 lines) in packages/@tapestry/builder/scripts/commands/dig.js:106"}, "properties": {"repobilityId": "725babf96fae5f8e", "scanner": "scanner-primary", "fingerprint": "769f846d282e69fb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-db42b23f6fe2271d", "level": "none", "message": {"text": "Commented-code block (6 lines) in packages/@tapestry/builder/scripts/commands/edit.js:3"}, "properties": {"repobilityId": "4a7d20f4a7a958e5", "scanner": "scanner-primary", "fingerprint": "db42b23f6fe2271d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3d9024fb96f4d6ff", "level": "none", "message": {"text": "Commented-code block (5 lines) in packages/@tapestry/builder/scripts/commands/rooms.js:3"}, "properties": {"repobilityId": "4e51a5b561a50e17", "scanner": "scanner-primary", "fingerprint": "3d9024fb96f4d6ff", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-015e3416a5e5f5be", "level": "none", "message": {"text": "Commented-code block (7 lines) in packages/@tapestry/builder/scripts/commands/create.js:6"}, "properties": {"repobilityId": "99df5f8838e2f930", "scanner": "scanner-primary", "fingerprint": "015e3416a5e5f5be", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d3f5dc8b39fbf7c1", "level": "none", "message": {"text": "Commented-code block (5 lines) in packages/@tapestry/core/scripts/commands/admin-set.js:3"}, "properties": {"repobilityId": "f5c2ecaa80c10865", "scanner": "scanner-primary", "fingerprint": "d3f5dc8b39fbf7c1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-110b9d5677747b49", "level": "none", "message": {"text": "Commented-code block (5 lines) in packages/@tapestry/core/scripts/commands/admin-inspect.js:1"}, "properties": {"repobilityId": "b7971eeeb36f5b9b", "scanner": "scanner-primary", "fingerprint": "110b9d5677747b49", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-06c1f98973c98111", "level": "none", "message": {"text": "Commented-code block (7 lines) in packages/@tapestry/core/scripts/commands/admin-at.js:6"}, "properties": {"repobilityId": "3023c50480909f9a", "scanner": "scanner-primary", "fingerprint": "06c1f98973c98111", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3e5f066508247ff0", "level": "none", "message": {"text": "Commented-code block (5 lines) in packages/@tapestry/core/scripts/containers/loot-protection.js:1"}, "properties": {"repobilityId": "bf5e8425fdc24839", "scanner": "scanner-primary", "fingerprint": "3e5f066508247ff0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}