{"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-bccb5b7db5874be3", "name": "`truncate` class without `title=` for hover reveal \u2014 ui/src/components/PresetBar.jsx:125", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 ui/src/components/PresetBar.jsx:125"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-15bcdbd78a405d94", "name": "Insecure pattern 'eval_used' in ui/src/juce/check_native_interop.js:41", "shortDescription": {"text": "Insecure pattern 'eval_used' in ui/src/juce/check_native_interop.js:41"}, "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-7bae3458523d729f", "name": "Possible secret in scripts/setup-apple-ci-signing.sh", "shortDescription": {"text": "Possible secret in scripts/setup-apple-ci-signing.sh"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-0dbcf91f721fd2f1", "name": "Insecure pattern 'eval_used' in double/ui/src/juce/check_native_interop.js:41", "shortDescription": {"text": "Insecure pattern 'eval_used' in double/ui/src/juce/check_native_interop.js:41"}, "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-0ee30af7a2fae73d", "name": "Insecure pattern 'eval_used' in fofopedal/ui/src/juce/check_native_interop.js:41", "shortDescription": {"text": "Insecure pattern 'eval_used' in fofopedal/ui/src/juce/check_native_interop.js:41"}, "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-0ba77df048efdf9a", "name": "Insecure pattern 'eval_used' in backporch/ui/src/juce/check_native_interop.js:41", "shortDescription": {"text": "Insecure pattern 'eval_used' in backporch/ui/src/juce/check_native_interop.js:41"}, "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-50ae87dd34e9aa1e", "name": "Insecure pattern 'eval_used' in daydream/ui/src/juce/check_native_interop.js:41", "shortDescription": {"text": "Insecure pattern 'eval_used' in daydream/ui/src/juce/check_native_interop.js:41"}, "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-5063d143e03f9054", "name": "Insecure pattern 'eval_used' in sway/ui/src/juce/check_native_interop.js:41", "shortDescription": {"text": "Insecure pattern 'eval_used' in sway/ui/src/juce/check_native_interop.js:41"}, "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-46c644c6227e4d4a", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "azure/trusted-signing-action@v0.5.9 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": "medium", "confidence": 1.0}}, {"id": "scanner-1838a141491ce38c", "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-2f15376a202f0a49", "name": "package.json defines install-time lifecycle scripts", "shortDescription": {"text": "package.json defines install-time lifecycle scripts"}, "fullDescription": {"text": "preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 94 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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 20 placeholder/mock markers across 14 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-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-8e607a7261198292", "name": "Commented-code block (5 lines) in ui/src/juceBridge.js:3", "shortDescription": {"text": "Commented-code block (5 lines) in ui/src/juceBridge.js:3"}, "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-7f0a54007b2916bb", "name": "Commented-code block (6 lines) in site/postcss.config.js:22", "shortDescription": {"text": "Commented-code block (6 lines) in site/postcss.config.js:22"}, "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-fe49322be3136e71", "name": "Commented-code block (6 lines) in site/quasar.config.ts:60", "shortDescription": {"text": "Commented-code block (6 lines) in site/quasar.config.ts:60"}, "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-15a6ea0aea6e3102", "name": "Commented-code block (5 lines) in daydream/ui/src/components/BigKnob.jsx:4", "shortDescription": {"text": "Commented-code block (5 lines) in daydream/ui/src/components/BigKnob.jsx:4"}, "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/20606"}, "properties": {"repository": "SweetPapa/FoFoPedalVST", "repoUrl": "https://github.com/SweetPapa/FoFoPedalVST", "branch": "main"}, "results": [{"ruleId": "scanner-bccb5b7db5874be3", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 ui/src/components/PresetBar.jsx:125"}, "properties": {"repobilityId": "9f819c74cfc0d54f", "scanner": "scanner-primary", "fingerprint": "bccb5b7db5874be3", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-15bcdbd78a405d94", "level": "error", "message": {"text": "Insecure pattern 'eval_used' in ui/src/juce/check_native_interop.js:41"}, "properties": {"repobilityId": "a1124e2074ab40f9", "scanner": "scanner-primary", "fingerprint": "15bcdbd78a405d94", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "eval_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/src/juce/check_native_interop.js"}, "region": {"startLine": 41}}}]}, {"ruleId": "scanner-7bae3458523d729f", "level": "error", "message": {"text": "Possible secret in scripts/setup-apple-ci-signing.sh"}, "properties": {"repobilityId": "0441e340ed216ff6", "scanner": "scanner-primary", "fingerprint": "7bae3458523d729f", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/setup-apple-ci-signing.sh"}, "region": {"startLine": 127}}}]}, {"ruleId": "scanner-0dbcf91f721fd2f1", "level": "error", "message": {"text": "Insecure pattern 'eval_used' in double/ui/src/juce/check_native_interop.js:41"}, "properties": {"repobilityId": "239377edfd32da9f", "scanner": "scanner-primary", "fingerprint": "0dbcf91f721fd2f1", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "eval_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "double/ui/src/juce/check_native_interop.js"}, "region": {"startLine": 41}}}]}, {"ruleId": "scanner-0ee30af7a2fae73d", "level": "error", "message": {"text": "Insecure pattern 'eval_used' in fofopedal/ui/src/juce/check_native_interop.js:41"}, "properties": {"repobilityId": "a45dcfb4ee591f4e", "scanner": "scanner-primary", "fingerprint": "0ee30af7a2fae73d", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "eval_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "fofopedal/ui/src/juce/check_native_interop.js"}, "region": {"startLine": 41}}}]}, {"ruleId": "scanner-0ba77df048efdf9a", "level": "error", "message": {"text": "Insecure pattern 'eval_used' in backporch/ui/src/juce/check_native_interop.js:41"}, "properties": {"repobilityId": "b7a883b64eadb96d", "scanner": "scanner-primary", "fingerprint": "0ba77df048efdf9a", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "eval_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backporch/ui/src/juce/check_native_interop.js"}, "region": {"startLine": 41}}}]}, {"ruleId": "scanner-50ae87dd34e9aa1e", "level": "error", "message": {"text": "Insecure pattern 'eval_used' in daydream/ui/src/juce/check_native_interop.js:41"}, "properties": {"repobilityId": "ec78d0988ccb821e", "scanner": "scanner-primary", "fingerprint": "50ae87dd34e9aa1e", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "eval_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "daydream/ui/src/juce/check_native_interop.js"}, "region": {"startLine": 41}}}]}, {"ruleId": "scanner-5063d143e03f9054", "level": "error", "message": {"text": "Insecure pattern 'eval_used' in sway/ui/src/juce/check_native_interop.js:41"}, "properties": {"repobilityId": "39f218bb89f0575f", "scanner": "scanner-primary", "fingerprint": "5063d143e03f9054", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "eval_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "sway/ui/src/juce/check_native_interop.js"}, "region": {"startLine": 41}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "6001cfde12ee470b", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 115}}}]}, {"ruleId": "scanner-1838a141491ce38c", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "b8fd4f5048f96576", "scanner": "scanner-primary", "fingerprint": "1838a141491ce38c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2f15376a202f0a49", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "ab101f0398da38a5", "scanner": "scanner-primary", "fingerprint": "2f15376a202f0a49", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "npm", "install-scripts"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "site/package.json"}, "region": {"startLine": 1}}}]}, {"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-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "da7e4e4bbea1133b", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-11825279136b53a3", "level": "warning", "message": {"text": "CI is configured but no tests are detected"}, "properties": {"repobilityId": "52725bc37fd64561", "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": "6552e79a032c3448", "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": "9ab89656e3f4469f", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-8e607a7261198292", "level": "none", "message": {"text": "Commented-code block (5 lines) in ui/src/juceBridge.js:3"}, "properties": {"repobilityId": "94d7dc7725fc98aa", "scanner": "scanner-primary", "fingerprint": "8e607a7261198292", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7f0a54007b2916bb", "level": "none", "message": {"text": "Commented-code block (6 lines) in site/postcss.config.js:22"}, "properties": {"repobilityId": "1d2e41b53e97ba9f", "scanner": "scanner-primary", "fingerprint": "7f0a54007b2916bb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fe49322be3136e71", "level": "none", "message": {"text": "Commented-code block (6 lines) in site/quasar.config.ts:60"}, "properties": {"repobilityId": "b23d7ac1add5910a", "scanner": "scanner-primary", "fingerprint": "fe49322be3136e71", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-15a6ea0aea6e3102", "level": "none", "message": {"text": "Commented-code block (5 lines) in daydream/ui/src/components/BigKnob.jsx:4"}, "properties": {"repobilityId": "bc4bdbc1c7fb41b7", "scanner": "scanner-primary", "fingerprint": "15a6ea0aea6e3102", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}