{"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-b65ee21745080c40", "name": "Possibly dead Python function: repl", "shortDescription": {"text": "Possibly dead Python function: repl"}, "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-0d870eed1366b77e", "name": "Dockerfile runs as root: .github/fixtures/cosign-verify/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: .github/fixtures/cosign-verify/Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-c56a71f6913a51db", "name": "Docker base image is tag-pinned but not digest-pinned: alpine:3.20", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: alpine:3.20"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-33eb4bf6f6d41b94", "name": "Insecure pattern 'subprocess_shell_true' in hooks/release-notes-update/release_notes_update/__main__.py:32", "shortDescription": {"text": "Insecure pattern 'subprocess_shell_true' in hooks/release-notes-update/release_notes_update/__main__.py:32"}, "fullDescription": {"text": "Found a known-risky pattern (subprocess_shell_true). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-1603dba5a01c7dc5", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 7 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-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-8da6db9de631b7c7", "name": "Commented-code block (8 lines) in scripts/urs-compile/compile-urs.py:51", "shortDescription": {"text": "Commented-code block (8 lines) in scripts/urs-compile/compile-urs.py:51"}, "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-7dde00c64b60f11f", "name": "Network/subprocess call without timeout or try/except \u2014 scripts/urs-compile/compile-urs.py:526", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/urs-compile/compile-urs.py:526"}, "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-3fb2d1a855141eae", "name": "Network/subprocess call without timeout or try/except \u2014 scripts/urs-compile/build_docx_reference.py:404", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/urs-compile/build_docx_reference.py:404"}, "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-8a622efe78d165b7", "name": "Commented-code block (5 lines) in scripts/urs-compile/urs_compile/render.py:129", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/urs-compile/urs_compile/render.py:129"}, "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-30412f16f9d94970", "name": "Commented-code block (5 lines) in scripts/urs-compile/urs_compile/manifest.py:24", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/urs-compile/urs_compile/manifest.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-55c9581e83539dba", "name": "Network/subprocess call without timeout or try/except \u2014 hooks/release-notes-update/release_notes_update/git.py:8", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 hooks/release-notes-update/release_notes_update/git.py:8"}, "fullDescription": {"text": "`subprocess.check_output(...)` 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}}]}}, "automationDetails": {"id": "repobility/25162"}, "properties": {"repository": "Cure-HHT/hht_workflows", "repoUrl": "https://github.com/Cure-HHT/hht_workflows", "branch": "main"}, "results": [{"ruleId": "scanner-b65ee21745080c40", "level": "note", "message": {"text": "Possibly dead Python function: repl"}, "properties": {"repobilityId": "6f5d3779bbb8be8b", "scanner": "scanner-primary", "fingerprint": "b65ee21745080c40", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/urs-compile/compile-urs.py:223"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0d870eed1366b77e", "level": "warning", "message": {"text": "Dockerfile runs as root: .github/fixtures/cosign-verify/Dockerfile"}, "properties": {"repobilityId": "49dd7b7d617ba1bd", "scanner": "scanner-primary", "fingerprint": "0d870eed1366b77e", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-c56a71f6913a51db", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: alpine:3.20"}, "properties": {"repobilityId": "5a88132ce51fdb91", "scanner": "scanner-primary", "fingerprint": "c56a71f6913a51db", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/fixtures/cosign-verify/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-33eb4bf6f6d41b94", "level": "error", "message": {"text": "Insecure pattern 'subprocess_shell_true' in hooks/release-notes-update/release_notes_update/__main__.py:32"}, "properties": {"repobilityId": "d6f38cec127f88db", "scanner": "scanner-primary", "fingerprint": "33eb4bf6f6d41b94", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "subprocess_shell_true"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "hooks/release-notes-update/release_notes_update/__main__.py"}, "region": {"startLine": 32}}}]}, {"ruleId": "scanner-1603dba5a01c7dc5", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "964ead264d970e3a", "scanner": "scanner-primary", "fingerprint": "1603dba5a01c7dc5", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/readiness-checks.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "fee2373903b671d3", "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": "9685798e0372ab6a", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "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-8da6db9de631b7c7", "level": "none", "message": {"text": "Commented-code block (8 lines) in scripts/urs-compile/compile-urs.py:51"}, "properties": {"repobilityId": "f0f063bacbca6674", "scanner": "scanner-primary", "fingerprint": "8da6db9de631b7c7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7dde00c64b60f11f", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/urs-compile/compile-urs.py:526"}, "properties": {"repobilityId": "e7d828be705e02f0", "scanner": "scanner-primary", "fingerprint": "7dde00c64b60f11f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3fb2d1a855141eae", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/urs-compile/build_docx_reference.py:404"}, "properties": {"repobilityId": "0b570f30bdfa327d", "scanner": "scanner-primary", "fingerprint": "3fb2d1a855141eae", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-8a622efe78d165b7", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/urs-compile/urs_compile/render.py:129"}, "properties": {"repobilityId": "d681e9038a33a0aa", "scanner": "scanner-primary", "fingerprint": "8a622efe78d165b7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-30412f16f9d94970", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/urs-compile/urs_compile/manifest.py:24"}, "properties": {"repobilityId": "c428d90defa86c75", "scanner": "scanner-primary", "fingerprint": "30412f16f9d94970", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-55c9581e83539dba", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 hooks/release-notes-update/release_notes_update/git.py:8"}, "properties": {"repobilityId": "cd2e8f4af55c2bb2", "scanner": "scanner-primary", "fingerprint": "55c9581e83539dba", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}