{"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-bead75b0f9233e05", "name": "No API endpoints detected", "shortDescription": {"text": "No API endpoints detected"}, "fullDescription": {"text": "The scanner did not find FastAPI/Flask/Express/NestJS/GraphQL/gRPC routes. If this repo exposes APIs, the framework may be unsupported."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "info", "confidence": 1.0}}, {"id": "scanner-5557fff51a9d1699", "name": "Stray `console.log` in TS/JS \u2014 dashboard/test/perf/perf.test.ts:16", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 dashboard/test/perf/perf.test.ts:16"}, "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-127305b53d97f220", "name": "`truncate` class without `title=` for hover reveal \u2014 dashboard/components/dashboard/RecentPanel.tsx:67", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 dashboard/components/dashboard/RecentPanel.tsx:67"}, "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-ce6602e228e25fcb", "name": "`truncate` class without `title=` for hover reveal \u2014 dashboard/components/applications/NotesCell.tsx:27", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 dashboard/components/applications/NotesCell.tsx:27"}, "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-5dad4fabe3eee6b0", "name": "Insecure pattern 'node_child_process' in dashboard/scripts/export-demo.mjs:21", "shortDescription": {"text": "Insecure pattern 'node_child_process' in dashboard/scripts/export-demo.mjs:21"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2cbc75a467a497df", "name": "Insecure pattern 'node_child_process' in dashboard/scripts/start.mjs:11", "shortDescription": {"text": "Insecure pattern 'node_child_process' in dashboard/scripts/start.mjs:11"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-91a43e891063dda7", "name": "Insecure pattern 'node_child_process' in dashboard/lib/run/spawn.ts:11", "shortDescription": {"text": "Insecure pattern 'node_child_process' in dashboard/lib/run/spawn.ts:11"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e4f658c0c00de0d4", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/configure-pages@v5 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-448d8837178ae57a", "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-e47c8a1234ec2db1", "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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 35 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-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-3d519589580cc404", "name": "Agent authority lacks a verifier contract: .claude/commands/reset.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/commands/reset.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-9cd5ee5f6ddec70b", "name": "Agent authority lacks a verifier contract: .claude/commands/expand.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/commands/expand.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-def82335f2e216cd", "name": "Agent authority lacks a verifier contract: .claude/commands/search.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/commands/search.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-1522affb5044ae12", "name": "Agent authority lacks a verifier contract: .claude/skills/job-scraper/search-queries.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/job-scraper/search-queries.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-b81fac6acf6cd4ad", "name": "Agent authority lacks a verifier contract: .claude/skills/job-application-assistant/06-cover-letter-templates.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/job-application-assistant/06-cover-letter-templates.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-1fa2e7e3fa8c709c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 dashboard/components/console/RunLog.tsx:107", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 dashboard/components/console/RunLog.tsx:107"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/20552"}, "properties": {"repository": "suraj-davariya/ai-job-search", "repoUrl": "https://github.com/suraj-davariya/ai-job-search", "branch": "main"}, "results": [{"ruleId": "scanner-bead75b0f9233e05", "level": "none", "message": {"text": "No API endpoints detected"}, "properties": {"repobilityId": "0f8bb852027c38f8", "scanner": "scanner-primary", "fingerprint": "bead75b0f9233e05", "layer": "api", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-5557fff51a9d1699", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 dashboard/test/perf/perf.test.ts:16"}, "properties": {"repobilityId": "f0edc8585ab987dd", "scanner": "scanner-primary", "fingerprint": "5557fff51a9d1699", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-127305b53d97f220", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 dashboard/components/dashboard/RecentPanel.tsx:67"}, "properties": {"repobilityId": "f1aa01b4f2b890ac", "scanner": "scanner-primary", "fingerprint": "127305b53d97f220", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-ce6602e228e25fcb", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 dashboard/components/applications/NotesCell.tsx:27"}, "properties": {"repobilityId": "8f1a764eb2fe68ca", "scanner": "scanner-primary", "fingerprint": "ce6602e228e25fcb", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-5dad4fabe3eee6b0", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in dashboard/scripts/export-demo.mjs:21"}, "properties": {"repobilityId": "7dcc5a2caa6d8035", "scanner": "scanner-primary", "fingerprint": "5dad4fabe3eee6b0", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "dashboard/scripts/export-demo.mjs"}, "region": {"startLine": 21}}}]}, {"ruleId": "scanner-2cbc75a467a497df", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in dashboard/scripts/start.mjs:11"}, "properties": {"repobilityId": "74182469367e3270", "scanner": "scanner-primary", "fingerprint": "2cbc75a467a497df", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "dashboard/scripts/start.mjs"}, "region": {"startLine": 11}}}]}, {"ruleId": "scanner-91a43e891063dda7", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in dashboard/lib/run/spawn.ts:11"}, "properties": {"repobilityId": "747be486855f8bb9", "scanner": "scanner-primary", "fingerprint": "91a43e891063dda7", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "dashboard/lib/run/spawn.ts"}, "region": {"startLine": 11}}}]}, {"ruleId": "scanner-e4f658c0c00de0d4", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "38cf1c8b667d348e", "scanner": "scanner-primary", "fingerprint": "e4f658c0c00de0d4", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/pages.yml"}, "region": {"startLine": 56}}}]}, {"ruleId": "scanner-e4f658c0c00de0d4", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "7b2f6f2d816930a2", "scanner": "scanner-primary", "fingerprint": "e4f658c0c00de0d4", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/pages.yml"}, "region": {"startLine": 99}}}]}, {"ruleId": "scanner-e4f658c0c00de0d4", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "25e1fa3783e7cb32", "scanner": "scanner-primary", "fingerprint": "e4f658c0c00de0d4", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/pages.yml"}, "region": {"startLine": 112}}}]}, {"ruleId": "scanner-448d8837178ae57a", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "13af6451e15656fc", "scanner": "scanner-primary", "fingerprint": "448d8837178ae57a", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/pages.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e47c8a1234ec2db1", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "80ff1ea494b479b2", "scanner": "scanner-primary", "fingerprint": "e47c8a1234ec2db1", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "npm", "install-scripts"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs-site/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "08a7629f3befbfbf", "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": "2e1612d6d38deaaa", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "d8b48b3e3aefd045", "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": "4f7a0e162803cf00", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-3d519589580cc404", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/commands/reset.md"}, "properties": {"repobilityId": "97e9cd5c5da76b04", "scanner": "scanner-primary", "fingerprint": "3d519589580cc404", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/commands/reset.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-9cd5ee5f6ddec70b", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/commands/expand.md"}, "properties": {"repobilityId": "7db374ccbeeb289e", "scanner": "scanner-primary", "fingerprint": "9cd5ee5f6ddec70b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/commands/expand.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-def82335f2e216cd", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/commands/search.md"}, "properties": {"repobilityId": "58ad6ac084f07e88", "scanner": "scanner-primary", "fingerprint": "def82335f2e216cd", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/commands/search.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1522affb5044ae12", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/job-scraper/search-queries.md"}, "properties": {"repobilityId": "12ac70b375f33df9", "scanner": "scanner-primary", "fingerprint": "1522affb5044ae12", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/job-scraper/search-queries.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-b81fac6acf6cd4ad", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/job-application-assistant/06-cover-letter-templates.md"}, "properties": {"repobilityId": "c45b2c1cfa1438d5", "scanner": "scanner-primary", "fingerprint": "b81fac6acf6cd4ad", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/job-application-assistant/06-cover-letter-templates.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1fa2e7e3fa8c709c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 dashboard/components/console/RunLog.tsx:107"}, "properties": {"repobilityId": "eb079949db1c6fe3", "scanner": "scanner-primary", "fingerprint": "1fa2e7e3fa8c709c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}