{"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-5f726b709de0ecb0", "name": "Stray `console.log` in TS/JS \u2014 apps/web/app/api/export/route.ts:83", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/web/app/api/export/route.ts:83"}, "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-404f6fa0e061fcc0", "name": "Stray `console.log` in TS/JS \u2014 apps/web/app/api/cv/vision/route.ts:103", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/web/app/api/cv/vision/route.ts:103"}, "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-5c831e1122859506", "name": "Stray `console.log` in TS/JS \u2014 apps/web/app/api/cv/extract/route.ts:29", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/web/app/api/cv/extract/route.ts:29"}, "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-a796561157357a0e", "name": "Stray `console.log` in TS/JS \u2014 apps/web/app/api/generate/route.ts:154", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/web/app/api/generate/route.ts:154"}, "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-d8bec11d50518fa1", "name": "Stray `console.log` in TS/JS \u2014 apps/web/app/api/posting/route.ts:63", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/web/app/api/posting/route.ts:63"}, "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-0238c3a2b9af4eda", "name": "Stray `console.log` in TS/JS \u2014 apps/web/test/e2e-export.test.ts:63", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/web/test/e2e-export.test.ts:63"}, "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-93e02e0d67c8f3e8", "name": "Docker base image is tag-pinned but not digest-pinned: node:22-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:22-slim"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d035a9c682d4ab77", "name": "Insecure pattern 'node_child_process' in apps/web/app/api/fonts/route.ts:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in apps/web/app/api/fonts/route.ts:1"}, "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-90030587283b5e48", "name": "Insecure pattern 'node_child_process' in apps/web/app/api/generate/route.ts:2", "shortDescription": {"text": "Insecure pattern 'node_child_process' in apps/web/app/api/generate/route.ts:2"}, "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-eec77b170d867795", "name": "Insecure pattern 'node_child_process' in apps/web/app/api/models/route.ts:2", "shortDescription": {"text": "Insecure pattern 'node_child_process' in apps/web/app/api/models/route.ts:2"}, "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-86745d1647617921", "name": "Possible secret in apps/web/test/resolveRunner.test.ts", "shortDescription": {"text": "Possible secret in apps/web/test/resolveRunner.test.ts"}, "fullDescription": {"text": "Detected pattern matching openai_or_anthropic_key. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-5ee18b69e94c1aec", "name": "Insecure pattern 'node_child_process' in apps/web/lib/server/cvExtract.ts:5", "shortDescription": {"text": "Insecure pattern 'node_child_process' in apps/web/lib/server/cvExtract.ts:5"}, "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-11e942bf524c4f51", "name": "Insecure pattern 'node_child_process' in apps/web/lib/server/cvVision.ts:11", "shortDescription": {"text": "Insecure pattern 'node_child_process' in apps/web/lib/server/cvVision.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-a83ae240a572bc5f", "name": "Insecure pattern 'node_child_process' in apps/web/lib/server/typstExport.ts:8", "shortDescription": {"text": "Insecure pattern 'node_child_process' in apps/web/lib/server/typstExport.ts:8"}, "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-0cf3de93b3825900", "name": "Very large file: apps/web/app/apply/page.tsx (1366 lines)", "shortDescription": {"text": "Very large file: apps/web/app/apply/page.tsx (1366 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-28e92806c0db3cd2", "name": "Node manifest has dependencies but no lockfile: packages/core/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/core/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4a9eb7dc7c6e3880", "name": "Node manifest has dependencies but no lockfile: apps/web/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/web/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "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 17 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 82 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-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-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing lockfile. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-95eec52b1906bc26", "name": "Commented-code block (7 lines) in packages/core/src/aiauth.ts:1", "shortDescription": {"text": "Commented-code block (7 lines) in packages/core/src/aiauth.ts:1"}, "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-5a514a42977eab81", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/app/apply/page.tsx:176", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/app/apply/page.tsx:176"}, "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-786c4d3ff07b2e9e", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/app/api/posting/route.ts:4", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/app/api/posting/route.ts:4"}, "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-151de4ecded6a9c8", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/app/api/models/route.ts:46", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/app/api/models/route.ts:46"}, "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-539a0f789535a277", "name": "Network/subprocess call without timeout or try/except \u2014 apps/web/tools/ats/validate_ats.py:54", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 apps/web/tools/ats/validate_ats.py:54"}, "fullDescription": {"text": "`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-7d26d2fc81b9e0ce", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/components/CVBuilder.tsx:66", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/components/CVBuilder.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-b063f9ad1d9091fd", "name": "Commented-code block (6 lines) in apps/web/lib/pickerModels.ts:127", "shortDescription": {"text": "Commented-code block (6 lines) in apps/web/lib/pickerModels.ts:127"}, "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-87a70775cac40359", "name": "Commented-code block (5 lines) in apps/web/lib/server/cvVision.ts:5", "shortDescription": {"text": "Commented-code block (5 lines) in apps/web/lib/server/cvVision.ts:5"}, "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-d55f10062bf03c41", "name": "Commented-code block (6 lines) in apps/web/lib/server/typstExport.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in apps/web/lib/server/typstExport.ts:1"}, "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/24867"}, "properties": {"repository": "celloopa/ghosted-web", "repoUrl": "https://github.com/celloopa/ghosted-web", "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-5f726b709de0ecb0", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/web/app/api/export/route.ts:83"}, "properties": {"repobilityId": "ab356300e52727f8", "scanner": "scanner-primary", "fingerprint": "5f726b709de0ecb0", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-404f6fa0e061fcc0", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/web/app/api/cv/vision/route.ts:103"}, "properties": {"repobilityId": "ca892e2b650c465d", "scanner": "scanner-primary", "fingerprint": "404f6fa0e061fcc0", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-5c831e1122859506", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/web/app/api/cv/extract/route.ts:29"}, "properties": {"repobilityId": "f0e1af32b8db685a", "scanner": "scanner-primary", "fingerprint": "5c831e1122859506", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-a796561157357a0e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/web/app/api/generate/route.ts:154"}, "properties": {"repobilityId": "b502f2c17fb80689", "scanner": "scanner-primary", "fingerprint": "a796561157357a0e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d8bec11d50518fa1", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/web/app/api/posting/route.ts:63"}, "properties": {"repobilityId": "ff685e671094b4ab", "scanner": "scanner-primary", "fingerprint": "d8bec11d50518fa1", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-0238c3a2b9af4eda", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/web/test/e2e-export.test.ts:63"}, "properties": {"repobilityId": "a42ea68741231897", "scanner": "scanner-primary", "fingerprint": "0238c3a2b9af4eda", "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-93e02e0d67c8f3e8", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:22-slim"}, "properties": {"repobilityId": "a6f3dba9bcd196ab", "scanner": "scanner-primary", "fingerprint": "93e02e0d67c8f3e8", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 6}}}]}, {"ruleId": "scanner-93e02e0d67c8f3e8", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:22-slim"}, "properties": {"repobilityId": "5310073d44531a34", "scanner": "scanner-primary", "fingerprint": "93e02e0d67c8f3e8", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 35}}}]}, {"ruleId": "scanner-d035a9c682d4ab77", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in apps/web/app/api/fonts/route.ts:1"}, "properties": {"repobilityId": "d1246727b1f59f43", "scanner": "scanner-primary", "fingerprint": "d035a9c682d4ab77", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/web/app/api/fonts/route.ts"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-90030587283b5e48", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in apps/web/app/api/generate/route.ts:2"}, "properties": {"repobilityId": "f25822c6a21f37b2", "scanner": "scanner-primary", "fingerprint": "90030587283b5e48", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/web/app/api/generate/route.ts"}, "region": {"startLine": 2}}}]}, {"ruleId": "scanner-eec77b170d867795", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in apps/web/app/api/models/route.ts:2"}, "properties": {"repobilityId": "67a5875f5c168850", "scanner": "scanner-primary", "fingerprint": "eec77b170d867795", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/web/app/api/models/route.ts"}, "region": {"startLine": 2}}}]}, {"ruleId": "scanner-86745d1647617921", "level": "error", "message": {"text": "Possible secret in apps/web/test/resolveRunner.test.ts"}, "properties": {"repobilityId": "ee314a8b62e35219", "scanner": "scanner-primary", "fingerprint": "86745d1647617921", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/web/test/resolveRunner.test.ts"}, "region": {"startLine": 7}}}]}, {"ruleId": "scanner-5ee18b69e94c1aec", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in apps/web/lib/server/cvExtract.ts:5"}, "properties": {"repobilityId": "71ec995caf4e5516", "scanner": "scanner-primary", "fingerprint": "5ee18b69e94c1aec", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/web/lib/server/cvExtract.ts"}, "region": {"startLine": 5}}}]}, {"ruleId": "scanner-11e942bf524c4f51", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in apps/web/lib/server/cvVision.ts:11"}, "properties": {"repobilityId": "330fbd2b12819a58", "scanner": "scanner-primary", "fingerprint": "11e942bf524c4f51", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/web/lib/server/cvVision.ts"}, "region": {"startLine": 11}}}]}, {"ruleId": "scanner-a83ae240a572bc5f", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in apps/web/lib/server/typstExport.ts:8"}, "properties": {"repobilityId": "0ed72cf14db7d09c", "scanner": "scanner-primary", "fingerprint": "a83ae240a572bc5f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/web/lib/server/typstExport.ts"}, "region": {"startLine": 8}}}]}, {"ruleId": "scanner-0cf3de93b3825900", "level": "note", "message": {"text": "Very large file: apps/web/app/apply/page.tsx (1366 lines)"}, "properties": {"repobilityId": "b5edd7010c656204", "scanner": "scanner-primary", "fingerprint": "0cf3de93b3825900", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-28e92806c0db3cd2", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/core/package.json"}, "properties": {"repobilityId": "8640e46be7e3f9b2", "scanner": "scanner-primary", "fingerprint": "28e92806c0db3cd2", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/core/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4a9eb7dc7c6e3880", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/web/package.json"}, "properties": {"repobilityId": "6c1704bf24cf19ac", "scanner": "scanner-primary", "fingerprint": "4a9eb7dc7c6e3880", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/web/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "fe78aad211f8558b", "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": "62dd9c2759e1d7e2", "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": "1a600546e36ec932", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "02741adfa61cbc3d", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-95eec52b1906bc26", "level": "none", "message": {"text": "Commented-code block (7 lines) in packages/core/src/aiauth.ts:1"}, "properties": {"repobilityId": "e4c399aeb6d91dbb", "scanner": "scanner-primary", "fingerprint": "95eec52b1906bc26", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5a514a42977eab81", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/app/apply/page.tsx:176"}, "properties": {"repobilityId": "6ae5aae529a02f06", "scanner": "scanner-primary", "fingerprint": "5a514a42977eab81", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-786c4d3ff07b2e9e", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/app/api/posting/route.ts:4"}, "properties": {"repobilityId": "e94c3c8e3ecf5ec5", "scanner": "scanner-primary", "fingerprint": "786c4d3ff07b2e9e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-151de4ecded6a9c8", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/app/api/models/route.ts:46"}, "properties": {"repobilityId": "bb59863bf84ab4f4", "scanner": "scanner-primary", "fingerprint": "151de4ecded6a9c8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-539a0f789535a277", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 apps/web/tools/ats/validate_ats.py:54"}, "properties": {"repobilityId": "ca0049a3c9e89b45", "scanner": "scanner-primary", "fingerprint": "539a0f789535a277", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-7d26d2fc81b9e0ce", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/components/CVBuilder.tsx:66"}, "properties": {"repobilityId": "a6b98eb9fbefc8fa", "scanner": "scanner-primary", "fingerprint": "7d26d2fc81b9e0ce", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b063f9ad1d9091fd", "level": "none", "message": {"text": "Commented-code block (6 lines) in apps/web/lib/pickerModels.ts:127"}, "properties": {"repobilityId": "4f761e2d491b97bc", "scanner": "scanner-primary", "fingerprint": "b063f9ad1d9091fd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-87a70775cac40359", "level": "none", "message": {"text": "Commented-code block (5 lines) in apps/web/lib/server/cvVision.ts:5"}, "properties": {"repobilityId": "46184eb0491462cc", "scanner": "scanner-primary", "fingerprint": "87a70775cac40359", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d55f10062bf03c41", "level": "none", "message": {"text": "Commented-code block (6 lines) in apps/web/lib/server/typstExport.ts:1"}, "properties": {"repobilityId": "696b2db16337c5b2", "scanner": "scanner-primary", "fingerprint": "d55f10062bf03c41", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}