{"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-84a86b1e48182192", "name": "Stray `console.log` in TS/JS \u2014 src/components/compose/__tests__/composer-adapt-flow-persist.test.tsx:222", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/components/compose/__tests__/composer-adapt-flow-persist.test.tsx:222"}, "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-3578ed3284a5bc0c", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/seo/json-ld.tsx:27", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/seo/json-ld.tsx:27"}, "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-706d75ad04beb5b7", "name": "Privileged port 17 in use", "shortDescription": {"text": "Privileged port 17 in use"}, "fullDescription": {"text": "Port 17 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f28b501979aa70ae", "name": "Insecure pattern 'node_child_process' in scripts/gen-brand-icons.mjs:19", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/gen-brand-icons.mjs:19"}, "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-dc49914216f75af8", "name": "Insecure pattern 'node_child_process' in scripts/security/osv-gate.test.mjs:15", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/security/osv-gate.test.mjs:15"}, "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-35b0c2f331b3ccaa", "name": "Insecure pattern 'direct_innerhtml_assignment' in mockup/assets/ui.jsx:14", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in mockup/assets/ui.jsx:14"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4030fea9b32331e0", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/seo/json-ld.tsx:27", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/seo/json-ld.tsx:27"}, "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-ed0bed4e8b2d2248", "name": "Insecure pattern 'eval_used' in src/lib/__tests__/csp.test.ts:47", "shortDescription": {"text": "Insecure pattern 'eval_used' in src/lib/__tests__/csp.test.ts:47"}, "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-cc8b6f0eb89afa98", "name": "Possible secret in e2e/fixtures.ts", "shortDescription": {"text": "Possible secret in e2e/fixtures.ts"}, "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-cb639d9a10a47b23", "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-6974afb12b85f1c8", "name": "Very large file: src/components/compose/composer-client.tsx (1366 lines)", "shortDescription": {"text": "Very large file: src/components/compose/composer-client.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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 11 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 80 placeholder/mock markers across 36 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-cf46da7f9853731f", "name": "Commented-code block (5 lines) in playwright.config.ts:11", "shortDescription": {"text": "Commented-code block (5 lines) in playwright.config.ts:11"}, "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-37ed3283faea1f25", "name": "Commented-code block (5 lines) in scripts/security/osv-gate.mjs:4", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/security/osv-gate.mjs: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}}, {"id": "scanner-62f0fd4f6b0692ae", "name": "Commented-code block (5 lines) in mockup/assets/reveal.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in mockup/assets/reveal.js: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-5dc7de9dcf5eedf3", "name": "Commented-code block (7 lines) in mockup/assets/tweaks-panel.jsx:16", "shortDescription": {"text": "Commented-code block (7 lines) in mockup/assets/tweaks-panel.jsx:16"}, "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-8d8e9a1b97623946", "name": "Commented-code block (7 lines) in src/components/compose/composer-client.tsx:101", "shortDescription": {"text": "Commented-code block (7 lines) in src/components/compose/composer-client.tsx:101"}, "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-bea4f81dd918b1e4", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/compose/composer-client.tsx:327", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/compose/composer-client.tsx:327"}, "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-631867a576ddd67b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/app/timezone-capture.tsx:22", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/app/timezone-capture.tsx:22"}, "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-7078f31971de17e9", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/billing/use-billing-gate.ts:17", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/billing/use-billing-gate.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-177679e827af0ae1", "name": "Commented-code block (5 lines) in src/components/calendar/post-chip.tsx:181", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/calendar/post-chip.tsx:181"}, "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-e1754608a9fb734a", "name": "Commented-code block (5 lines) in src/app/api/posts/route.ts:51", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/api/posts/route.ts:51"}, "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-26edce3645b17bc7", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/posts/route.ts:31", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/posts/route.ts:31"}, "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-7a3a3dd6d89e2c05", "name": "Commented-code block (7 lines) in src/app/[locale]/(app)/layout.tsx:61", "shortDescription": {"text": "Commented-code block (7 lines) in src/app/[locale]/(app)/layout.tsx:61"}, "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-214d3ac64cabb937", "name": "Commented-code block (7 lines) in src/app/[locale]/(app)/compose/page.tsx:122", "shortDescription": {"text": "Commented-code block (7 lines) in src/app/[locale]/(app)/compose/page.tsx:122"}, "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-ee8b5762f1cb7529", "name": "Commented-code block (13 lines) in src/app/[locale]/(app)/posts/[id]/page.tsx:64", "shortDescription": {"text": "Commented-code block (13 lines) in src/app/[locale]/(app)/posts/[id]/page.tsx:64"}, "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-deed2984ab92b6c3", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/__tests__/media-upload.test.ts:90", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/__tests__/media-upload.test.ts:90"}, "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-70425d3f5dd8ef41", "name": "Commented-code block (9 lines) in src/lib/compose/adapt-post.ts:202", "shortDescription": {"text": "Commented-code block (9 lines) in src/lib/compose/adapt-post.ts:202"}, "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-5913f8be2de805aa", "name": "Commented-code block (13 lines) in src/lib/compose/draft.ts:240", "shortDescription": {"text": "Commented-code block (13 lines) in src/lib/compose/draft.ts:240"}, "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-34f2eb676a7d1ce6", "name": "Commented-code block (5 lines) in src/lib/compose/posts-body-schema.ts:52", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/compose/posts-body-schema.ts:52"}, "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-8bbe63ed8de8477c", "name": "Commented-code block (6 lines) in src/lib/platforms/linkedin/index.ts:37", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/platforms/linkedin/index.ts:37"}, "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-d29a3d493036b3be", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/platforms/linkedin/index.ts:64", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/platforms/linkedin/index.ts:64"}, "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-4342ca2e14174191", "name": "Commented-code block (7 lines) in src/lib/publish-core/index.ts:95", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/publish-core/index.ts:95"}, "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-9dd2cd66aa965c4c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/devto.ts:25", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/devto.ts:25"}, "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-e0d264ef0c4e0695", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/linkedin.ts:90", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/linkedin.ts:90"}, "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-ffaadbb3a2cfe412", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/supabase.ts:15", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/supabase.ts:15"}, "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-9b337f67c232e99a", "name": "Commented-code block (5 lines) in src/lib/services/resend.ts:109", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/services/resend.ts:109"}, "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-8e047ab7af03962f", "name": "7 env vars used in code but missing from .env.example", "shortDescription": {"text": "7 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `CI`, `E2E_PROD`, `GITHUB_STEP_SUMMARY`, `KV_REST_API_TOKEN`, `KV_REST_API_URL`, `NODE_ENV`, `OSV_SCANNER_OUTCOME`. 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/17778"}, "properties": {"repository": "RakhimovY/postmine", "repoUrl": "https://github.com/RakhimovY/postmine", "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-84a86b1e48182192", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/components/compose/__tests__/composer-adapt-flow-persist.test.tsx:222"}, "properties": {"repobilityId": "706ce71501ce5cda", "scanner": "scanner-primary", "fingerprint": "84a86b1e48182192", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-3578ed3284a5bc0c", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/seo/json-ld.tsx:27"}, "properties": {"repobilityId": "55764ea7310258e2", "scanner": "scanner-primary", "fingerprint": "3578ed3284a5bc0c", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-706d75ad04beb5b7", "level": "warning", "message": {"text": "Privileged port 17 in use"}, "properties": {"repobilityId": "0bf38fb8f89ec589", "scanner": "scanner-primary", "fingerprint": "706d75ad04beb5b7", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/codeql.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f28b501979aa70ae", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/gen-brand-icons.mjs:19"}, "properties": {"repobilityId": "793cddf4bd98e74b", "scanner": "scanner-primary", "fingerprint": "f28b501979aa70ae", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/gen-brand-icons.mjs"}, "region": {"startLine": 19}}}]}, {"ruleId": "scanner-dc49914216f75af8", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/security/osv-gate.test.mjs:15"}, "properties": {"repobilityId": "837160f8be974605", "scanner": "scanner-primary", "fingerprint": "dc49914216f75af8", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/security/osv-gate.test.mjs"}, "region": {"startLine": 15}}}]}, {"ruleId": "scanner-35b0c2f331b3ccaa", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in mockup/assets/ui.jsx:14"}, "properties": {"repobilityId": "2c243bfb0f604251", "scanner": "scanner-primary", "fingerprint": "35b0c2f331b3ccaa", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "mockup/assets/ui.jsx"}, "region": {"startLine": 14}}}]}, {"ruleId": "scanner-4030fea9b32331e0", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/seo/json-ld.tsx:27"}, "properties": {"repobilityId": "66802a6a4855f316", "scanner": "scanner-primary", "fingerprint": "4030fea9b32331e0", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/seo/json-ld.tsx"}, "region": {"startLine": 27}}}]}, {"ruleId": "scanner-ed0bed4e8b2d2248", "level": "error", "message": {"text": "Insecure pattern 'eval_used' in src/lib/__tests__/csp.test.ts:47"}, "properties": {"repobilityId": "195be907fa11df78", "scanner": "scanner-primary", "fingerprint": "ed0bed4e8b2d2248", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "eval_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/lib/__tests__/csp.test.ts"}, "region": {"startLine": 47}}}]}, {"ruleId": "scanner-cc8b6f0eb89afa98", "level": "error", "message": {"text": "Possible secret in e2e/fixtures.ts"}, "properties": {"repobilityId": "2457b1cddf5b0cce", "scanner": "scanner-primary", "fingerprint": "cc8b6f0eb89afa98", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "e2e/fixtures.ts"}, "region": {"startLine": 32}}}]}, {"ruleId": "scanner-cb639d9a10a47b23", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "b86179956da3a4a8", "scanner": "scanner-primary", "fingerprint": "cb639d9a10a47b23", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "npm", "install-scripts"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-6974afb12b85f1c8", "level": "note", "message": {"text": "Very large file: src/components/compose/composer-client.tsx (1366 lines)"}, "properties": {"repobilityId": "5139c8c790126581", "scanner": "scanner-primary", "fingerprint": "6974afb12b85f1c8", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "8ef329db63974a83", "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": "0bde0c2a3d050a90", "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": "beac801cb8e498b4", "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": "81918d796a4f9174", "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": "08fb49bc1b9d7a2d", "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-cf46da7f9853731f", "level": "none", "message": {"text": "Commented-code block (5 lines) in playwright.config.ts:11"}, "properties": {"repobilityId": "aad4da8b7cb9e4ab", "scanner": "scanner-primary", "fingerprint": "cf46da7f9853731f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-37ed3283faea1f25", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/security/osv-gate.mjs:4"}, "properties": {"repobilityId": "111b4a4789c51fdf", "scanner": "scanner-primary", "fingerprint": "37ed3283faea1f25", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-62f0fd4f6b0692ae", "level": "none", "message": {"text": "Commented-code block (5 lines) in mockup/assets/reveal.js:1"}, "properties": {"repobilityId": "3b00433d38451ca8", "scanner": "scanner-primary", "fingerprint": "62f0fd4f6b0692ae", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5dc7de9dcf5eedf3", "level": "none", "message": {"text": "Commented-code block (7 lines) in mockup/assets/tweaks-panel.jsx:16"}, "properties": {"repobilityId": "436917a96f1fc6d8", "scanner": "scanner-primary", "fingerprint": "5dc7de9dcf5eedf3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8d8e9a1b97623946", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/components/compose/composer-client.tsx:101"}, "properties": {"repobilityId": "0d6dc32d44a404e7", "scanner": "scanner-primary", "fingerprint": "8d8e9a1b97623946", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bea4f81dd918b1e4", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/compose/composer-client.tsx:327"}, "properties": {"repobilityId": "406ec032cdba3cc9", "scanner": "scanner-primary", "fingerprint": "bea4f81dd918b1e4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-631867a576ddd67b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/app/timezone-capture.tsx:22"}, "properties": {"repobilityId": "caf2ed78766d1006", "scanner": "scanner-primary", "fingerprint": "631867a576ddd67b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-7078f31971de17e9", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/billing/use-billing-gate.ts:17"}, "properties": {"repobilityId": "29cb4e924574790c", "scanner": "scanner-primary", "fingerprint": "7078f31971de17e9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-177679e827af0ae1", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/calendar/post-chip.tsx:181"}, "properties": {"repobilityId": "9d2d63fb15d4e7d0", "scanner": "scanner-primary", "fingerprint": "177679e827af0ae1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e1754608a9fb734a", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/api/posts/route.ts:51"}, "properties": {"repobilityId": "acf2149382b7f26b", "scanner": "scanner-primary", "fingerprint": "e1754608a9fb734a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-26edce3645b17bc7", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/posts/route.ts:31"}, "properties": {"repobilityId": "fc01290dda457799", "scanner": "scanner-primary", "fingerprint": "26edce3645b17bc7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-7a3a3dd6d89e2c05", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/app/[locale]/(app)/layout.tsx:61"}, "properties": {"repobilityId": "1bef8064e5848a2c", "scanner": "scanner-primary", "fingerprint": "7a3a3dd6d89e2c05", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-214d3ac64cabb937", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/app/[locale]/(app)/compose/page.tsx:122"}, "properties": {"repobilityId": "dec4b8bf8fd47384", "scanner": "scanner-primary", "fingerprint": "214d3ac64cabb937", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ee8b5762f1cb7529", "level": "none", "message": {"text": "Commented-code block (13 lines) in src/app/[locale]/(app)/posts/[id]/page.tsx:64"}, "properties": {"repobilityId": "880ae717376dc7c9", "scanner": "scanner-primary", "fingerprint": "ee8b5762f1cb7529", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-deed2984ab92b6c3", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/__tests__/media-upload.test.ts:90"}, "properties": {"repobilityId": "774dcce7fd85aa27", "scanner": "scanner-primary", "fingerprint": "deed2984ab92b6c3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-70425d3f5dd8ef41", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/lib/compose/adapt-post.ts:202"}, "properties": {"repobilityId": "c76b17d398a92373", "scanner": "scanner-primary", "fingerprint": "70425d3f5dd8ef41", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5913f8be2de805aa", "level": "none", "message": {"text": "Commented-code block (13 lines) in src/lib/compose/draft.ts:240"}, "properties": {"repobilityId": "8f459f1f369adf51", "scanner": "scanner-primary", "fingerprint": "5913f8be2de805aa", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-34f2eb676a7d1ce6", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/compose/posts-body-schema.ts:52"}, "properties": {"repobilityId": "909ec0bd05f599ad", "scanner": "scanner-primary", "fingerprint": "34f2eb676a7d1ce6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8bbe63ed8de8477c", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/platforms/linkedin/index.ts:37"}, "properties": {"repobilityId": "a27a349f2fcaeb55", "scanner": "scanner-primary", "fingerprint": "8bbe63ed8de8477c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d29a3d493036b3be", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/platforms/linkedin/index.ts:64"}, "properties": {"repobilityId": "b06582dfcc1e56d6", "scanner": "scanner-primary", "fingerprint": "d29a3d493036b3be", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-4342ca2e14174191", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/publish-core/index.ts:95"}, "properties": {"repobilityId": "33eaaa55e397df06", "scanner": "scanner-primary", "fingerprint": "4342ca2e14174191", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9dd2cd66aa965c4c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/devto.ts:25"}, "properties": {"repobilityId": "8ed68e5de6722b70", "scanner": "scanner-primary", "fingerprint": "9dd2cd66aa965c4c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-e0d264ef0c4e0695", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/linkedin.ts:90"}, "properties": {"repobilityId": "d60f851cf4dce776", "scanner": "scanner-primary", "fingerprint": "e0d264ef0c4e0695", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-ffaadbb3a2cfe412", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/services/supabase.ts:15"}, "properties": {"repobilityId": "af5f92e2b976721d", "scanner": "scanner-primary", "fingerprint": "ffaadbb3a2cfe412", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-9b337f67c232e99a", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/services/resend.ts:109"}, "properties": {"repobilityId": "74614ff373ac6706", "scanner": "scanner-primary", "fingerprint": "9b337f67c232e99a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8e047ab7af03962f", "level": "note", "message": {"text": "7 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "5a0455f6498c27ad", "scanner": "scanner-primary", "fingerprint": "8e047ab7af03962f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}