{"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-06ac7c5063c0d23d", "name": "Stray `console.log` in TS/JS \u2014 generate_pdf.js:348", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 generate_pdf.js:348"}, "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-456046d2f04feab1", "name": "Stray `console.log` in TS/JS \u2014 asmita/tests/load/submission-load.ts:87", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 asmita/tests/load/submission-load.ts:87"}, "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-9ae77f867e59ff5d", "name": "Stray `console.log` in TS/JS \u2014 asmita/scripts/import-platforms-csv.ts:153", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 asmita/scripts/import-platforms-csv.ts:153"}, "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-e9ddac136cef6c29", "name": "Stray `console.log` in TS/JS \u2014 asmita/prisma/seed.ts:246", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 asmita/prisma/seed.ts:246"}, "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-8b30dffa89ae21a8", "name": "`truncate` class without `title=` for hover reveal \u2014 asmita/src/components/HashGenerator.tsx:121", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 asmita/src/components/HashGenerator.tsx:121"}, "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-451373fad94b6d7f", "name": "`truncate` class without `title=` for hover reveal \u2014 asmita/src/app/(victim)/submit/SubmitForm.tsx:230", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 asmita/src/app/(victim)/submit/SubmitForm.tsx:230"}, "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-f8f0edc96335b389", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 asmita/src/app/admin/setup-mfa/page.tsx:54", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 asmita/src/app/admin/setup-mfa/page.tsx:54"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b6c996514ff8e870", "name": "Insecure pattern 'dangerous_innerhtml' in asmita/src/app/admin/setup-mfa/page.tsx:54", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in asmita/src/app/admin/setup-mfa/page.tsx:54"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ab5004a92bb5c1d7", "name": "Insecure pattern 'weak_hash' in asmita/src/app/admin/setup-mfa/page.tsx:30", "shortDescription": {"text": "Insecure pattern 'weak_hash' in asmita/src/app/admin/setup-mfa/page.tsx:30"}, "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-318f76eea0a08a01", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "anthropics/claude-code-action@v1 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-f29b6cec34700af4", "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-1d65fae8c7bec492", "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 25 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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 23 placeholder/mock markers across 11 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-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-e725d2ab884fbd49", "name": "Multiple root agent instruction files without precedence", "shortDescription": {"text": "Multiple root agent instruction files without precedence"}, "fullDescription": {"text": "The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-904ec54b2677b46e", "name": "Commented-code block (5 lines) in asmita/tests/unit/pdq-reference-vectors.test.ts:12", "shortDescription": {"text": "Commented-code block (5 lines) in asmita/tests/unit/pdq-reference-vectors.test.ts:12"}, "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-3586ba655f22702c", "name": "Commented-code block (6 lines) in asmita/tests/unit/notice-template-seeds.test.ts:9", "shortDescription": {"text": "Commented-code block (6 lines) in asmita/tests/unit/notice-template-seeds.test.ts:9"}, "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-f49c14a70e254b51", "name": "Commented-code block (5 lines) in asmita/prisma/template-seeds.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in asmita/prisma/template-seeds.ts: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-4d9f7ee8160808c3", "name": "`fetch()` without try/.catch or AbortSignal \u2014 asmita/src/app/(victim)/submit/SubmitForm.tsx:66", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 asmita/src/app/(victim)/submit/SubmitForm.tsx:66"}, "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}}, {"id": "scanner-321e82d74b341e69", "name": "Commented-code block (7 lines) in asmita/src/lib/email-html.ts:3", "shortDescription": {"text": "Commented-code block (7 lines) in asmita/src/lib/email-html.ts: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-bdf442c41ea0c9fc", "name": "Commented-code block (9 lines) in asmita/src/lib/hash-dispatch.ts:13", "shortDescription": {"text": "Commented-code block (9 lines) in asmita/src/lib/hash-dispatch.ts:13"}, "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-ddba79dad0fa2034", "name": "`fetch()` without try/.catch or AbortSignal \u2014 asmita/src/lib/client-csrf.ts:17", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 asmita/src/lib/client-csrf.ts:17"}, "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}}, {"id": "scanner-3987bcbc598709e3", "name": "Commented-code block (5 lines) in asmita/src/lib/email.ts:115", "shortDescription": {"text": "Commented-code block (5 lines) in asmita/src/lib/email.ts:115"}, "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-9015494cddf4c845", "name": "Commented-code block (5 lines) in asmita/src/lib/escalation-engine.ts:171", "shortDescription": {"text": "Commented-code block (5 lines) in asmita/src/lib/escalation-engine.ts:171"}, "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-d0b17c8c07a7421d", "name": "8 env vars used in code but missing from .env.example", "shortDescription": {"text": "8 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `DEV_OTP_CODE`, `DEV_SKIP_ADMIN_MFA`, `DEV_SKIP_LEGAL_REVIEW`, `E2E_TEST_BYPASS_RATE_LIMIT`, `MAINTENANCE_BYPASS_SECRET`, `MAINTENANCE_MODE`, `NODE_ENV`, `VITEST`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/18945"}, "properties": {"repository": "saquibreja7-hash/Asmita", "repoUrl": "https://github.com/saquibreja7-hash/Asmita", "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-06ac7c5063c0d23d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 generate_pdf.js:348"}, "properties": {"repobilityId": "4eba0f2b2c981991", "scanner": "scanner-primary", "fingerprint": "06ac7c5063c0d23d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-456046d2f04feab1", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 asmita/tests/load/submission-load.ts:87"}, "properties": {"repobilityId": "51aee1b67011b861", "scanner": "scanner-primary", "fingerprint": "456046d2f04feab1", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-9ae77f867e59ff5d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 asmita/scripts/import-platforms-csv.ts:153"}, "properties": {"repobilityId": "cdc9fb20a52682c8", "scanner": "scanner-primary", "fingerprint": "9ae77f867e59ff5d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e9ddac136cef6c29", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 asmita/prisma/seed.ts:246"}, "properties": {"repobilityId": "08cf1e945784aa0b", "scanner": "scanner-primary", "fingerprint": "e9ddac136cef6c29", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8b30dffa89ae21a8", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 asmita/src/components/HashGenerator.tsx:121"}, "properties": {"repobilityId": "66f67a192914425d", "scanner": "scanner-primary", "fingerprint": "8b30dffa89ae21a8", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-451373fad94b6d7f", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 asmita/src/app/(victim)/submit/SubmitForm.tsx:230"}, "properties": {"repobilityId": "8b531233b8d36d81", "scanner": "scanner-primary", "fingerprint": "451373fad94b6d7f", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-f8f0edc96335b389", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 asmita/src/app/admin/setup-mfa/page.tsx:54"}, "properties": {"repobilityId": "5b9496b96a2be470", "scanner": "scanner-primary", "fingerprint": "f8f0edc96335b389", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-b6c996514ff8e870", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in asmita/src/app/admin/setup-mfa/page.tsx:54"}, "properties": {"repobilityId": "1f0fa53e427c81c5", "scanner": "scanner-primary", "fingerprint": "b6c996514ff8e870", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "asmita/src/app/admin/setup-mfa/page.tsx"}, "region": {"startLine": 54}}}]}, {"ruleId": "scanner-ab5004a92bb5c1d7", "level": "warning", "message": {"text": "Insecure pattern 'weak_hash' in asmita/src/app/admin/setup-mfa/page.tsx:30"}, "properties": {"repobilityId": "ce8f00e25289d706", "scanner": "scanner-primary", "fingerprint": "ab5004a92bb5c1d7", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "weak_hash"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "asmita/src/app/admin/setup-mfa/page.tsx"}, "region": {"startLine": 30}}}]}, {"ruleId": "scanner-318f76eea0a08a01", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "d4e7a9bb604f2a4c", "scanner": "scanner-primary", "fingerprint": "318f76eea0a08a01", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ai-review.yml"}, "region": {"startLine": 22}}}]}, {"ruleId": "scanner-f29b6cec34700af4", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "70ff28f5a5fc400b", "scanner": "scanner-primary", "fingerprint": "f29b6cec34700af4", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ai-review.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1d65fae8c7bec492", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "79f81fd29e6b9216", "scanner": "scanner-primary", "fingerprint": "1d65fae8c7bec492", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "npm", "install-scripts"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "asmita/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "a60fe61223bb4d88", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "fa0e347c902fbb80", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "b143f080a13066a9", "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": "51419e9456efef8c", "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": "0e9b6fc3ced54301", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-e725d2ab884fbd49", "level": "note", "message": {"text": "Multiple root agent instruction files without precedence"}, "properties": {"repobilityId": "1953db6c89508d22", "scanner": "scanner-primary", "fingerprint": "e725d2ab884fbd49", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["agent-instructions", "governance"]}}, {"ruleId": "scanner-904ec54b2677b46e", "level": "none", "message": {"text": "Commented-code block (5 lines) in asmita/tests/unit/pdq-reference-vectors.test.ts:12"}, "properties": {"repobilityId": "bf4046fd493481d2", "scanner": "scanner-primary", "fingerprint": "904ec54b2677b46e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3586ba655f22702c", "level": "none", "message": {"text": "Commented-code block (6 lines) in asmita/tests/unit/notice-template-seeds.test.ts:9"}, "properties": {"repobilityId": "d2e19f9120f536f2", "scanner": "scanner-primary", "fingerprint": "3586ba655f22702c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f49c14a70e254b51", "level": "none", "message": {"text": "Commented-code block (5 lines) in asmita/prisma/template-seeds.ts:3"}, "properties": {"repobilityId": "9fd56b099150d826", "scanner": "scanner-primary", "fingerprint": "f49c14a70e254b51", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4d9f7ee8160808c3", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 asmita/src/app/(victim)/submit/SubmitForm.tsx:66"}, "properties": {"repobilityId": "b6bb26eecad25b55", "scanner": "scanner-primary", "fingerprint": "4d9f7ee8160808c3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-321e82d74b341e69", "level": "none", "message": {"text": "Commented-code block (7 lines) in asmita/src/lib/email-html.ts:3"}, "properties": {"repobilityId": "5a690762b7612ae4", "scanner": "scanner-primary", "fingerprint": "321e82d74b341e69", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bdf442c41ea0c9fc", "level": "none", "message": {"text": "Commented-code block (9 lines) in asmita/src/lib/hash-dispatch.ts:13"}, "properties": {"repobilityId": "22abf400d8261698", "scanner": "scanner-primary", "fingerprint": "bdf442c41ea0c9fc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ddba79dad0fa2034", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 asmita/src/lib/client-csrf.ts:17"}, "properties": {"repobilityId": "c29ff954d0231ec9", "scanner": "scanner-primary", "fingerprint": "ddba79dad0fa2034", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3987bcbc598709e3", "level": "none", "message": {"text": "Commented-code block (5 lines) in asmita/src/lib/email.ts:115"}, "properties": {"repobilityId": "cf48e65f7205ac9c", "scanner": "scanner-primary", "fingerprint": "3987bcbc598709e3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9015494cddf4c845", "level": "none", "message": {"text": "Commented-code block (5 lines) in asmita/src/lib/escalation-engine.ts:171"}, "properties": {"repobilityId": "3a959710f128c59c", "scanner": "scanner-primary", "fingerprint": "9015494cddf4c845", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d0b17c8c07a7421d", "level": "note", "message": {"text": "8 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "17fe720e8247f9df", "scanner": "scanner-primary", "fingerprint": "d0b17c8c07a7421d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}