{"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-343098846174f5d6", "name": "Stray `console.log` in TS/JS \u2014 apps/sample-app/src/Home.tsx:22", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/sample-app/src/Home.tsx:22"}, "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-aec133acc4665bac", "name": "Stray `console.log` in TS/JS \u2014 apps/sample-app/e2e/auth.setup.ts:102", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/sample-app/e2e/auth.setup.ts:102"}, "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-165aa43aaf503fee", "name": "Stray `console.log` in TS/JS \u2014 apps/sample-app/e2e/auth.teardown.ts:35", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/sample-app/e2e/auth.teardown.ts:35"}, "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-abbb70151ed28569", "name": "Stray `console.log` in TS/JS \u2014 apps/playground/public/sw.js:20", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/playground/public/sw.js:20"}, "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-de191252c638a90e", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 apps/playground/public/ui/assets/index-Dpjw3OqJ.js:9", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 apps/playground/public/ui/assets/index-Dpjw3OqJ.js:9"}, "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-6a820dc871e0e9e1", "name": "Stray `console.log` in TS/JS \u2014 apps/nestjs-angular-sample/frontend/scripts/copy-descope-wc.js:18", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/nestjs-angular-sample/frontend/scripts/copy-descope-wc.js:18"}, "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-05f2e999319a254c", "name": "Stray `console.log` in TS/JS \u2014 apps/nestjs-angular-sample/backend/src/main.ts:16", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/nestjs-angular-sample/backend/src/main.ts:16"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-915a01bfd2f4bf89", "name": "Stray `console.log` in TS/JS \u2014 apps/docs/public/demo-sw.js:25", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/docs/public/demo-sw.js:25"}, "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-6e82aff26d60a6bd", "name": "Icon-only button without accessible name \u2014 apps/ui/src/pages/IdentityProvidersPage.tsx:218", "shortDescription": {"text": "Icon-only button without accessible name \u2014 apps/ui/src/pages/IdentityProvidersPage.tsx:218"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-58d015c62e013356", "name": "TODO/FIXME marker in shipping code \u2014 apps/integration-sdk-js/tests/workflow-7-marketplace-integrations.sdk.test.ts:181", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 apps/integration-sdk-js/tests/workflow-7-marketplace-integrations.sdk.test.ts:181"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-562816ab99724c25", "name": "Stray `console.log` in TS/JS \u2014 spike/wasm-poc/sw.js:12", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 spike/wasm-poc/sw.js:12"}, "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-38d0f36e9ebb51ff", "name": "Insecure pattern 'dangerous_innerhtml' in apps/playground/public/ui/assets/index-Dpjw3OqJ.js:9", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in apps/playground/public/ui/assets/index-Dpjw3OqJ.js:9"}, "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-f5fa39c109d692a3", "name": "Insecure pattern 'direct_innerhtml_assignment' in apps/playground/public/ui/assets/index-Dpjw3OqJ.js:8", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in apps/playground/public/ui/assets/index-Dpjw3OqJ.js:8"}, "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-8238310c22269764", "name": "Possible secret in apps/api/src/routes/auth/password.rs", "shortDescription": {"text": "Possible secret in apps/api/src/routes/auth/password.rs"}, "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-cda4dedb4ba57705", "name": "Possible secret in apps/docs/src/components/Demo/profiles/multi-tenant.ts", "shortDescription": {"text": "Possible secret in apps/docs/src/components/Demo/profiles/multi-tenant.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-2072734ef7090d2e", "name": "Possible secret in apps/docs/src/components/Demo/profiles/password.ts", "shortDescription": {"text": "Possible secret in apps/docs/src/components/Demo/profiles/password.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-dd3f9d89dece8857", "name": "Insecure pattern 'node_child_process' in apps/integration-api/setup/global-setup.ts:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in apps/integration-api/setup/global-setup.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-47d956868fca0d84", "name": "Possible secret in apps/platform-tests/helpers/platform.ts", "shortDescription": {"text": "Possible secret in apps/platform-tests/helpers/platform.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-46c644c6227e4d4a", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "softprops/action-gh-release@v2 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1838a141491ce38c", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a6e0250f0f4c5b87", "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-e6d0a4386d8872fd", "name": "Very large file: apps/api/src/routes/mgmt/user.rs (1557 lines)", "shortDescription": {"text": "Very large file: apps/api/src/routes/mgmt/user.rs (1557 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-5766fe53b30d85bc", "name": "Very large file: libs/rescope-core/src/store/user_store.rs (1454 lines)", "shortDescription": {"text": "Very large file: libs/rescope-core/src/store/user_store.rs (1454 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 12 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 60 placeholder/mock markers across 18 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-df8d7aecf447de62", "name": "Agent authority lacks a verifier contract: .claude/commands/opsx/archive.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/commands/opsx/archive.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-021b572fe2fa6b9c", "name": "Agent authority lacks a verifier contract: .claude/commands/opsx/apply.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/commands/opsx/apply.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-14b94de34d897ad4", "name": "Agent authority lacks a verifier contract: .claude/skills/openspec-apply-change/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/openspec-apply-change/SKILL.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8a585f74bb40a5f1", "name": "Agent authority lacks a verifier contract: .claude/skills/openspec-archive-change/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/openspec-archive-change/SKILL.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-c7f3174f074f7624", "name": "Commented-code block (5 lines) in apps/sample-app/e2e/session.spec.ts:22", "shortDescription": {"text": "Commented-code block (5 lines) in apps/sample-app/e2e/session.spec.ts:22"}, "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-8576988786fbfc36", "name": "Legacy-named symbol `unstable_legacy` in apps/playground/public/ui/assets/index-Dpjw3OqJ.js:8", "shortDescription": {"text": "Legacy-named symbol `unstable_legacy` in apps/playground/public/ui/assets/index-Dpjw3OqJ.js:8"}, "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-da8910d3506be841", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/playground/public/ui/assets/index-Dpjw3OqJ.js:1", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/playground/public/ui/assets/index-Dpjw3OqJ.js:1"}, "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-8ff396e3db3d860b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/nestjs-angular-sample/frontend/src/app/scenarios/wf5-access-keys.comp", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/nestjs-angular-sample/frontend/src/app/scenarios/wf5-access-keys.component.ts:97"}, "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-da66b0158473e426", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/nestjs-angular-sample/frontend/src/app/scenarios/wf4-fraud.component.", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/nestjs-angular-sample/frontend/src/app/scenarios/wf4-fraud.component.ts:71"}, "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-88c5469138ebaf49", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/nestjs-angular-sample/frontend/src/app/scenarios/wf6-cli-auth.compone", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/nestjs-angular-sample/frontend/src/app/scenarios/wf6-cli-auth.component.ts:72"}, "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-f567b6598af9656e", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/nestjs-angular-sample/frontend/src/app/scenarios/wf3-tenancy.componen", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/nestjs-angular-sample/frontend/src/app/scenarios/wf3-tenancy.component.ts:75"}, "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-35265faa22b1103a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/nestjs-angular-sample/frontend/src/app/scenarios/wf7-marketplace.comp", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/nestjs-angular-sample/frontend/src/app/scenarios/wf7-marketplace.component.ts:67"}, "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-d863ba1253005597", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/nestjs-angular-sample/backend/src/auth/descope.service.ts:48", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/nestjs-angular-sample/backend/src/auth/descope.service.ts:48"}, "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-80c0762dbbf99a20", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/nestjs-angular-sample/e2e/wf4-fraud-prevention.spec.ts:57", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/nestjs-angular-sample/e2e/wf4-fraud-prevention.spec.ts:57"}, "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-bf8a177c87026562", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/nestjs-angular-sample/e2e/wf1-passwordless.spec.ts:26", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/nestjs-angular-sample/e2e/wf1-passwordless.spec.ts:26"}, "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-fd08bc5bf3b2bbd0", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/nestjs-angular-sample/e2e/wf6-cli-auth.spec.ts:45", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/nestjs-angular-sample/e2e/wf6-cli-auth.spec.ts:45"}, "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-df64e6c1d1390c83", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/nestjs-angular-sample/e2e/helpers/emulator.ts:20", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/nestjs-angular-sample/e2e/helpers/emulator.ts:20"}, "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-37aacd82cf97a473", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/docs/src/components/Demo/useEmulator.ts:25", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/docs/src/components/Demo/useEmulator.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-ce108a1852dec6ea", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/ui/e2e/helpers/api.ts:13", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/ui/e2e/helpers/api.ts:13"}, "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-73c235dd42e54766", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/integration-api/helpers/client.ts:18", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/integration-api/helpers/client.ts:18"}, "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-d8cdbb28a6797da8", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/integration-sdk-nodejs/helpers/sdk.ts:31", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/integration-sdk-nodejs/helpers/sdk.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-44b12d3c9b4c0dc2", "name": "Legacy-named symbol `wrongOld` in apps/integration-sdk-js/tests/password.sdk.test.ts:86", "shortDescription": {"text": "Legacy-named symbol `wrongOld` in apps/integration-sdk-js/tests/password.sdk.test.ts:86"}, "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-f5042f1dc474a6de", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/integration-sdk-js/helpers/sdk.ts:30", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/integration-sdk-js/helpers/sdk.ts:30"}, "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-d0b17c8c07a7421d", "name": "8 env vars used in code but missing from .env.example", "shortDescription": {"text": "8 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `BASE_URL`, `CI`, `DESCOPE_EMULATOR_BIN`, `DESCOPE_EMULATOR_TEST_PORT`, `DESCOPE_MANAGEMENT_KEY`, `EMULATOR_DEBUG`, `TEST_USER`, `VITE_EMULATOR_PORT`. 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}}, {"id": "scanner-0ae4373e4e6179a6", "name": "Frontend route `${e}` has no Link/navigate to it \u2014 apps/playground/public/ui/assets/index-Dpjw3OqJ.js", "shortDescription": {"text": "Frontend route `${e}` has no Link/navigate to it \u2014 apps/playground/public/ui/assets/index-Dpjw3OqJ.js"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ff2112622798eb4f", "name": "Frontend route `${e===`/`?`*`:`${e}/*`}` has no Link/navigate to it \u2014 apps/playground/public/ui/assets/index-Dpjw3OqJ.js", "shortDescription": {"text": "Frontend route `${e===`/`?`*`:`${e}/*`}` has no Link/navigate to it \u2014 apps/playground/public/ui/assets/index-Dpjw3OqJ.js"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f4de2d36a5ac63b7", "name": "Frontend route `attributes` has no Link/navigate to it \u2014 apps/ui/src/App.tsx", "shortDescription": {"text": "Frontend route `attributes` has no Link/navigate to it \u2014 apps/ui/src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-9eddbdf77a23959a", "name": "Dangling fetch: GET /wasm/rescope_wasm.js (apps/docs/src/components/Demo/useWasm.ts:23)", "shortDescription": {"text": "Dangling fetch: GET /wasm/rescope_wasm.js (apps/docs/src/components/Demo/useWasm.ts:23)"}, "fullDescription": {"text": "`apps/docs/src/components/Demo/useWasm.ts:23` calls `GET /wasm/rescope_wasm.js` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/wasm/rescope_wasm.js`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-4626fde16f66d2a3", "name": "Unused endpoint: DELETE /api/todos/:id", "shortDescription": {"text": "Unused endpoint: DELETE /api/todos/:id"}, "fullDescription": {"text": "`apps/nestjs-angular-sample/backend/src/todos/todos.controller.ts` declares `DELETE /api/todos/:id` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f5be59f44fcfd348", "name": "Unused endpoint: POST /emulator/reset", "shortDescription": {"text": "Unused endpoint: POST /emulator/reset"}, "fullDescription": {"text": "`apps/ui/e2e/helpers/api.ts` declares `POST /emulator/reset` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/22859"}, "properties": {"repository": "woody34/rescope", "repoUrl": "https://github.com/woody34/rescope", "branch": "main"}, "results": [{"ruleId": "scanner-343098846174f5d6", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/sample-app/src/Home.tsx:22"}, "properties": {"repobilityId": "f81c284374a25618", "scanner": "scanner-primary", "fingerprint": "343098846174f5d6", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-aec133acc4665bac", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/sample-app/e2e/auth.setup.ts:102"}, "properties": {"repobilityId": "a4d61acaf2b86d84", "scanner": "scanner-primary", "fingerprint": "aec133acc4665bac", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-165aa43aaf503fee", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/sample-app/e2e/auth.teardown.ts:35"}, "properties": {"repobilityId": "caea14d74338cf3c", "scanner": "scanner-primary", "fingerprint": "165aa43aaf503fee", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-abbb70151ed28569", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/playground/public/sw.js:20"}, "properties": {"repobilityId": "973ece305d87bb5f", "scanner": "scanner-primary", "fingerprint": "abbb70151ed28569", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-de191252c638a90e", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 apps/playground/public/ui/assets/index-Dpjw3OqJ.js:9"}, "properties": {"repobilityId": "b5094233b84f3ce2", "scanner": "scanner-primary", "fingerprint": "de191252c638a90e", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-6a820dc871e0e9e1", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/nestjs-angular-sample/frontend/scripts/copy-descope-wc.js:18"}, "properties": {"repobilityId": "4677e22617958bc8", "scanner": "scanner-primary", "fingerprint": "6a820dc871e0e9e1", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-05f2e999319a254c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/nestjs-angular-sample/backend/src/main.ts:16"}, "properties": {"repobilityId": "df0a5f51f5f44ac3", "scanner": "scanner-primary", "fingerprint": "05f2e999319a254c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-915a01bfd2f4bf89", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/docs/public/demo-sw.js:25"}, "properties": {"repobilityId": "fd0429188da2a961", "scanner": "scanner-primary", "fingerprint": "915a01bfd2f4bf89", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6e82aff26d60a6bd", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 apps/ui/src/pages/IdentityProvidersPage.tsx:218"}, "properties": {"repobilityId": "ac3f823190b96e43", "scanner": "scanner-primary", "fingerprint": "6e82aff26d60a6bd", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-58d015c62e013356", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 apps/integration-sdk-js/tests/workflow-7-marketplace-integrations.sdk.test.ts:181"}, "properties": {"repobilityId": "81b950e79b04d8d6", "scanner": "scanner-primary", "fingerprint": "58d015c62e013356", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-562816ab99724c25", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 spike/wasm-poc/sw.js:12"}, "properties": {"repobilityId": "27660ae6ee9dc29d", "scanner": "scanner-primary", "fingerprint": "562816ab99724c25", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-38d0f36e9ebb51ff", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in apps/playground/public/ui/assets/index-Dpjw3OqJ.js:9"}, "properties": {"repobilityId": "112ab1f8abf1907f", "scanner": "scanner-primary", "fingerprint": "38d0f36e9ebb51ff", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/playground/public/ui/assets/index-Dpjw3OqJ.js"}, "region": {"startLine": 9}}}]}, {"ruleId": "scanner-f5fa39c109d692a3", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in apps/playground/public/ui/assets/index-Dpjw3OqJ.js:8"}, "properties": {"repobilityId": "338a43d80d7828ee", "scanner": "scanner-primary", "fingerprint": "f5fa39c109d692a3", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/playground/public/ui/assets/index-Dpjw3OqJ.js"}, "region": {"startLine": 8}}}]}, {"ruleId": "scanner-8238310c22269764", "level": "error", "message": {"text": "Possible secret in apps/api/src/routes/auth/password.rs"}, "properties": {"repobilityId": "e5de0b643cf9a656", "scanner": "scanner-primary", "fingerprint": "8238310c22269764", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/api/src/routes/auth/password.rs"}, "region": {"startLine": 491}}}]}, {"ruleId": "scanner-cda4dedb4ba57705", "level": "error", "message": {"text": "Possible secret in apps/docs/src/components/Demo/profiles/multi-tenant.ts"}, "properties": {"repobilityId": "77623d6b5dfe5a05", "scanner": "scanner-primary", "fingerprint": "cda4dedb4ba57705", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/docs/src/components/Demo/profiles/multi-tenant.ts"}, "region": {"startLine": 14}}}]}, {"ruleId": "scanner-cda4dedb4ba57705", "level": "error", "message": {"text": "Possible secret in apps/docs/src/components/Demo/profiles/multi-tenant.ts"}, "properties": {"repobilityId": "77623d6b5dfe5a05", "scanner": "scanner-primary", "fingerprint": "cda4dedb4ba57705", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/docs/src/components/Demo/profiles/multi-tenant.ts"}, "region": {"startLine": 22}}}]}, {"ruleId": "scanner-cda4dedb4ba57705", "level": "error", "message": {"text": "Possible secret in apps/docs/src/components/Demo/profiles/multi-tenant.ts"}, "properties": {"repobilityId": "77623d6b5dfe5a05", "scanner": "scanner-primary", "fingerprint": "cda4dedb4ba57705", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/docs/src/components/Demo/profiles/multi-tenant.ts"}, "region": {"startLine": 30}}}]}, {"ruleId": "scanner-cda4dedb4ba57705", "level": "error", "message": {"text": "Possible secret in apps/docs/src/components/Demo/profiles/multi-tenant.ts"}, "properties": {"repobilityId": "77623d6b5dfe5a05", "scanner": "scanner-primary", "fingerprint": "cda4dedb4ba57705", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/docs/src/components/Demo/profiles/multi-tenant.ts"}, "region": {"startLine": 48}}}]}, {"ruleId": "scanner-2072734ef7090d2e", "level": "error", "message": {"text": "Possible secret in apps/docs/src/components/Demo/profiles/password.ts"}, "properties": {"repobilityId": "3b05b712fb8bb5ae", "scanner": "scanner-primary", "fingerprint": "2072734ef7090d2e", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/docs/src/components/Demo/profiles/password.ts"}, "region": {"startLine": 14}}}]}, {"ruleId": "scanner-2072734ef7090d2e", "level": "error", "message": {"text": "Possible secret in apps/docs/src/components/Demo/profiles/password.ts"}, "properties": {"repobilityId": "3b05b712fb8bb5ae", "scanner": "scanner-primary", "fingerprint": "2072734ef7090d2e", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/docs/src/components/Demo/profiles/password.ts"}, "region": {"startLine": 21}}}]}, {"ruleId": "scanner-2072734ef7090d2e", "level": "error", "message": {"text": "Possible secret in apps/docs/src/components/Demo/profiles/password.ts"}, "properties": {"repobilityId": "3b05b712fb8bb5ae", "scanner": "scanner-primary", "fingerprint": "2072734ef7090d2e", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/docs/src/components/Demo/profiles/password.ts"}, "region": {"startLine": 33}}}]}, {"ruleId": "scanner-dd3f9d89dece8857", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in apps/integration-api/setup/global-setup.ts:1"}, "properties": {"repobilityId": "8f530a2be266c4c2", "scanner": "scanner-primary", "fingerprint": "dd3f9d89dece8857", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/integration-api/setup/global-setup.ts"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-47d956868fca0d84", "level": "error", "message": {"text": "Possible secret in apps/platform-tests/helpers/platform.ts"}, "properties": {"repobilityId": "a614bbe7fb98156a", "scanner": "scanner-primary", "fingerprint": "47d956868fca0d84", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/platform-tests/helpers/platform.ts"}, "region": {"startLine": 63}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "f0dc584a111ffc00", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 124}}}]}, {"ruleId": "scanner-1838a141491ce38c", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "b8fd4f5048f96576", "scanner": "scanner-primary", "fingerprint": "1838a141491ce38c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a6e0250f0f4c5b87", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "654ee290d2ffb04b", "scanner": "scanner-primary", "fingerprint": "a6e0250f0f4c5b87", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "npm", "install-scripts"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/nestjs-angular-sample/frontend/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e6d0a4386d8872fd", "level": "note", "message": {"text": "Very large file: apps/api/src/routes/mgmt/user.rs (1557 lines)"}, "properties": {"repobilityId": "c629a1324d924990", "scanner": "scanner-primary", "fingerprint": "e6d0a4386d8872fd", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-5766fe53b30d85bc", "level": "note", "message": {"text": "Very large file: libs/rescope-core/src/store/user_store.rs (1454 lines)"}, "properties": {"repobilityId": "591741f68ed0b02a", "scanner": "scanner-primary", "fingerprint": "5766fe53b30d85bc", "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": "42f1d3498f98ffbb", "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": "7ba3298b1690453a", "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": "5a81e7e97c958fd2", "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": "59bf4d46e8eafa0a", "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": "ce97bd2c9e80f310", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-df8d7aecf447de62", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/commands/opsx/archive.md"}, "properties": {"repobilityId": "222623e99b9cb4f7", "scanner": "scanner-primary", "fingerprint": "df8d7aecf447de62", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/commands/opsx/archive.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-021b572fe2fa6b9c", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/commands/opsx/apply.md"}, "properties": {"repobilityId": "5ba922ec1bca34d1", "scanner": "scanner-primary", "fingerprint": "021b572fe2fa6b9c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/commands/opsx/apply.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-14b94de34d897ad4", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/openspec-apply-change/SKILL.md"}, "properties": {"repobilityId": "ff525910a58aad1b", "scanner": "scanner-primary", "fingerprint": "14b94de34d897ad4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/openspec-apply-change/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-8a585f74bb40a5f1", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/openspec-archive-change/SKILL.md"}, "properties": {"repobilityId": "1499167b45dee6be", "scanner": "scanner-primary", "fingerprint": "8a585f74bb40a5f1", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/openspec-archive-change/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c7f3174f074f7624", "level": "none", "message": {"text": "Commented-code block (5 lines) in apps/sample-app/e2e/session.spec.ts:22"}, "properties": {"repobilityId": "d1c67e1d97e9cdbf", "scanner": "scanner-primary", "fingerprint": "c7f3174f074f7624", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8576988786fbfc36", "level": "note", "message": {"text": "Legacy-named symbol `unstable_legacy` in apps/playground/public/ui/assets/index-Dpjw3OqJ.js:8"}, "properties": {"repobilityId": "84cd1744d4b069af", "scanner": "scanner-primary", "fingerprint": "8576988786fbfc36", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-da8910d3506be841", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/playground/public/ui/assets/index-Dpjw3OqJ.js:1"}, "properties": {"repobilityId": "e7984352d67f64f9", "scanner": "scanner-primary", "fingerprint": "da8910d3506be841", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-8ff396e3db3d860b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/nestjs-angular-sample/frontend/src/app/scenarios/wf5-access-keys.component.ts:97"}, "properties": {"repobilityId": "5ea7f0560c429e21", "scanner": "scanner-primary", "fingerprint": "8ff396e3db3d860b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-da66b0158473e426", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/nestjs-angular-sample/frontend/src/app/scenarios/wf4-fraud.component.ts:71"}, "properties": {"repobilityId": "0afc30560c4baadd", "scanner": "scanner-primary", "fingerprint": "da66b0158473e426", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-88c5469138ebaf49", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/nestjs-angular-sample/frontend/src/app/scenarios/wf6-cli-auth.component.ts:72"}, "properties": {"repobilityId": "c31f2ef9696aff29", "scanner": "scanner-primary", "fingerprint": "88c5469138ebaf49", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f567b6598af9656e", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/nestjs-angular-sample/frontend/src/app/scenarios/wf3-tenancy.component.ts:75"}, "properties": {"repobilityId": "8ecafac4e6ca7253", "scanner": "scanner-primary", "fingerprint": "f567b6598af9656e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-35265faa22b1103a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/nestjs-angular-sample/frontend/src/app/scenarios/wf7-marketplace.component.ts:67"}, "properties": {"repobilityId": "7eaadb4ebb9b88b0", "scanner": "scanner-primary", "fingerprint": "35265faa22b1103a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d863ba1253005597", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/nestjs-angular-sample/backend/src/auth/descope.service.ts:48"}, "properties": {"repobilityId": "e05425b369bfd652", "scanner": "scanner-primary", "fingerprint": "d863ba1253005597", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-80c0762dbbf99a20", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/nestjs-angular-sample/e2e/wf4-fraud-prevention.spec.ts:57"}, "properties": {"repobilityId": "abb5bfcff774228d", "scanner": "scanner-primary", "fingerprint": "80c0762dbbf99a20", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-bf8a177c87026562", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/nestjs-angular-sample/e2e/wf1-passwordless.spec.ts:26"}, "properties": {"repobilityId": "13a3419dde6a909f", "scanner": "scanner-primary", "fingerprint": "bf8a177c87026562", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-fd08bc5bf3b2bbd0", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/nestjs-angular-sample/e2e/wf6-cli-auth.spec.ts:45"}, "properties": {"repobilityId": "81f22b2437aa89fa", "scanner": "scanner-primary", "fingerprint": "fd08bc5bf3b2bbd0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-df64e6c1d1390c83", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/nestjs-angular-sample/e2e/helpers/emulator.ts:20"}, "properties": {"repobilityId": "af1271306f1b989d", "scanner": "scanner-primary", "fingerprint": "df64e6c1d1390c83", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-37aacd82cf97a473", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/docs/src/components/Demo/useEmulator.ts:25"}, "properties": {"repobilityId": "db83f6f217e579cc", "scanner": "scanner-primary", "fingerprint": "37aacd82cf97a473", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-ce108a1852dec6ea", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/ui/e2e/helpers/api.ts:13"}, "properties": {"repobilityId": "bdcf20b986cf6e2f", "scanner": "scanner-primary", "fingerprint": "ce108a1852dec6ea", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-73c235dd42e54766", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/integration-api/helpers/client.ts:18"}, "properties": {"repobilityId": "21bfc9d0a0a7177b", "scanner": "scanner-primary", "fingerprint": "73c235dd42e54766", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d8cdbb28a6797da8", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/integration-sdk-nodejs/helpers/sdk.ts:31"}, "properties": {"repobilityId": "daf183edbbc3791d", "scanner": "scanner-primary", "fingerprint": "d8cdbb28a6797da8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-44b12d3c9b4c0dc2", "level": "note", "message": {"text": "Legacy-named symbol `wrongOld` in apps/integration-sdk-js/tests/password.sdk.test.ts:86"}, "properties": {"repobilityId": "92844588d5764d6c", "scanner": "scanner-primary", "fingerprint": "44b12d3c9b4c0dc2", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-f5042f1dc474a6de", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/integration-sdk-js/helpers/sdk.ts:30"}, "properties": {"repobilityId": "599f04b6cf99dd5f", "scanner": "scanner-primary", "fingerprint": "f5042f1dc474a6de", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d0b17c8c07a7421d", "level": "note", "message": {"text": "8 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "17fe720e8247f9df", "scanner": "scanner-primary", "fingerprint": "d0b17c8c07a7421d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-0ae4373e4e6179a6", "level": "warning", "message": {"text": "Frontend route `${e}` has no Link/navigate to it \u2014 apps/playground/public/ui/assets/index-Dpjw3OqJ.js"}, "properties": {"repobilityId": "8348881b2a8bd716", "scanner": "scanner-primary", "fingerprint": "0ae4373e4e6179a6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-ff2112622798eb4f", "level": "warning", "message": {"text": "Frontend route `${e===`/`?`*`:`${e}/*`}` has no Link/navigate to it \u2014 apps/playground/public/ui/assets/index-Dpjw3OqJ.js"}, "properties": {"repobilityId": "f93c3effcc2628ee", "scanner": "scanner-primary", "fingerprint": "ff2112622798eb4f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-f4de2d36a5ac63b7", "level": "warning", "message": {"text": "Frontend route `attributes` has no Link/navigate to it \u2014 apps/ui/src/App.tsx"}, "properties": {"repobilityId": "90047bac1c277640", "scanner": "scanner-primary", "fingerprint": "f4de2d36a5ac63b7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-9eddbdf77a23959a", "level": "error", "message": {"text": "Dangling fetch: GET /wasm/rescope_wasm.js (apps/docs/src/components/Demo/useWasm.ts:23)"}, "properties": {"repobilityId": "09c535e2c40c554b", "scanner": "scanner-primary", "fingerprint": "9eddbdf77a23959a", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-4626fde16f66d2a3", "level": "note", "message": {"text": "Unused endpoint: DELETE /api/todos/:id"}, "properties": {"repobilityId": "a39b08501026b33b", "scanner": "scanner-primary", "fingerprint": "4626fde16f66d2a3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f5be59f44fcfd348", "level": "note", "message": {"text": "Unused endpoint: POST /emulator/reset"}, "properties": {"repobilityId": "c0862634163e7799", "scanner": "scanner-primary", "fingerprint": "f5be59f44fcfd348", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}