{"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-68738c0ec7f2302f", "name": "Possibly dead Python function: yaml_scalar", "shortDescription": {"text": "Possibly dead Python function: yaml_scalar"}, "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-1d324c8bd8cb4b94", "name": "Possibly dead Python function: extract_anchor_blocks", "shortDescription": {"text": "Possibly dead Python function: extract_anchor_blocks"}, "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-8a8e9999f046151f", "name": "Insecure pattern 'direct_innerhtml_assignment' in Screenshots/claude-design-output/roster-grid.html:663", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in Screenshots/claude-design-output/roster-grid.html:663"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-80b97a9d3d5c2921", "name": "Insecure pattern 'direct_innerhtml_assignment' in Screenshots/claude-design-output/battle-hud.html:1343", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in Screenshots/claude-design-output/battle-hud.html:1343"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b45b2501f980b3ec", "name": "Insecure pattern 'direct_innerhtml_assignment' in Screenshots/claude-design-output/permanent-augment.html:1068", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in Screenshots/claude-design-output/permanent-augment.html:1068"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f9242a0dca06ddc4", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v6 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-996e47208aa8b44f", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v6 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-f9ef10b0cf1db97c", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v6 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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 67 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-01b04e0db74baeef", "name": "Node manifest has dependencies but no lockfile: Packages/com.coplaydev.unity-mcp/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: Packages/com.coplaydev.unity-mcp/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 227 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 68 placeholder/mock markers across 38 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-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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: tests, lockfile. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing tests, lockfile. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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-e725d2ab884fbd49", "name": "Multiple root agent instruction files without precedence", "shortDescription": {"text": "Multiple root agent instruction files without precedence"}, "fullDescription": {"text": "The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d1f1c5edc244467e", "name": "Commented-code block (6 lines) in docs/02_design/ui/handoff/foundation-pack-v0.2/design-canvas.jsx:2", "shortDescription": {"text": "Commented-code block (6 lines) in docs/02_design/ui/handoff/foundation-pack-v0.2/design-canvas.jsx: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-95d9a18332037106", "name": "`fetch()` without try/.catch or AbortSignal \u2014 docs/02_design/ui/handoff/foundation-pack-v0.2/design-canvas.jsx:63", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 docs/02_design/ui/handoff/foundation-pack-v0.2/design-canvas.jsx:63"}, "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-c8010d59c26f6002", "name": "Commented-code block (5 lines) in tools/wiki_narrative_extract.py:551", "shortDescription": {"text": "Commented-code block (5 lines) in tools/wiki_narrative_extract.py:551"}, "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-56fedd9ac547a8f2", "name": "Commented-code block (9 lines) in tools/promote_character_assets.py:24", "shortDescription": {"text": "Commented-code block (9 lines) in tools/promote_character_assets.py:24"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-33f8aecbc3b99cb0", "name": "Legacy-named symbol `chip__copy` in tools/asset-studio/src/components/EngineStrip.tsx:23", "shortDescription": {"text": "Legacy-named symbol `chip__copy` in tools/asset-studio/src/components/EngineStrip.tsx:23"}, "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-ec50b46cc45f4ea7", "name": "Network/subprocess call without timeout or try/except \u2014 art-pipeline/scripts/run_character_asset_queue.py:161", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 art-pipeline/scripts/run_character_asset_queue.py:161"}, "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-f60cdbe8e3c774d2", "name": "Network/subprocess call without timeout or try/except \u2014 art-pipeline/scripts/postprocess_character_sheets.py:28", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 art-pipeline/scripts/postprocess_character_sheets.py:28"}, "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-578c418427ee71b1", "name": "Legacy-named symbol `catalog_v2` in art-pipeline/scripts/backfill_skill_icon_placeholders.py:2", "shortDescription": {"text": "Legacy-named symbol `catalog_v2` in art-pipeline/scripts/backfill_skill_icon_placeholders.py:2"}, "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-d54869ca485c692d", "name": "Network/subprocess call without timeout or try/except \u2014 art-pipeline/scripts/upload_subject.py:551", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 art-pipeline/scripts/upload_subject.py:551"}, "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-351954d2518277fc", "name": "Legacy-named symbol `catalog_v2` in art-pipeline/scripts/seed_skill_icon_catalog.py:5", "shortDescription": {"text": "Legacy-named symbol `catalog_v2` in art-pipeline/scripts/seed_skill_icon_catalog.py:5"}, "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-82d574b4c3f94641", "name": "Legacy-named symbol `catalog_v2` in art-pipeline/scripts/materialize_skill_catalog_variant_icons.py:23", "shortDescription": {"text": "Legacy-named symbol `catalog_v2` in art-pipeline/scripts/materialize_skill_catalog_variant_icons.py:23"}, "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-0bd905b39535b242", "name": "Legacy-named symbol `verbatim_copy` in art-pipeline/scripts/promote_sfx.py:113", "shortDescription": {"text": "Legacy-named symbol `verbatim_copy` in art-pipeline/scripts/promote_sfx.py:113"}, "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-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:\nart-pipeline/scripts/postprocess_skill_theme_sheets.py:read_frontmatter, art-pipeline/scripts/materialize_skill_catalog_variant_icons.py:read_frontmatter\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:\nart-pipeline/scripts/seed_character_sheet_subjects.py:find_pipeline_root, art-pipeline/scripts/audit_p09_visual_identity.py:find_pipeline_root, art-pipeline/scripts/audit_skill_assets.py:find_pipeline_root, art-pipeline/scripts/audit_character_assets.py:find_pipeline_root\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-fe1d9311d6aee734", "name": "Near-duplicate function bodies in 12 places", "shortDescription": {"text": "Near-duplicate function bodies in 12 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nart-pipeline/scripts/materialize_skill_expansion_assets.py:load_yaml, art-pipeline/scripts/audit_p09_visual_identity.py:load_yaml, art-pipeline/scripts/audit_skill_assets.py:load_yaml, art-pipeline/scripts/audit_skill_expansion_icon_outputs.py:load_yaml\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-be46ea126aa5d8dc", "name": "Near-duplicate function bodies in 3 places", "shortDescription": {"text": "Near-duplicate function bodies in 3 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nart-pipeline/scripts/materialize_skill_expansion_assets.py:main, art-pipeline/scripts/promote_skill_icon_style_refs.py:main, art-pipeline/scripts/seed_skill_expansion_icon_subjects.py:main\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/22148"}, "properties": {"repository": "var-gg/survival-manager", "repoUrl": "https://github.com/var-gg/survival-manager", "branch": "main"}, "results": [{"ruleId": "scanner-68738c0ec7f2302f", "level": "note", "message": {"text": "Possibly dead Python function: yaml_scalar"}, "properties": {"repobilityId": "09e806277b8700e6", "scanner": "scanner-primary", "fingerprint": "68738c0ec7f2302f", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "art-pipeline/scripts/materialize_skill_expansion_assets.py:210"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1d324c8bd8cb4b94", "level": "note", "message": {"text": "Possibly dead Python function: extract_anchor_blocks"}, "properties": {"repobilityId": "e39cb29ca464e6a8", "scanner": "scanner-primary", "fingerprint": "1d324c8bd8cb4b94", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "art-pipeline/scripts/assemble_prompt.py:265"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-8a8e9999f046151f", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in Screenshots/claude-design-output/roster-grid.html:663"}, "properties": {"repobilityId": "4c3ef358db6c0142", "scanner": "scanner-primary", "fingerprint": "8a8e9999f046151f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Screenshots/claude-design-output/roster-grid.html"}, "region": {"startLine": 663}}}]}, {"ruleId": "scanner-80b97a9d3d5c2921", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in Screenshots/claude-design-output/battle-hud.html:1343"}, "properties": {"repobilityId": "704ae067f24a0cc2", "scanner": "scanner-primary", "fingerprint": "80b97a9d3d5c2921", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Screenshots/claude-design-output/battle-hud.html"}, "region": {"startLine": 1343}}}]}, {"ruleId": "scanner-b45b2501f980b3ec", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in Screenshots/claude-design-output/permanent-augment.html:1068"}, "properties": {"repobilityId": "27bc417a9bcf26bc", "scanner": "scanner-primary", "fingerprint": "b45b2501f980b3ec", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Screenshots/claude-design-output/permanent-augment.html"}, "region": {"startLine": 1068}}}]}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-f9242a0dca06ddc4", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "44c14db59eb77932", "scanner": "scanner-primary", "fingerprint": "f9242a0dca06ddc4", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/content-validation.yml"}, "region": {"startLine": 40}}}]}, {"ruleId": "scanner-f9242a0dca06ddc4", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "86d8cd56f7827c09", "scanner": "scanner-primary", "fingerprint": "f9242a0dca06ddc4", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/content-validation.yml"}, "region": {"startLine": 94}}}]}, {"ruleId": "scanner-f9242a0dca06ddc4", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "44c14db59eb77932", "scanner": "scanner-primary", "fingerprint": "f9242a0dca06ddc4", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/content-validation.yml"}, "region": {"startLine": 114}}}]}, {"ruleId": "scanner-f9242a0dca06ddc4", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "86d8cd56f7827c09", "scanner": "scanner-primary", "fingerprint": "f9242a0dca06ddc4", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/content-validation.yml"}, "region": {"startLine": 161}}}]}, {"ruleId": "scanner-996e47208aa8b44f", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "08bb4857b383246b", "scanner": "scanner-primary", "fingerprint": "996e47208aa8b44f", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/unity-tests.yml"}, "region": {"startLine": 40}}}]}, {"ruleId": "scanner-996e47208aa8b44f", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ffde80a2db746c09", "scanner": "scanner-primary", "fingerprint": "996e47208aa8b44f", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/unity-tests.yml"}, "region": {"startLine": 87}}}]}, {"ruleId": "scanner-996e47208aa8b44f", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "08bb4857b383246b", "scanner": "scanner-primary", "fingerprint": "996e47208aa8b44f", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/unity-tests.yml"}, "region": {"startLine": 102}}}]}, {"ruleId": "scanner-996e47208aa8b44f", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ffde80a2db746c09", "scanner": "scanner-primary", "fingerprint": "996e47208aa8b44f", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/unity-tests.yml"}, "region": {"startLine": 149}}}]}, {"ruleId": "scanner-f9ef10b0cf1db97c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "6476dd9e9ac6b465", "scanner": "scanner-primary", "fingerprint": "f9ef10b0cf1db97c", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/docs-lint.yml"}, "region": {"startLine": 13}}}]}, {"ruleId": "scanner-f9ef10b0cf1db97c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "60b56fd570459b90", "scanner": "scanner-primary", "fingerprint": "f9ef10b0cf1db97c", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/docs-lint.yml"}, "region": {"startLine": 18}}}]}, {"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-01b04e0db74baeef", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: Packages/com.coplaydev.unity-mcp/package.json"}, "properties": {"repobilityId": "d39cfa382169e3ca", "scanner": "scanner-primary", "fingerprint": "01b04e0db74baeef", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Packages/com.coplaydev.unity-mcp/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "e4f6f0e0cc8de95e", "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": "bc91112923e10ea5", "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": "bbdddc6b7cfc6077", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-11825279136b53a3", "level": "warning", "message": {"text": "CI is configured but no tests are detected"}, "properties": {"repobilityId": "f88affb8f0c3b7c2", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "1a396b0b255790d7", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "88741ac1093aaa01", "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": "a055b6ab8c675560", "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": "c53bfb6db2248558", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-e725d2ab884fbd49", "level": "note", "message": {"text": "Multiple root agent instruction files without precedence"}, "properties": {"repobilityId": "1953db6c89508d22", "scanner": "scanner-primary", "fingerprint": "e725d2ab884fbd49", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["agent-instructions", "governance"]}}, {"ruleId": "scanner-d1f1c5edc244467e", "level": "none", "message": {"text": "Commented-code block (6 lines) in docs/02_design/ui/handoff/foundation-pack-v0.2/design-canvas.jsx:2"}, "properties": {"repobilityId": "811c9f5a8988e2e9", "scanner": "scanner-primary", "fingerprint": "d1f1c5edc244467e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-95d9a18332037106", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 docs/02_design/ui/handoff/foundation-pack-v0.2/design-canvas.jsx:63"}, "properties": {"repobilityId": "97ca2266aeec2a16", "scanner": "scanner-primary", "fingerprint": "95d9a18332037106", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c8010d59c26f6002", "level": "none", "message": {"text": "Commented-code block (5 lines) in tools/wiki_narrative_extract.py:551"}, "properties": {"repobilityId": "44aff69df747bc70", "scanner": "scanner-primary", "fingerprint": "c8010d59c26f6002", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-56fedd9ac547a8f2", "level": "none", "message": {"text": "Commented-code block (9 lines) in tools/promote_character_assets.py:24"}, "properties": {"repobilityId": "1ce89e0d171d9489", "scanner": "scanner-primary", "fingerprint": "56fedd9ac547a8f2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-33f8aecbc3b99cb0", "level": "note", "message": {"text": "Legacy-named symbol `chip__copy` in tools/asset-studio/src/components/EngineStrip.tsx:23"}, "properties": {"repobilityId": "d91529911581dd1e", "scanner": "scanner-primary", "fingerprint": "33f8aecbc3b99cb0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-ec50b46cc45f4ea7", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 art-pipeline/scripts/run_character_asset_queue.py:161"}, "properties": {"repobilityId": "2c02deec24cc636d", "scanner": "scanner-primary", "fingerprint": "ec50b46cc45f4ea7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f60cdbe8e3c774d2", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 art-pipeline/scripts/postprocess_character_sheets.py:28"}, "properties": {"repobilityId": "825f306caadc770e", "scanner": "scanner-primary", "fingerprint": "f60cdbe8e3c774d2", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-578c418427ee71b1", "level": "note", "message": {"text": "Legacy-named symbol `catalog_v2` in art-pipeline/scripts/backfill_skill_icon_placeholders.py:2"}, "properties": {"repobilityId": "6ff2a6d65d42c72b", "scanner": "scanner-primary", "fingerprint": "578c418427ee71b1", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-d54869ca485c692d", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 art-pipeline/scripts/upload_subject.py:551"}, "properties": {"repobilityId": "3625919e64a713e4", "scanner": "scanner-primary", "fingerprint": "d54869ca485c692d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-351954d2518277fc", "level": "note", "message": {"text": "Legacy-named symbol `catalog_v2` in art-pipeline/scripts/seed_skill_icon_catalog.py:5"}, "properties": {"repobilityId": "a26ce4bfb4cbb89a", "scanner": "scanner-primary", "fingerprint": "351954d2518277fc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-82d574b4c3f94641", "level": "note", "message": {"text": "Legacy-named symbol `catalog_v2` in art-pipeline/scripts/materialize_skill_catalog_variant_icons.py:23"}, "properties": {"repobilityId": "8cd3947dffa62f84", "scanner": "scanner-primary", "fingerprint": "82d574b4c3f94641", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-0bd905b39535b242", "level": "note", "message": {"text": "Legacy-named symbol `verbatim_copy` in art-pipeline/scripts/promote_sfx.py:113"}, "properties": {"repobilityId": "ced837bb4b795342", "scanner": "scanner-primary", "fingerprint": "0bd905b39535b242", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "19cf243e9034bdda", "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": "40c9d2fd25957db0", "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": "3d090dc2148a5fa5", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "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": "2753ee21de4c0df0", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-fe1d9311d6aee734", "level": "note", "message": {"text": "Near-duplicate function bodies in 12 places"}, "properties": {"repobilityId": "c5866210611a1d9a", "scanner": "scanner-primary", "fingerprint": "fe1d9311d6aee734", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "bf563786d4a5ad91", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "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": "0d89fdffc21af139", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "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": "fda4492eab94f0da", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "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": "3e10807ae0480ae5", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "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": "fd6c0abf1f8e5c0c", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "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": "0954b473abce135d", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}