{"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-348605714e3d4d17", "name": "Possibly dead Python function: next_float", "shortDescription": {"text": "Possibly dead Python function: next_float"}, "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-392de6eabe577cfd", "name": "Possibly dead Python function: next_bool", "shortDescription": {"text": "Possibly dead Python function: next_bool"}, "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-f8962bb81bfb9980", "name": "Possibly dead Python function: unsubscribe", "shortDescription": {"text": "Possibly dead Python function: unsubscribe"}, "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-cfffbad4bb56f87d", "name": "Possibly dead Python function: buy_relic", "shortDescription": {"text": "Possibly dead Python function: buy_relic"}, "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-bc3418af01a71a20", "name": "Possibly dead Python function: buy_potion", "shortDescription": {"text": "Possibly dead Python function: buy_potion"}, "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-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-e0b729d88c58d6ea", "name": "Insecure pattern 'eval_used' in run_benchmark.py:134", "shortDescription": {"text": "Insecure pattern 'eval_used' in run_benchmark.py:134"}, "fullDescription": {"text": "Found a known-risky pattern (eval_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "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-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8de10d15ef2e7d54", "name": "Very large file: slay_bench/cards.py (1738 lines)", "shortDescription": {"text": "Very large file: slay_bench/cards.py (1738 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-c41aa248207ac294", "name": "Very large file: slay_bench/benchmark.py (1747 lines)", "shortDescription": {"text": "Very large file: slay_bench/benchmark.py (1747 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-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "3 tests / 24 src (ratio 0.12)."}, "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 42 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 22 placeholder/mock markers across 6 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-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 ci. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-17d866d91a7c451e", "name": "Agent instruction/config may expose a secret: CLAUDE.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: CLAUDE.md"}, "fullDescription": {"text": "Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-eccc930e7202393a", "name": "Legacy-named symbol `test_pain_per_copy` in tests/test_combat.py:379", "shortDescription": {"text": "Legacy-named symbol `test_pain_per_copy` in tests/test_combat.py:379"}, "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-9c7e80e4074b267c", "name": "Commented-code block (5 lines) in slay_bench/enemies_act2.py:587", "shortDescription": {"text": "Commented-code block (5 lines) in slay_bench/enemies_act2.py:587"}, "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-a8c4e1461abf9ab5", "name": "Stub function `play` (body is just `pass`/`return`) \u2014 slay_bench/cards_silent.py:743", "shortDescription": {"text": "Stub function `play` (body is just `pass`/`return`) \u2014 slay_bench/cards_silent.py:743"}, "fullDescription": {"text": "Likely an AI scaffold that was never filled in. Remove or implement."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-98dc814e1c2313b3", "name": "Commented-code block (5 lines) in slay_bench/potions.py:201", "shortDescription": {"text": "Commented-code block (5 lines) in slay_bench/potions.py:201"}, "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-d5be67c1ba072c5a", "name": "Commented-code block (5 lines) in slay_bench/combat.py:130", "shortDescription": {"text": "Commented-code block (5 lines) in slay_bench/combat.py:130"}, "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-5814addf53ec770c", "name": "Commented-code block (5 lines) in slay_bench/cards.py:276", "shortDescription": {"text": "Commented-code block (5 lines) in slay_bench/cards.py:276"}, "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-c880c5e1bad5f060", "name": "Commented-code block (5 lines) in slay_bench/relics_full.py:237", "shortDescription": {"text": "Commented-code block (5 lines) in slay_bench/relics_full.py:237"}, "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-df29c935a0b36577", "name": "Stub function `register` (body is just `pass`/`return`) \u2014 slay_bench/relics_full.py:92", "shortDescription": {"text": "Stub function `register` (body is just `pass`/`return`) \u2014 slay_bench/relics_full.py:92"}, "fullDescription": {"text": "Likely an AI scaffold that was never filled in. Remove or implement."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4bb1f1acd20e9533", "name": "Stub function `on_death` (body is just `pass`/`return`) \u2014 slay_bench/enemies.py:43", "shortDescription": {"text": "Stub function `on_death` (body is just `pass`/`return`) \u2014 slay_bench/enemies.py:43"}, "fullDescription": {"text": "Likely an AI scaffold that was never filled in. Remove or implement."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9cde65215a836f20", "name": "Commented-code block (7 lines) in slay_bench/benchmark.py:58", "shortDescription": {"text": "Commented-code block (7 lines) in slay_bench/benchmark.py:58"}, "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-a0310aec627cfbe3", "name": "Near-duplicate function bodies in 26 places", "shortDescription": {"text": "Near-duplicate function bodies in 26 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nslay_bench/enemies_act2.py:select_move, slay_bench/enemies_act2.py:select_move, slay_bench/enemies_act2.py:select_move, slay_bench/enemies_act2.py:select_move\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:\nslay_bench/enemies_act2.py:on_death, slay_bench/enemies_act2.py:on_death\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-79709cae421e4ab1", "name": "Near-duplicate function bodies in 76 places", "shortDescription": {"text": "Near-duplicate function bodies in 76 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nslay_bench/cards_silent.py:play, slay_bench/cards_silent.py:play, slay_bench/cards_silent.py:play, slay_bench/cards_silent.py:play\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-6431a78879620ea3", "name": "Near-duplicate function bodies in 21 places", "shortDescription": {"text": "Near-duplicate function bodies in 21 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nslay_bench/potions.py:use, slay_bench/potions.py:use, slay_bench/potions.py:use, slay_bench/potions.py:use\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:\nslay_bench/relics.py:on_pickup, slay_bench/relics.py:on_pickup, slay_bench/relics.py:on_pickup\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-89915ea02f2b6005", "name": "Near-duplicate function bodies in 23 places", "shortDescription": {"text": "Near-duplicate function bodies in 23 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nslay_bench/relics.py:register, slay_bench/relics.py:register, slay_bench/relics.py:register, slay_bench/relics.py:register\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-9dad557909b86499", "name": "Near-duplicate function bodies in 10 places", "shortDescription": {"text": "Near-duplicate function bodies in 10 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nslay_bench/relics.py:on_combat_start, slay_bench/relics.py:on_combat_start, slay_bench/relics.py:on_combat_start, slay_bench/relics.py:on_combat_start\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-49c98f7cedd9c977", "name": "Near-duplicate function bodies in 4 places", "shortDescription": {"text": "Near-duplicate function bodies in 4 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nslay_bench/relics.py:on_attack_play, slay_bench/relics.py:on_attack, slay_bench/relics.py:on_attack, slay_bench/relics.py:on_attack\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-f1b175fd591e8077", "name": "Near-duplicate function bodies in 84 places", "shortDescription": {"text": "Near-duplicate function bodies in 84 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nslay_bench/cards.py:play, slay_bench/cards.py:play, slay_bench/cards.py:play, slay_bench/cards.py:play\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-250eaaff61b33b26", "name": "Near-duplicate function bodies in 83 places", "shortDescription": {"text": "Near-duplicate function bodies in 83 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nslay_bench/cards.py:upgrade, slay_bench/cards.py:upgrade, slay_bench/cards.py:upgrade, slay_bench/cards.py:upgrade\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:\nslay_bench/cards.py:end_of_turn_effect, slay_bench/cards.py:end_of_turn_effect, slay_bench/cards.py:end_of_turn_effect, slay_bench/cards.py:end_of_turn_effect\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-8c1197fbdaabf5c3", "name": "Near-duplicate function bodies in 73 places", "shortDescription": {"text": "Near-duplicate function bodies in 73 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nslay_bench/relics_full.py:register, slay_bench/relics_full.py:register, slay_bench/relics_full.py:register, slay_bench/relics_full.py:register\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/19547"}, "properties": {"repository": "shoyammishra/slay-the-spire-bench", "repoUrl": "https://github.com/shoyammishra/slay-the-spire-bench", "branch": "main"}, "results": [{"ruleId": "scanner-348605714e3d4d17", "level": "note", "message": {"text": "Possibly dead Python function: next_float"}, "properties": {"repobilityId": "935ef5edab8a48ac", "scanner": "scanner-primary", "fingerprint": "348605714e3d4d17", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "slay_bench/rng.py:32"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-392de6eabe577cfd", "level": "note", "message": {"text": "Possibly dead Python function: next_bool"}, "properties": {"repobilityId": "8eec27d870c47baa", "scanner": "scanner-primary", "fingerprint": "392de6eabe577cfd", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "slay_bench/rng.py:35"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f8962bb81bfb9980", "level": "note", "message": {"text": "Possibly dead Python function: unsubscribe"}, "properties": {"repobilityId": "c67fee6b30e76d20", "scanner": "scanner-primary", "fingerprint": "f8962bb81bfb9980", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "slay_bench/events.py:55"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-cfffbad4bb56f87d", "level": "note", "message": {"text": "Possibly dead Python function: buy_relic"}, "properties": {"repobilityId": "ce94efe8b6202916", "scanner": "scanner-primary", "fingerprint": "cfffbad4bb56f87d", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "slay_bench/nodes.py:173"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-bc3418af01a71a20", "level": "note", "message": {"text": "Possibly dead Python function: buy_potion"}, "properties": {"repobilityId": "5bc3199fe12432ed", "scanner": "scanner-primary", "fingerprint": "bc3418af01a71a20", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "slay_bench/nodes.py:184"}, "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-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-e0b729d88c58d6ea", "level": "error", "message": {"text": "Insecure pattern 'eval_used' in run_benchmark.py:134"}, "properties": {"repobilityId": "d483439500681221", "scanner": "scanner-primary", "fingerprint": "e0b729d88c58d6ea", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "eval_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "run_benchmark.py"}, "region": {"startLine": 134}}}]}, {"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-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-8de10d15ef2e7d54", "level": "note", "message": {"text": "Very large file: slay_bench/cards.py (1738 lines)"}, "properties": {"repobilityId": "de57c513d9bfc5f3", "scanner": "scanner-primary", "fingerprint": "8de10d15ef2e7d54", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-c41aa248207ac294", "level": "note", "message": {"text": "Very large file: slay_bench/benchmark.py (1747 lines)"}, "properties": {"repobilityId": "d22ff5981b40a126", "scanner": "scanner-primary", "fingerprint": "c41aa248207ac294", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "3eeb1586eebc61cc", "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": "674426beb97a41aa", "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": "86358f1669be242c", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "e9940aaa8763baff", "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": "b6c9342ba16072f8", "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": "7903791b38dc707d", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-17d866d91a7c451e", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: CLAUDE.md"}, "properties": {"repobilityId": "ccce5984e58a48f0", "scanner": "scanner-primary", "fingerprint": "17d866d91a7c451e", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "CLAUDE.md"}, "region": {"startLine": 6}}}]}, {"ruleId": "scanner-eccc930e7202393a", "level": "note", "message": {"text": "Legacy-named symbol `test_pain_per_copy` in tests/test_combat.py:379"}, "properties": {"repobilityId": "bcb47130ab7d96cb", "scanner": "scanner-primary", "fingerprint": "eccc930e7202393a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-9c7e80e4074b267c", "level": "none", "message": {"text": "Commented-code block (5 lines) in slay_bench/enemies_act2.py:587"}, "properties": {"repobilityId": "5b3112f493367474", "scanner": "scanner-primary", "fingerprint": "9c7e80e4074b267c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a8c4e1461abf9ab5", "level": "note", "message": {"text": "Stub function `play` (body is just `pass`/`return`) \u2014 slay_bench/cards_silent.py:743"}, "properties": {"repobilityId": "5802d3e42d1bef9b", "scanner": "scanner-primary", "fingerprint": "a8c4e1461abf9ab5", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "empty-handler", "dead-code"]}}, {"ruleId": "scanner-98dc814e1c2313b3", "level": "none", "message": {"text": "Commented-code block (5 lines) in slay_bench/potions.py:201"}, "properties": {"repobilityId": "44532f47947eed22", "scanner": "scanner-primary", "fingerprint": "98dc814e1c2313b3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d5be67c1ba072c5a", "level": "none", "message": {"text": "Commented-code block (5 lines) in slay_bench/combat.py:130"}, "properties": {"repobilityId": "bef12485de71813f", "scanner": "scanner-primary", "fingerprint": "d5be67c1ba072c5a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5814addf53ec770c", "level": "none", "message": {"text": "Commented-code block (5 lines) in slay_bench/cards.py:276"}, "properties": {"repobilityId": "606ee6d3aee6b2a4", "scanner": "scanner-primary", "fingerprint": "5814addf53ec770c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c880c5e1bad5f060", "level": "none", "message": {"text": "Commented-code block (5 lines) in slay_bench/relics_full.py:237"}, "properties": {"repobilityId": "0c91e4b9079a4bd5", "scanner": "scanner-primary", "fingerprint": "c880c5e1bad5f060", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-df29c935a0b36577", "level": "note", "message": {"text": "Stub function `register` (body is just `pass`/`return`) \u2014 slay_bench/relics_full.py:92"}, "properties": {"repobilityId": "52d96f5cdcbbc3f1", "scanner": "scanner-primary", "fingerprint": "df29c935a0b36577", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "empty-handler", "dead-code"]}}, {"ruleId": "scanner-4bb1f1acd20e9533", "level": "note", "message": {"text": "Stub function `on_death` (body is just `pass`/`return`) \u2014 slay_bench/enemies.py:43"}, "properties": {"repobilityId": "d345de45ab713b5b", "scanner": "scanner-primary", "fingerprint": "4bb1f1acd20e9533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "empty-handler", "dead-code"]}}, {"ruleId": "scanner-9cde65215a836f20", "level": "none", "message": {"text": "Commented-code block (7 lines) in slay_bench/benchmark.py:58"}, "properties": {"repobilityId": "b550116091e1646d", "scanner": "scanner-primary", "fingerprint": "9cde65215a836f20", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a0310aec627cfbe3", "level": "note", "message": {"text": "Near-duplicate function bodies in 26 places"}, "properties": {"repobilityId": "bfc73ecadf5da2d6", "scanner": "scanner-primary", "fingerprint": "a0310aec627cfbe3", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-a0310aec627cfbe3", "level": "note", "message": {"text": "Near-duplicate function bodies in 26 places"}, "properties": {"repobilityId": "9a2f1a81e7b10bfa", "scanner": "scanner-primary", "fingerprint": "a0310aec627cfbe3", "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": "4ce018f2f369fbe0", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-79709cae421e4ab1", "level": "note", "message": {"text": "Near-duplicate function bodies in 76 places"}, "properties": {"repobilityId": "d16e8eb743e73329", "scanner": "scanner-primary", "fingerprint": "79709cae421e4ab1", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-79709cae421e4ab1", "level": "note", "message": {"text": "Near-duplicate function bodies in 76 places"}, "properties": {"repobilityId": "361ec30d6fbe8f45", "scanner": "scanner-primary", "fingerprint": "79709cae421e4ab1", "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": "699d05393add72f5", "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": "5a3cc953a0b81907", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-6431a78879620ea3", "level": "note", "message": {"text": "Near-duplicate function bodies in 21 places"}, "properties": {"repobilityId": "04ad77927d1c678b", "scanner": "scanner-primary", "fingerprint": "6431a78879620ea3", "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": "dbea0af6efaed709", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-89915ea02f2b6005", "level": "note", "message": {"text": "Near-duplicate function bodies in 23 places"}, "properties": {"repobilityId": "cf14e101de10fc7f", "scanner": "scanner-primary", "fingerprint": "89915ea02f2b6005", "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": "6165a030739280bf", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-9dad557909b86499", "level": "note", "message": {"text": "Near-duplicate function bodies in 10 places"}, "properties": {"repobilityId": "27b9b6c27bf40e13", "scanner": "scanner-primary", "fingerprint": "9dad557909b86499", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-49c98f7cedd9c977", "level": "note", "message": {"text": "Near-duplicate function bodies in 4 places"}, "properties": {"repobilityId": "c19088f548d3aacc", "scanner": "scanner-primary", "fingerprint": "49c98f7cedd9c977", "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": "88e735d80f279021", "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": "e6ccf8ef4b701a0a", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-f1b175fd591e8077", "level": "note", "message": {"text": "Near-duplicate function bodies in 84 places"}, "properties": {"repobilityId": "95df8e66e1b6a4ff", "scanner": "scanner-primary", "fingerprint": "f1b175fd591e8077", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-250eaaff61b33b26", "level": "note", "message": {"text": "Near-duplicate function bodies in 83 places"}, "properties": {"repobilityId": "ce69609ea1123e80", "scanner": "scanner-primary", "fingerprint": "250eaaff61b33b26", "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": "0f2272989b169a59", "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": "d71d2002f6cbf53e", "scanner": "scanner-primary", "fingerprint": "33a6b62e30ce7ab4", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-8c1197fbdaabf5c3", "level": "note", "message": {"text": "Near-duplicate function bodies in 73 places"}, "properties": {"repobilityId": "f7ad56966f0a626d", "scanner": "scanner-primary", "fingerprint": "8c1197fbdaabf5c3", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}