{"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-f67b2619836d5473", "name": "TODO/FIXME marker in shipping code \u2014 assets/js/distillpub/template.v2.js:212", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 assets/js/distillpub/template.v2.js:212"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-ace9831d6fd63e1f", "name": "Stray `console.log` in TS/JS \u2014 assets/js/distillpub/template.v2.js:1228", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 assets/js/distillpub/template.v2.js:1228"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-10f6841210589d1d", "name": "TODO/FIXME marker in shipping code \u2014 assets/js/distillpub/transforms.v2.js:215", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 assets/js/distillpub/transforms.v2.js:215"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-ae87815026275f17", "name": "Stray `console.log` in TS/JS \u2014 assets/js/distillpub/transforms.v2.js:613", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 assets/js/distillpub/transforms.v2.js:613"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d63da3583b14afc0", "name": "Dockerfile runs as root: Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: 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-e3d3e268c23e1b1a", "name": "Docker base image uses a mutable or implicit tag: bitnami/minideb:latest", "shortDescription": {"text": "Docker base image uses a mutable or implicit tag: bitnami/minideb:latest"}, "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": "medium", "confidence": 1.0}}, {"id": "scanner-aa5acaa49eb8315b", "name": "Containers defined but no K8s/orchestration manifest found", "shortDescription": {"text": "Containers defined but no K8s/orchestration manifest found"}, "fullDescription": {"text": "Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9710c8d059e53154", "name": "No frontend routes/components detected", "shortDescription": {"text": "No frontend routes/components detected"}, "fullDescription": {"text": "No React/Vue/Next routes were found. This is fine for backend-only repos."}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-f211edb9e8537269", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/js/copy_code.js:11", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/js/copy_code.js:11"}, "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-6f7e0fce69ccd3f6", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/js/distillpub/transforms.v2.js:1066", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/js/distillpub/transforms.v2.js:1066"}, "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-9c655949d6cb4c74", "name": "Insecure pattern 'insert_adjacent_html' in assets/js/distillpub/transforms.v2.js:12191", "shortDescription": {"text": "Insecure pattern 'insert_adjacent_html' in assets/js/distillpub/transforms.v2.js:12191"}, "fullDescription": {"text": "Found a known-risky pattern (insert_adjacent_html). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8103ddc676e60408", "name": "Insecure pattern 'weak_hash' in _plugins/cache-bust.rb:17", "shortDescription": {"text": "Insecure pattern 'weak_hash' in _plugins/cache-bust.rb:17"}, "fullDescription": {"text": "Found a known-risky pattern (weak_hash). 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-6cad780cb109e83f", "name": "GitHub Action tracks a moving branch", "shortDescription": {"text": "GitHub Action tracks a moving branch"}, "fullDescription": {"text": "neulab/pr-arena/.github/workflows/pr-arena-resolver.yml@main 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": "high", "confidence": 1.0}}, {"id": "scanner-5ca1db71575dd239", "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-b1b86205d2b889c2", "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@v3 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-28c4a04bd807da0c", "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@v3 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-ad6701f0a8405e22", "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-c12d180b140f1418", "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@v3 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-7e2450e3ceabf0e9", "name": "Very large file: assets/js/distillpub/template.v2.js (9247 lines)", "shortDescription": {"text": "Very large file: assets/js/distillpub/template.v2.js (9247 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-c7e7616154c5d41e", "name": "Very large file: assets/js/distillpub/transforms.v2.js (13185 lines)", "shortDescription": {"text": "Very large file: assets/js/distillpub/transforms.v2.js (13185 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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 10 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 30 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-11825279136b53a3", "name": "CI is configured but no tests are detected", "shortDescription": {"text": "CI is configured but no tests are detected"}, "fullDescription": {"text": "A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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-446d51563f922483", "name": "Commented-code block (5 lines) in assets/js/distillpub/template.v2.js:54", "shortDescription": {"text": "Commented-code block (5 lines) in assets/js/distillpub/template.v2.js: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-969f402ff38f017e", "name": "Commented-code block (5 lines) in assets/js/distillpub/transforms.v2.js:57", "shortDescription": {"text": "Commented-code block (5 lines) in assets/js/distillpub/transforms.v2.js: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}}]}}, "automationDetails": {"id": "repobility/22570"}, "properties": {"repository": "waynchi/waynchi.github.io", "repoUrl": "https://github.com/waynchi/waynchi.github.io", "branch": "main"}, "results": [{"ruleId": "scanner-f67b2619836d5473", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 assets/js/distillpub/template.v2.js:212"}, "properties": {"repobilityId": "9201d99735c27b54", "scanner": "scanner-primary", "fingerprint": "f67b2619836d5473", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-ace9831d6fd63e1f", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 assets/js/distillpub/template.v2.js:1228"}, "properties": {"repobilityId": "8a4a6c8a41c757d6", "scanner": "scanner-primary", "fingerprint": "ace9831d6fd63e1f", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-10f6841210589d1d", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 assets/js/distillpub/transforms.v2.js:215"}, "properties": {"repobilityId": "130b0a5744cb524b", "scanner": "scanner-primary", "fingerprint": "10f6841210589d1d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-ae87815026275f17", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 assets/js/distillpub/transforms.v2.js:613"}, "properties": {"repobilityId": "668b0239127039c8", "scanner": "scanner-primary", "fingerprint": "ae87815026275f17", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d63da3583b14afc0", "level": "warning", "message": {"text": "Dockerfile runs as root: Dockerfile"}, "properties": {"repobilityId": "a2ed1bd120e507db", "scanner": "scanner-primary", "fingerprint": "d63da3583b14afc0", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-e3d3e268c23e1b1a", "level": "warning", "message": {"text": "Docker base image uses a mutable or implicit tag: bitnami/minideb:latest"}, "properties": {"repobilityId": "77161340ef4219f1", "scanner": "scanner-primary", "fingerprint": "e3d3e268c23e1b1a", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-aa5acaa49eb8315b", "level": "note", "message": {"text": "Containers defined but no K8s/orchestration manifest found"}, "properties": {"repobilityId": "b230ea9b68736081", "scanner": "scanner-primary", "fingerprint": "aa5acaa49eb8315b", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["coverage", "deployment"]}}, {"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-f211edb9e8537269", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/js/copy_code.js:11"}, "properties": {"repobilityId": "77b4e55caec6a939", "scanner": "scanner-primary", "fingerprint": "f211edb9e8537269", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/js/copy_code.js"}, "region": {"startLine": 11}}}]}, {"ruleId": "scanner-6f7e0fce69ccd3f6", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/js/distillpub/transforms.v2.js:1066"}, "properties": {"repobilityId": "bad158eaf9ff7904", "scanner": "scanner-primary", "fingerprint": "6f7e0fce69ccd3f6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/js/distillpub/transforms.v2.js"}, "region": {"startLine": 1066}}}]}, {"ruleId": "scanner-9c655949d6cb4c74", "level": "warning", "message": {"text": "Insecure pattern 'insert_adjacent_html' in assets/js/distillpub/transforms.v2.js:12191"}, "properties": {"repobilityId": "39fb7e4dc39b13bd", "scanner": "scanner-primary", "fingerprint": "9c655949d6cb4c74", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "insert_adjacent_html"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/js/distillpub/transforms.v2.js"}, "region": {"startLine": 12191}}}]}, {"ruleId": "scanner-8103ddc676e60408", "level": "warning", "message": {"text": "Insecure pattern 'weak_hash' in _plugins/cache-bust.rb:17"}, "properties": {"repobilityId": "d6b57b7b58b77564", "scanner": "scanner-primary", "fingerprint": "8103ddc676e60408", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "weak_hash"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "_plugins/cache-bust.rb"}, "region": {"startLine": 17}}}]}, {"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-6cad780cb109e83f", "level": "error", "message": {"text": "GitHub Action tracks a moving branch"}, "properties": {"repobilityId": "f48baf616be51195", "scanner": "scanner-primary", "fingerprint": "6cad780cb109e83f", "layer": "cicd", "severity": "high", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/pr-arena-workflow.yml"}, "region": {"startLine": 29}}}]}, {"ruleId": "scanner-5ca1db71575dd239", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "b12c07924157c9d7", "scanner": "scanner-primary", "fingerprint": "5ca1db71575dd239", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/pr-arena-workflow.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-b1b86205d2b889c2", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1ee82856f4554623", "scanner": "scanner-primary", "fingerprint": "b1b86205d2b889c2", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-image.yml"}, "region": {"startLine": 16}}}]}, {"ruleId": "scanner-b1b86205d2b889c2", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "8d9acca555465c34", "scanner": "scanner-primary", "fingerprint": "b1b86205d2b889c2", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-image.yml"}, "region": {"startLine": 19}}}]}, {"ruleId": "scanner-b1b86205d2b889c2", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "faf7baadb66b4929", "scanner": "scanner-primary", "fingerprint": "b1b86205d2b889c2", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-image.yml"}, "region": {"startLine": 22}}}]}, {"ruleId": "scanner-b1b86205d2b889c2", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "53fe014014bb9db9", "scanner": "scanner-primary", "fingerprint": "b1b86205d2b889c2", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-image.yml"}, "region": {"startLine": 25}}}]}, {"ruleId": "scanner-b1b86205d2b889c2", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "5936a18dde7ab45b", "scanner": "scanner-primary", "fingerprint": "b1b86205d2b889c2", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-image.yml"}, "region": {"startLine": 31}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "397c84c77df16888", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 23}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "a0022eb0bd7d19e3", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 25}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1fa8f3b41aa6898b", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 37}}}]}, {"ruleId": "scanner-ad6701f0a8405e22", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "8384c23520d55657", "scanner": "scanner-primary", "fingerprint": "ad6701f0a8405e22", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c12d180b140f1418", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "47ff43fdc7b5eb36", "scanner": "scanner-primary", "fingerprint": "c12d180b140f1418", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-docker-tag.yml"}, "region": {"startLine": 16}}}]}, {"ruleId": "scanner-c12d180b140f1418", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "7b539d20a9ba93c2", "scanner": "scanner-primary", "fingerprint": "c12d180b140f1418", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-docker-tag.yml"}, "region": {"startLine": 19}}}]}, {"ruleId": "scanner-c12d180b140f1418", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "763c546ff6e5b28c", "scanner": "scanner-primary", "fingerprint": "c12d180b140f1418", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-docker-tag.yml"}, "region": {"startLine": 22}}}]}, {"ruleId": "scanner-c12d180b140f1418", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "95e63f513b5d1ed3", "scanner": "scanner-primary", "fingerprint": "c12d180b140f1418", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-docker-tag.yml"}, "region": {"startLine": 27}}}]}, {"ruleId": "scanner-c12d180b140f1418", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "6151657f8b458b3a", "scanner": "scanner-primary", "fingerprint": "c12d180b140f1418", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-docker-tag.yml"}, "region": {"startLine": 32}}}]}, {"ruleId": "scanner-c12d180b140f1418", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "60c5ee1c9279b423", "scanner": "scanner-primary", "fingerprint": "c12d180b140f1418", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-docker-tag.yml"}, "region": {"startLine": 38}}}]}, {"ruleId": "scanner-7e2450e3ceabf0e9", "level": "note", "message": {"text": "Very large file: assets/js/distillpub/template.v2.js (9247 lines)"}, "properties": {"repobilityId": "ff731935aaa6a2c9", "scanner": "scanner-primary", "fingerprint": "7e2450e3ceabf0e9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-c7e7616154c5d41e", "level": "note", "message": {"text": "Very large file: assets/js/distillpub/transforms.v2.js (13185 lines)"}, "properties": {"repobilityId": "f8622e7aa3ea6394", "scanner": "scanner-primary", "fingerprint": "c7e7616154c5d41e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "e94aab13a3df1d10", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-11825279136b53a3", "level": "warning", "message": {"text": "CI is configured but no tests are detected"}, "properties": {"repobilityId": "60579953e3a5de43", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "2a7d3de3bbda69c7", "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": "c5a18a7740a43300", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-446d51563f922483", "level": "none", "message": {"text": "Commented-code block (5 lines) in assets/js/distillpub/template.v2.js:54"}, "properties": {"repobilityId": "5c05ed8f55ad45f4", "scanner": "scanner-primary", "fingerprint": "446d51563f922483", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-969f402ff38f017e", "level": "none", "message": {"text": "Commented-code block (5 lines) in assets/js/distillpub/transforms.v2.js:57"}, "properties": {"repobilityId": "6ad1bd76de11413f", "scanner": "scanner-primary", "fingerprint": "969f402ff38f017e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}