{"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-cce2a1044f841556", "name": "Stray `console.log` in TS/JS \u2014 scripts/x/browser-post.ts:63", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/x/browser-post.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-a71c1326a5cfcc2d", "name": "Stray `console.log` in TS/JS \u2014 scripts/x/post-articles.ts:244", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/x/post-articles.ts:244"}, "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-cd49c80a5cf822de", "name": "Stray `console.log` in TS/JS \u2014 scripts/x/run-slot.ts:30", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/x/run-slot.ts:30"}, "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-00c35fc30f3f5bb8", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 components/pages/ThemeArticlePage.tsx:119", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 components/pages/ThemeArticlePage.tsx:119"}, "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-ca8909bad558a6dd", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 components/pages/ArticlePage.tsx:208", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 components/pages/ArticlePage.tsx:208"}, "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-7e08c95aa836042f", "name": "`truncate` class without `title=` for hover reveal \u2014 packages/dev-console/src/client/DevConsoleClient.tsx:895", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 packages/dev-console/src/client/DevConsoleClient.tsx:895"}, "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-c5bff53118c36b5d", "name": "`truncate` class without `title=` for hover reveal \u2014 packages/dev-console/src/client/DevConsoleMessageImages.tsx:88", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 packages/dev-console/src/client/DevConsoleMessageImages.tsx:88"}, "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-90ddc332179a0bf4", "name": "`truncate` class without `title=` for hover reveal \u2014 packages/dev-console/src/client/DevAgentActivityPanel.tsx:41", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 packages/dev-console/src/client/DevAgentActivityPanel.tsx:41"}, "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-a68bb85b288ecbcb", "name": "Privileged port 150 in use", "shortDescription": {"text": "Privileged port 150 in use"}, "fullDescription": {"text": "Port 150 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-225f4f8a97db07d1", "name": "Runtime dotenv file present in repo: .env.local", "shortDescription": {"text": "Runtime dotenv file present in repo: .env.local"}, "fullDescription": {"text": "`.env.local` looks like a runtime dotenv file. It contains secret-looking assignments for NEXT_PUBLIC_SUPABASE_ANON_KEY, SUPABASE_SERVICE_ROLE_KEY, CURSOR_API_KEY. Move real values to a secret manager and keep only `.env.example` style templates in source control."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-7176e5d95d18d844", "name": "Runtime dotenv file present in repo: .env", "shortDescription": {"text": "Runtime dotenv file present in repo: .env"}, "fullDescription": {"text": "`.env` looks like a runtime dotenv file. It contains secret-looking assignments for VERCEL_TOKEN, SUPABASE_ANON_KEY, SUPABASE_SERVICE_ROLE_KEY, SUPABASE_DB_PASSWORD, CURSOR_API_KEY. Move real values to a secret manager and keep only `.env.example` style templates in source control."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-9ca0ef921f141328", "name": "Insecure pattern 'dangerous_innerhtml' in components/pages/ThemeArticlePage.tsx:119", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in components/pages/ThemeArticlePage.tsx:119"}, "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-336fbd372d14b924", "name": "Insecure pattern 'dangerous_innerhtml' in components/pages/ArticlePage.tsx:208", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in components/pages/ArticlePage.tsx:208"}, "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-52c245a84e647475", "name": "Insecure pattern 'node_child_process' in app/api/dev/health/route.ts:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in app/api/dev/health/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-69f0da9108cc7211", "name": "Insecure pattern 'node_child_process' in packages/dev-console/src/server/deploy.ts:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in packages/dev-console/src/server/deploy.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-cc95ac5c6df4a9fa", "name": "Insecure pattern 'node_child_process' in packages/dev-console/src/server/chat.ts:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in packages/dev-console/src/server/chat.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-2e9595d9744e6716", "name": "Insecure pattern 'direct_innerhtml_assignment' in prototypes/pattern-c-zapier/index.html:328", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in prototypes/pattern-c-zapier/index.html:328"}, "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-068c4e5e88c7a7fc", "name": "Insecure pattern 'direct_innerhtml_assignment' in prototypes/pattern-b-notion/index.html:332", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in prototypes/pattern-b-notion/index.html:332"}, "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-e040d9e1a20f5600", "name": "Insecure pattern 'direct_innerhtml_assignment' in prototypes/pattern-a-wired/index.html:281", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in prototypes/pattern-a-wired/index.html:281"}, "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-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 111 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-1b93d2ec74263a03", "name": "Node manifest has dependencies but no lockfile: packages/dev-console/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/dev-console/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 54 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 32 placeholder/mock markers across 20 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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, tests, lockfile. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "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 license, ci, tests, 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-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-2c5f98b152cddb6d", "name": "Agent authority lacks a verifier contract: .claude/launch.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/launch.json"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1368b83019d47710", "name": "Agent authority lacks a verifier contract: .cursor/rules/bug-registration.mdc", "shortDescription": {"text": "Agent authority lacks a verifier contract: .cursor/rules/bug-registration.mdc"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-17ddfbdf80b2d756", "name": "Network/subprocess call without timeout or try/except \u2014 ai_media_agent/dev_agent.py:65", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 ai_media_agent/dev_agent.py:65"}, "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-99d404b3edd7a2f7", "name": "Commented-code block (7 lines) in scripts/x/browser-post.ts:90", "shortDescription": {"text": "Commented-code block (7 lines) in scripts/x/browser-post.ts:90"}, "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-9ea83229c047ddeb", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/x/post-articles.ts:27", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/x/post-articles.ts:27"}, "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-b42cceaa205f4f32", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/x/article-media.ts:22", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/x/article-media.ts: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-af94acd1bd704427", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/articles/upsert-articles.mjs:289", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/articles/upsert-articles.mjs:289"}, "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-88e4449847e9bbd6", "name": "Legacy-named symbol `prompt__copy` in components/ziraku/ZirakuMembersContent.tsx:71", "shortDescription": {"text": "Legacy-named symbol `prompt__copy` in components/ziraku/ZirakuMembersContent.tsx:71"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f675b84a9bee8334", "name": "Legacy-named symbol `sensor_dev_console_sessions_v1` in packages/dev-console/src/config.ts:33", "shortDescription": {"text": "Legacy-named symbol `sensor_dev_console_sessions_v1` in packages/dev-console/src/config.ts:33"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-948519619b547616", "name": "`fetch()` without try/.catch or AbortSignal \u2014 packages/dev-console/src/client/DevConsoleClient.tsx:447", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 packages/dev-console/src/client/DevConsoleClient.tsx:447"}, "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-53a1540557cccba6", "name": "`fetch()` without try/.catch or AbortSignal \u2014 packages/dev-console/src/client/DevConsoleMessageImages.tsx:14", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 packages/dev-console/src/client/DevConsoleMessageImages.tsx:14"}, "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-70fcae2d13c708b6", "name": "17 env vars used in code but missing from .env.example", "shortDescription": {"text": "17 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `CURSOR_SDK_MODEL`, `DEV_CONSOLE_BACKEND_URL`, `DEV_CONSOLE_BUILD_SCRIPT`, `DEV_CONSOLE_PYTHON`, `NEXT_PUBLIC_BASE_PATH`, `NEXT_PUBLIC_SUPABASE_ANON_KEY`, `NEXT_PUBLIC_SUPABASE_URL`, `X_ACCESS_TOKEN` + 9 more. 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/23667"}, "properties": {"repository": "ZIRAKU-SW/ai-media-prototype", "repoUrl": "https://github.com/ZIRAKU-SW/ai-media-prototype", "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-cce2a1044f841556", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/x/browser-post.ts:63"}, "properties": {"repobilityId": "b97f5575858a2426", "scanner": "scanner-primary", "fingerprint": "cce2a1044f841556", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-a71c1326a5cfcc2d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/x/post-articles.ts:244"}, "properties": {"repobilityId": "8487b9a3eb58c4cd", "scanner": "scanner-primary", "fingerprint": "a71c1326a5cfcc2d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-cd49c80a5cf822de", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/x/run-slot.ts:30"}, "properties": {"repobilityId": "860c44e28cd8c46a", "scanner": "scanner-primary", "fingerprint": "cd49c80a5cf822de", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-00c35fc30f3f5bb8", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 components/pages/ThemeArticlePage.tsx:119"}, "properties": {"repobilityId": "24d16c671b39de1b", "scanner": "scanner-primary", "fingerprint": "00c35fc30f3f5bb8", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-ca8909bad558a6dd", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 components/pages/ArticlePage.tsx:208"}, "properties": {"repobilityId": "2965a51e42369962", "scanner": "scanner-primary", "fingerprint": "ca8909bad558a6dd", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-7e08c95aa836042f", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 packages/dev-console/src/client/DevConsoleClient.tsx:895"}, "properties": {"repobilityId": "c0eef379519ec189", "scanner": "scanner-primary", "fingerprint": "7e08c95aa836042f", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-c5bff53118c36b5d", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 packages/dev-console/src/client/DevConsoleMessageImages.tsx:88"}, "properties": {"repobilityId": "1cf4f3f9281e25a4", "scanner": "scanner-primary", "fingerprint": "c5bff53118c36b5d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-90ddc332179a0bf4", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 packages/dev-console/src/client/DevAgentActivityPanel.tsx:41"}, "properties": {"repobilityId": "da80c9651edbd25a", "scanner": "scanner-primary", "fingerprint": "90ddc332179a0bf4", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-a68bb85b288ecbcb", "level": "warning", "message": {"text": "Privileged port 150 in use"}, "properties": {"repobilityId": "06dfcea24ef263cd", "scanner": "scanner-primary", "fingerprint": "a68bb85b288ecbcb", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/oceanosfleet/open-vm-firewall-for-oceanos.sh"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-225f4f8a97db07d1", "level": "error", "message": {"text": "Runtime dotenv file present in repo: .env.local"}, "properties": {"repobilityId": "a6b37d8a97ca199c", "scanner": "scanner-primary", "fingerprint": "225f4f8a97db07d1", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets", "config", "env-file", "runtime-env", "env_file_with_secret"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".env.local"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-7176e5d95d18d844", "level": "error", "message": {"text": "Runtime dotenv file present in repo: .env"}, "properties": {"repobilityId": "4b9c737a445874ba", "scanner": "scanner-primary", "fingerprint": "7176e5d95d18d844", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets", "config", "env-file", "runtime-env", "env_file_with_secret"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".env"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-9ca0ef921f141328", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in components/pages/ThemeArticlePage.tsx:119"}, "properties": {"repobilityId": "c1fd2bce86fbcac4", "scanner": "scanner-primary", "fingerprint": "9ca0ef921f141328", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "components/pages/ThemeArticlePage.tsx"}, "region": {"startLine": 119}}}]}, {"ruleId": "scanner-336fbd372d14b924", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in components/pages/ArticlePage.tsx:208"}, "properties": {"repobilityId": "7d4d3627496d3981", "scanner": "scanner-primary", "fingerprint": "336fbd372d14b924", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "components/pages/ArticlePage.tsx"}, "region": {"startLine": 208}}}]}, {"ruleId": "scanner-52c245a84e647475", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in app/api/dev/health/route.ts:1"}, "properties": {"repobilityId": "8d71bd8f0f9faed3", "scanner": "scanner-primary", "fingerprint": "52c245a84e647475", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/api/dev/health/route.ts"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-69f0da9108cc7211", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in packages/dev-console/src/server/deploy.ts:1"}, "properties": {"repobilityId": "6d2e298fa1605bc9", "scanner": "scanner-primary", "fingerprint": "69f0da9108cc7211", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/dev-console/src/server/deploy.ts"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-cc95ac5c6df4a9fa", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in packages/dev-console/src/server/chat.ts:1"}, "properties": {"repobilityId": "3d5a9b1e6de7a821", "scanner": "scanner-primary", "fingerprint": "cc95ac5c6df4a9fa", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/dev-console/src/server/chat.ts"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2e9595d9744e6716", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in prototypes/pattern-c-zapier/index.html:328"}, "properties": {"repobilityId": "ba47ed9bb53bc1a8", "scanner": "scanner-primary", "fingerprint": "2e9595d9744e6716", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "prototypes/pattern-c-zapier/index.html"}, "region": {"startLine": 328}}}]}, {"ruleId": "scanner-068c4e5e88c7a7fc", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in prototypes/pattern-b-notion/index.html:332"}, "properties": {"repobilityId": "edfa6c02fae53d41", "scanner": "scanner-primary", "fingerprint": "068c4e5e88c7a7fc", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "prototypes/pattern-b-notion/index.html"}, "region": {"startLine": 332}}}]}, {"ruleId": "scanner-e040d9e1a20f5600", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in prototypes/pattern-a-wired/index.html:281"}, "properties": {"repobilityId": "4952343a9836fbb9", "scanner": "scanner-primary", "fingerprint": "e040d9e1a20f5600", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "prototypes/pattern-a-wired/index.html"}, "region": {"startLine": 281}}}]}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "8d3efe06bcd2e6b2", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-1b93d2ec74263a03", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/dev-console/package.json"}, "properties": {"repobilityId": "b9038436821e08f9", "scanner": "scanner-primary", "fingerprint": "1b93d2ec74263a03", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/dev-console/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "622c5be16f79a7da", "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": "71c70e20049d53ed", "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": "1a5ccd00dfb4d7f0", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "b94d0d21d325ad90", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "722a6328ac79d33d", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "67e4da4c040827f6", "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": "87c70482013627d6", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-2c5f98b152cddb6d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/launch.json"}, "properties": {"repobilityId": "0de48c0f4ab303d8", "scanner": "scanner-primary", "fingerprint": "2c5f98b152cddb6d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/launch.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1368b83019d47710", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .cursor/rules/bug-registration.mdc"}, "properties": {"repobilityId": "78e267b12a15f986", "scanner": "scanner-primary", "fingerprint": "1368b83019d47710", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "cursor_rule"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".cursor/rules/bug-registration.mdc"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-17ddfbdf80b2d756", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 ai_media_agent/dev_agent.py:65"}, "properties": {"repobilityId": "53f60b2331de38d8", "scanner": "scanner-primary", "fingerprint": "17ddfbdf80b2d756", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-99d404b3edd7a2f7", "level": "none", "message": {"text": "Commented-code block (7 lines) in scripts/x/browser-post.ts:90"}, "properties": {"repobilityId": "e720ff78cd113ffd", "scanner": "scanner-primary", "fingerprint": "99d404b3edd7a2f7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9ea83229c047ddeb", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/x/post-articles.ts:27"}, "properties": {"repobilityId": "c27f43fcc9fbefa8", "scanner": "scanner-primary", "fingerprint": "9ea83229c047ddeb", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b42cceaa205f4f32", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/x/article-media.ts:22"}, "properties": {"repobilityId": "45333c377cc51dbc", "scanner": "scanner-primary", "fingerprint": "b42cceaa205f4f32", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-af94acd1bd704427", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/articles/upsert-articles.mjs:289"}, "properties": {"repobilityId": "aa1e0e9b67201ca8", "scanner": "scanner-primary", "fingerprint": "af94acd1bd704427", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-88e4449847e9bbd6", "level": "note", "message": {"text": "Legacy-named symbol `prompt__copy` in components/ziraku/ZirakuMembersContent.tsx:71"}, "properties": {"repobilityId": "d506b9614bb10d7a", "scanner": "scanner-primary", "fingerprint": "88e4449847e9bbd6", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-f675b84a9bee8334", "level": "note", "message": {"text": "Legacy-named symbol `sensor_dev_console_sessions_v1` in packages/dev-console/src/config.ts:33"}, "properties": {"repobilityId": "85ec27e8500308b9", "scanner": "scanner-primary", "fingerprint": "f675b84a9bee8334", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-948519619b547616", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 packages/dev-console/src/client/DevConsoleClient.tsx:447"}, "properties": {"repobilityId": "70ddc6fbb8ca0439", "scanner": "scanner-primary", "fingerprint": "948519619b547616", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-53a1540557cccba6", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 packages/dev-console/src/client/DevConsoleMessageImages.tsx:14"}, "properties": {"repobilityId": "f0315105265c6e4e", "scanner": "scanner-primary", "fingerprint": "53a1540557cccba6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-70fcae2d13c708b6", "level": "note", "message": {"text": "17 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "f21675bed249619c", "scanner": "scanner-primary", "fingerprint": "70fcae2d13c708b6", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}