{"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-49c4d26a04261c3c", "name": "Privileged port 18 in use", "shortDescription": {"text": "Privileged port 18 in use"}, "fullDescription": {"text": "Port 18 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-7b30bd76592a1d3f", "name": "Privileged port 30 in use", "shortDescription": {"text": "Privileged port 30 in use"}, "fullDescription": {"text": "Port 30 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b65401b731a5b072", "name": "Privileged port 10 in use", "shortDescription": {"text": "Privileged port 10 in use"}, "fullDescription": {"text": "Port 10 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0c702a75208d0e46", "name": "Privileged port 20 in use", "shortDescription": {"text": "Privileged port 20 in use"}, "fullDescription": {"text": "Port 20 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-91c163a78ff229bc", "name": "Privileged port 14 in use", "shortDescription": {"text": "Privileged port 14 in use"}, "fullDescription": {"text": "Port 14 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-04e93d52cc75b73d", "name": "Privileged port 82 in use", "shortDescription": {"text": "Privileged port 82 in use"}, "fullDescription": {"text": "Port 82 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-16cf40adebff46f8", "name": "Privileged port 33 in use", "shortDescription": {"text": "Privileged port 33 in use"}, "fullDescription": {"text": "Port 33 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e47a0f4317fc394a", "name": "Privileged port 16 in use", "shortDescription": {"text": "Privileged port 16 in use"}, "fullDescription": {"text": "Port 16 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-9bcfbe1f9c6da4fe", "name": "Privileged port 12 in use", "shortDescription": {"text": "Privileged port 12 in use"}, "fullDescription": {"text": "Port 12 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 153 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, ci. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-bea357a6497a2d5d", "name": "Agent authority lacks a verifier contract: CLAUDE.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: CLAUDE.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d5d2b7fd21de934a", "name": "Agent authority lacks a verifier contract: .claude/commands/add-ticker.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/commands/add-ticker.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-eadf5a5e004c6eae", "name": "Agent authority lacks a verifier contract: .claude/commands/reconcile.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/commands/reconcile.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a0d4e8e2ad500fce", "name": "Commented-code block (6 lines) in tests/test_reconcile.py:86", "shortDescription": {"text": "Commented-code block (6 lines) in tests/test_reconcile.py:86"}, "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-357435ba0a766bcc", "name": "Legacy-named symbol `slope_old` in tests/test_nav.py:66", "shortDescription": {"text": "Legacy-named symbol `slope_old` in tests/test_nav.py:66"}, "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-74d05e0324cc0f2e", "name": "Commented-code block (7 lines) in tests/test_transactions.py:237", "shortDescription": {"text": "Commented-code block (7 lines) in tests/test_transactions.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-f37325614e7d750f", "name": "Commented-code block (5 lines) in tests/test_scenarios.py:54", "shortDescription": {"text": "Commented-code block (5 lines) in tests/test_scenarios.py:54"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-67628c866b66ea71", "name": "Commented-code block (5 lines) in tests/test_marks.py:33", "shortDescription": {"text": "Commented-code block (5 lines) in tests/test_marks.py:33"}, "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-be65b4b63de4f5b7", "name": "Commented-code block (5 lines) in tests/test_validate.py:35", "shortDescription": {"text": "Commented-code block (5 lines) in tests/test_validate.py:35"}, "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-3c2b3e87f71f6355", "name": "Commented-code block (7 lines) in src/crude_tanker_fv/marks.py:33", "shortDescription": {"text": "Commented-code block (7 lines) in src/crude_tanker_fv/marks.py:33"}, "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-562fd97719ee3a4a", "name": "Commented-code block (10 lines) in src/crude_tanker_fv/pipeline.py:109", "shortDescription": {"text": "Commented-code block (10 lines) in src/crude_tanker_fv/pipeline.py:109"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-45fc89091b2e87af", "name": "Network/subprocess call without timeout or try/except \u2014 src/crude_tanker_fv/ffa_ocr.py:78", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 src/crude_tanker_fv/ffa_ocr.py:78"}, "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-7991473859cf7703", "name": "Commented-code block (5 lines) in src/crude_tanker_fv/reconcile.py:52", "shortDescription": {"text": "Commented-code block (5 lines) in src/crude_tanker_fv/reconcile.py:52"}, "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-7cb032776ad7cc5d", "name": "Commented-code block (6 lines) in src/crude_tanker_fv/scenarios.py:45", "shortDescription": {"text": "Commented-code block (6 lines) in src/crude_tanker_fv/scenarios.py:45"}, "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-3ec1541d8e83a8d0", "name": "Commented-code block (5 lines) in src/crude_tanker_fv/ingest_rocketchat.py:53", "shortDescription": {"text": "Commented-code block (5 lines) in src/crude_tanker_fv/ingest_rocketchat.py:53"}, "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-d2be12fc53c92a83", "name": "Commented-code block (5 lines) in src/crude_tanker_fv/pareto_archive.py:57", "shortDescription": {"text": "Commented-code block (5 lines) in src/crude_tanker_fv/pareto_archive.py:57"}, "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-95633e913aacfe67", "name": "Commented-code block (5 lines) in src/crude_tanker_fv/schemas.py:54", "shortDescription": {"text": "Commented-code block (5 lines) in src/crude_tanker_fv/schemas.py:54"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-b7eec2c6a245f25b", "name": "Commented-code block (5 lines) in src/crude_tanker_fv/report.py:260", "shortDescription": {"text": "Commented-code block (5 lines) in src/crude_tanker_fv/report.py:260"}, "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-15a01f2bc93605ed", "name": "Commented-code block (5 lines) in src/crude_tanker_fv/add_ticker.py:46", "shortDescription": {"text": "Commented-code block (5 lines) in src/crude_tanker_fv/add_ticker.py:46"}, "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-f5dac61f9c488f8d", "name": "Commented-code block (8 lines) in src/crude_tanker_fv/carveout.py:169", "shortDescription": {"text": "Commented-code block (8 lines) in src/crude_tanker_fv/carveout.py:169"}, "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-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:\nsrc/crude_tanker_fv/pipeline.py:run_watchlist, src/crude_tanker_fv/pipeline.py:run_transaction_anchored_comparison\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:\nsrc/crude_tanker_fv/carveout.py:carved_price, src/crude_tanker_fv/carveout.py:carved_price, src/crude_tanker_fv/carveout.py:carved_price\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/25265"}, "properties": {"repository": "dav204/crude-tanker-fv", "repoUrl": "https://github.com/dav204/crude-tanker-fv", "branch": "main"}, "results": [{"ruleId": "scanner-49c4d26a04261c3c", "level": "warning", "message": {"text": "Privileged port 18 in use"}, "properties": {"repobilityId": "2d7b5e7d9c158e43", "scanner": "scanner-primary", "fingerprint": "49c4d26a04261c3c", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/price_refresh_cron.sh"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-7b30bd76592a1d3f", "level": "warning", "message": {"text": "Privileged port 30 in use"}, "properties": {"repobilityId": "54f172e7d16fc662", "scanner": "scanner-primary", "fingerprint": "7b30bd76592a1d3f", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/price_refresh_cron.sh"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-b65401b731a5b072", "level": "warning", "message": {"text": "Privileged port 10 in use"}, "properties": {"repobilityId": "735372d6b5594915", "scanner": "scanner-primary", "fingerprint": "b65401b731a5b072", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "inputs/data_sources.yaml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0c702a75208d0e46", "level": "warning", "message": {"text": "Privileged port 20 in use"}, "properties": {"repobilityId": "a59f3e53d617e0f8", "scanner": "scanner-primary", "fingerprint": "0c702a75208d0e46", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "inputs/market_data/prices_daily.yaml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-91c163a78ff229bc", "level": "warning", "message": {"text": "Privileged port 14 in use"}, "properties": {"repobilityId": "2dbd4b719a1412ff", "scanner": "scanner-primary", "fingerprint": "91c163a78ff229bc", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "inputs/market_data/prices_daily.yaml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-04e93d52cc75b73d", "level": "warning", "message": {"text": "Privileged port 82 in use"}, "properties": {"repobilityId": "053f8e47394cae38", "scanner": "scanner-primary", "fingerprint": "04e93d52cc75b73d", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "inputs/dividend_policies/trmd.yaml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-16cf40adebff46f8", "level": "warning", "message": {"text": "Privileged port 33 in use"}, "properties": {"repobilityId": "f08e29b4b53f7301", "scanner": "scanner-primary", "fingerprint": "16cf40adebff46f8", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "inputs/fleet_manifests/fro.yaml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e47a0f4317fc394a", "level": "warning", "message": {"text": "Privileged port 16 in use"}, "properties": {"repobilityId": "d31009168c502ace", "scanner": "scanner-primary", "fingerprint": "e47a0f4317fc394a", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "inputs/fleet_manifests/eco.yaml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-9bcfbe1f9c6da4fe", "level": "warning", "message": {"text": "Privileged port 12 in use"}, "properties": {"repobilityId": "65e7eefa33f2def4", "scanner": "scanner-primary", "fingerprint": "9bcfbe1f9c6da4fe", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "inputs/fleet_manifests/ccec.yaml"}, "region": {"startLine": 1}}}]}, {"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-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "dcd994128a65d3a5", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "46da56ecdeae7be4", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "29bb946104860b94", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "a67d18588c1f1344", "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": "1727913ba20fa8c8", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-bea357a6497a2d5d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: CLAUDE.md"}, "properties": {"repobilityId": "aae72df3934829ac", "scanner": "scanner-primary", "fingerprint": "bea357a6497a2d5d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "CLAUDE.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d5d2b7fd21de934a", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/commands/add-ticker.md"}, "properties": {"repobilityId": "a2fabeb0541e041c", "scanner": "scanner-primary", "fingerprint": "d5d2b7fd21de934a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/commands/add-ticker.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-eadf5a5e004c6eae", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/commands/reconcile.md"}, "properties": {"repobilityId": "86d2ab09e205d03d", "scanner": "scanner-primary", "fingerprint": "eadf5a5e004c6eae", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/commands/reconcile.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a0d4e8e2ad500fce", "level": "none", "message": {"text": "Commented-code block (6 lines) in tests/test_reconcile.py:86"}, "properties": {"repobilityId": "30a3044d7dc3afc7", "scanner": "scanner-primary", "fingerprint": "a0d4e8e2ad500fce", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-357435ba0a766bcc", "level": "note", "message": {"text": "Legacy-named symbol `slope_old` in tests/test_nav.py:66"}, "properties": {"repobilityId": "90781e69aeaed40d", "scanner": "scanner-primary", "fingerprint": "357435ba0a766bcc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-74d05e0324cc0f2e", "level": "none", "message": {"text": "Commented-code block (7 lines) in tests/test_transactions.py:237"}, "properties": {"repobilityId": "393a91b277c4fba0", "scanner": "scanner-primary", "fingerprint": "74d05e0324cc0f2e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f37325614e7d750f", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/test_scenarios.py:54"}, "properties": {"repobilityId": "4e6d3071d5cfc0c7", "scanner": "scanner-primary", "fingerprint": "f37325614e7d750f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-67628c866b66ea71", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/test_marks.py:33"}, "properties": {"repobilityId": "75e465503fcc4d43", "scanner": "scanner-primary", "fingerprint": "67628c866b66ea71", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-be65b4b63de4f5b7", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/test_validate.py:35"}, "properties": {"repobilityId": "e8ab25441ca581bb", "scanner": "scanner-primary", "fingerprint": "be65b4b63de4f5b7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3c2b3e87f71f6355", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/crude_tanker_fv/marks.py:33"}, "properties": {"repobilityId": "f5cb95672decc726", "scanner": "scanner-primary", "fingerprint": "3c2b3e87f71f6355", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-562fd97719ee3a4a", "level": "none", "message": {"text": "Commented-code block (10 lines) in src/crude_tanker_fv/pipeline.py:109"}, "properties": {"repobilityId": "8fbc67725f88ad28", "scanner": "scanner-primary", "fingerprint": "562fd97719ee3a4a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-45fc89091b2e87af", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 src/crude_tanker_fv/ffa_ocr.py:78"}, "properties": {"repobilityId": "2d1c0bb7a78bef6b", "scanner": "scanner-primary", "fingerprint": "45fc89091b2e87af", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-7991473859cf7703", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/crude_tanker_fv/reconcile.py:52"}, "properties": {"repobilityId": "87b856dd797a063f", "scanner": "scanner-primary", "fingerprint": "7991473859cf7703", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7cb032776ad7cc5d", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/crude_tanker_fv/scenarios.py:45"}, "properties": {"repobilityId": "62df9f9295e3a58f", "scanner": "scanner-primary", "fingerprint": "7cb032776ad7cc5d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3ec1541d8e83a8d0", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/crude_tanker_fv/ingest_rocketchat.py:53"}, "properties": {"repobilityId": "c70ed7ded5618480", "scanner": "scanner-primary", "fingerprint": "3ec1541d8e83a8d0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d2be12fc53c92a83", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/crude_tanker_fv/pareto_archive.py:57"}, "properties": {"repobilityId": "9a12a8fad8be6163", "scanner": "scanner-primary", "fingerprint": "d2be12fc53c92a83", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-95633e913aacfe67", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/crude_tanker_fv/schemas.py:54"}, "properties": {"repobilityId": "0ce6b9d43680d563", "scanner": "scanner-primary", "fingerprint": "95633e913aacfe67", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b7eec2c6a245f25b", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/crude_tanker_fv/report.py:260"}, "properties": {"repobilityId": "0cc57ca11c9ae97e", "scanner": "scanner-primary", "fingerprint": "b7eec2c6a245f25b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-15a01f2bc93605ed", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/crude_tanker_fv/add_ticker.py:46"}, "properties": {"repobilityId": "22930dd3ce87d2f7", "scanner": "scanner-primary", "fingerprint": "15a01f2bc93605ed", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f5dac61f9c488f8d", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/crude_tanker_fv/carveout.py:169"}, "properties": {"repobilityId": "48cead0a5e56ab99", "scanner": "scanner-primary", "fingerprint": "f5dac61f9c488f8d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "817a39cd1c4d724c", "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": "155e5d00288d1022", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "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": "34cf18570dfd890d", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}