{"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-406d8807ed858f8c", "name": "Stray `console.log` in TS/JS \u2014 scripts/demo/hero-chatgpt-gmail.ts:147", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/demo/hero-chatgpt-gmail.ts:147"}, "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-de4741f63ca2f90b", "name": "Stray `console.log` in TS/JS \u2014 scripts/demo/continuity.ts:40", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/demo/continuity.ts:40"}, "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-98b234ca4d09ca00", "name": "Stray `console.log` in TS/JS \u2014 scripts/spikes/cookie-mine-loop-demo.ts:30", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/spikes/cookie-mine-loop-demo.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-4f47e0e20d090a12", "name": "Stray `console.log` in TS/JS \u2014 scripts/spikes/cookie-isolation-spike.ts:42", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/spikes/cookie-isolation-spike.ts:42"}, "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-a0624af6514c4296", "name": "Stray `console.log` in TS/JS \u2014 scripts/spikes/anti-detection-probe.ts:92", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/spikes/anti-detection-probe.ts:92"}, "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-6ea1d611861dc89a", "name": "Stray `console.log` in TS/JS \u2014 src/index.ts:35", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/index.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-eb3d52bcc90d7745", "name": "Stray `console.log` in TS/JS \u2014 src/transport/routes.ts:468", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/transport/routes.ts:468"}, "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-74eea3372f7148e2", "name": "Stray `console.log` in TS/JS \u2014 src/tools/warm-session.ts:59", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/tools/warm-session.ts:59"}, "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-9aec620eadea0267", "name": "Insecure pattern 'node_child_process' in src/sessions/session.ts:3", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/sessions/session.ts:3"}, "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-645d52c478ce4d13", "name": "Insecure pattern 'node_child_process' in src/browser/modes.ts:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/browser/modes.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-27924aa79fa4a517", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 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": "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 53 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-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-bea357a6497a2d5d", "name": "Agent authority lacks a verifier contract: CLAUDE.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: CLAUDE.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-cc7de32b0ea20e02", "name": "Agent authority lacks a verifier contract: .claude/commands/next.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/commands/next.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-756f1ced40bd4a05", "name": "Agent authority lacks a verifier contract: .claude/commands/start.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/commands/start.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-ee2450df1c12399a", "name": "Agent authority lacks a verifier contract: .claude/commands/stop.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/commands/stop.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-3a6d2f0c10168baa", "name": "Agent authority lacks a verifier contract: skills/deep-execution/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: skills/deep-execution/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-0f8be230b1c8d662", "name": "Agent authority lacks a verifier contract: skills/fb-stop/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: skills/fb-stop/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-0b2fcb4b44935796", "name": "Agent authority lacks a verifier contract: skills/fb-start/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: skills/fb-start/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-e725d2ab884fbd49", "name": "Multiple root agent instruction files without precedence", "shortDescription": {"text": "Multiple root agent instruction files without precedence"}, "fullDescription": {"text": "The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-55477cce0d65301c", "name": "Commented-code block (8 lines) in tests/integration/system-chromium.integration.test.ts:40", "shortDescription": {"text": "Commented-code block (8 lines) in tests/integration/system-chromium.integration.test.ts:40"}, "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-6c63b13d3a672f1c", "name": "Commented-code block (5 lines) in docs/v1_wrap/claude-for-chrome/capture/capture.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in docs/v1_wrap/claude-for-chrome/capture/capture.js:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-1dacad98a61589d0", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/demo/hero-chatgpt-gmail.ts:79", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/demo/hero-chatgpt-gmail.ts:79"}, "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-8173948e8734ed96", "name": "Commented-code block (8 lines) in scripts/demo/continuity.ts:56", "shortDescription": {"text": "Commented-code block (8 lines) in scripts/demo/continuity.ts:56"}, "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-af9877608f88d324", "name": "Commented-code block (6 lines) in src/commands/await-human.ts:37", "shortDescription": {"text": "Commented-code block (6 lines) in src/commands/await-human.ts:37"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e1aad7f9127122a0", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/measurement/runner.ts:137", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/measurement/runner.ts:137"}, "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-aa894367942a5174", "name": "Commented-code block (5 lines) in src/transport/middleware.ts:8", "shortDescription": {"text": "Commented-code block (5 lines) in src/transport/middleware.ts:8"}, "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-54abbee6f9782261", "name": "Commented-code block (10 lines) in src/capability/grants.ts:3", "shortDescription": {"text": "Commented-code block (10 lines) in src/capability/grants.ts:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-1b6a9341a3000d6f", "name": "Commented-code block (8 lines) in src/capability/holds.ts:3", "shortDescription": {"text": "Commented-code block (8 lines) in src/capability/holds.ts:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-6b874d98e60d6836", "name": "Commented-code block (5 lines) in src/capability/audit.ts:5", "shortDescription": {"text": "Commented-code block (5 lines) in src/capability/audit.ts:5"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-11a2262960238e7d", "name": "Commented-code block (6 lines) in src/capability/approval.ts:3", "shortDescription": {"text": "Commented-code block (6 lines) in src/capability/approval.ts:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-867bfc59ef6e3ddc", "name": "Commented-code block (7 lines) in src/capability/service.ts:9", "shortDescription": {"text": "Commented-code block (7 lines) in src/capability/service.ts:9"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-d2acdf40aa9899c0", "name": "Unused endpoint: POST /v1/identities", "shortDescription": {"text": "Unused endpoint: POST /v1/identities"}, "fullDescription": {"text": "`src/transport/identity-routes.ts` declares `POST /v1/identities` 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-8c2addc21104662a", "name": "Unused endpoint: GET /v1/identities", "shortDescription": {"text": "Unused endpoint: GET /v1/identities"}, "fullDescription": {"text": "`src/transport/identity-routes.ts` declares `GET /v1/identities` 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-ec4151d90e719e2c", "name": "Unused endpoint: GET /v1/identities/:id", "shortDescription": {"text": "Unused endpoint: GET /v1/identities/:id"}, "fullDescription": {"text": "`src/transport/identity-routes.ts` declares `GET /v1/identities/: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-7a25dadd1e388a91", "name": "Unused endpoint: DELETE /v1/identities/:id", "shortDescription": {"text": "Unused endpoint: DELETE /v1/identities/:id"}, "fullDescription": {"text": "`src/transport/identity-routes.ts` declares `DELETE /v1/identities/: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-dea1175d82c0e331", "name": "Unused endpoint: POST /v1/identities/:id/warm", "shortDescription": {"text": "Unused endpoint: POST /v1/identities/:id/warm"}, "fullDescription": {"text": "`src/transport/identity-routes.ts` declares `POST /v1/identities/:id/warm` 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-d859b1a5b46b4bca", "name": "Unused endpoint: POST /v1/identities/:id/mark-warm", "shortDescription": {"text": "Unused endpoint: POST /v1/identities/:id/mark-warm"}, "fullDescription": {"text": "`src/transport/identity-routes.ts` declares `POST /v1/identities/:id/mark-warm` 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-dd8c4ebaaafd335b", "name": "Unused endpoint: GET /v1/events", "shortDescription": {"text": "Unused endpoint: GET /v1/events"}, "fullDescription": {"text": "`src/transport/sse.ts` declares `GET /v1/events` 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-b05cf9eac12d0a1f", "name": "Unused endpoint: POST /v1/sessions", "shortDescription": {"text": "Unused endpoint: POST /v1/sessions"}, "fullDescription": {"text": "`src/transport/routes.ts` declares `POST /v1/sessions` 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-0681b5107c7ea4ad", "name": "Unused endpoint: GET /v1/sessions", "shortDescription": {"text": "Unused endpoint: GET /v1/sessions"}, "fullDescription": {"text": "`src/transport/routes.ts` declares `GET /v1/sessions` 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-554f1f22f5a5ab47", "name": "Unused endpoint: GET /v1/sessions/:sessionId", "shortDescription": {"text": "Unused endpoint: GET /v1/sessions/:sessionId"}, "fullDescription": {"text": "`src/transport/routes.ts` declares `GET /v1/sessions/:sessionId` 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-75b39954bf095760", "name": "Unused endpoint: POST /v1/sessions/:sessionId/navigate", "shortDescription": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/navigate"}, "fullDescription": {"text": "`src/transport/routes.ts` declares `POST /v1/sessions/:sessionId/navigate` 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-3bc0881cbab7999d", "name": "Unused endpoint: POST /v1/sessions/:sessionId/tabs", "shortDescription": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/tabs"}, "fullDescription": {"text": "`src/transport/routes.ts` declares `POST /v1/sessions/:sessionId/tabs` 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-e9f2096f541cad34", "name": "Unused endpoint: GET /v1/sessions/:sessionId/health", "shortDescription": {"text": "Unused endpoint: GET /v1/sessions/:sessionId/health"}, "fullDescription": {"text": "`src/transport/routes.ts` declares `GET /v1/sessions/:sessionId/health` 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-52bc4c4b4e9516f1", "name": "Unused endpoint: GET /v1/sessions/:sessionId/tabs", "shortDescription": {"text": "Unused endpoint: GET /v1/sessions/:sessionId/tabs"}, "fullDescription": {"text": "`src/transport/routes.ts` declares `GET /v1/sessions/:sessionId/tabs` 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-3b652b699999e9a2", "name": "Unused endpoint: DELETE /v1/sessions/:sessionId/tabs/:pageId", "shortDescription": {"text": "Unused endpoint: DELETE /v1/sessions/:sessionId/tabs/:pageId"}, "fullDescription": {"text": "`src/transport/routes.ts` declares `DELETE /v1/sessions/:sessionId/tabs/:pageId` 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-37bbe5792ec59459", "name": "Unused endpoint: POST /v1/sessions/:sessionId/snapshot", "shortDescription": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/snapshot"}, "fullDescription": {"text": "`src/transport/routes.ts` declares `POST /v1/sessions/:sessionId/snapshot` 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-44d449d60cfb5486", "name": "Unused endpoint: POST /v1/sessions/:sessionId/observe", "shortDescription": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/observe"}, "fullDescription": {"text": "`src/transport/routes.ts` declares `POST /v1/sessions/:sessionId/observe` 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-6148b6c8a74c1efd", "name": "Unused endpoint: POST /v1/sessions/:sessionId/dismiss", "shortDescription": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/dismiss"}, "fullDescription": {"text": "`src/transport/routes.ts` declares `POST /v1/sessions/:sessionId/dismiss` 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-25f7016a81fbb59a", "name": "Unused endpoint: POST /v1/sessions/:sessionId/extract", "shortDescription": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/extract"}, "fullDescription": {"text": "`src/transport/routes.ts` declares `POST /v1/sessions/:sessionId/extract` 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-7ba601060cd65ab2", "name": "Unused endpoint: POST /v1/sessions/:sessionId/click", "shortDescription": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/click"}, "fullDescription": {"text": "`src/transport/routes.ts` declares `POST /v1/sessions/:sessionId/click` 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-f02f5634cee40982", "name": "Unused endpoint: POST /v1/sessions/:sessionId/type", "shortDescription": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/type"}, "fullDescription": {"text": "`src/transport/routes.ts` declares `POST /v1/sessions/:sessionId/type` 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-a9f3a1568010311c", "name": "Unused endpoint: POST /v1/sessions/:sessionId/press", "shortDescription": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/press"}, "fullDescription": {"text": "`src/transport/routes.ts` declares `POST /v1/sessions/:sessionId/press` 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-ce48443eb519da1d", "name": "Unused endpoint: POST /v1/sessions/:sessionId/select-option", "shortDescription": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/select-option"}, "fullDescription": {"text": "`src/transport/routes.ts` declares `POST /v1/sessions/:sessionId/select-option` 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-10258fdb5102f11e", "name": "Unused endpoint: POST /v1/sessions/:sessionId/wait", "shortDescription": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/wait"}, "fullDescription": {"text": "`src/transport/routes.ts` declares `POST /v1/sessions/:sessionId/wait` 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-aeab79aa85b09e35", "name": "Unused endpoint: POST /v1/sessions/:sessionId/await-human", "shortDescription": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/await-human"}, "fullDescription": {"text": "`src/transport/routes.ts` declares `POST /v1/sessions/:sessionId/await-human` 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-d5bc9a1e2a8258e3", "name": "Unused endpoint: GET /v1/sessions/:sessionId/resume", "shortDescription": {"text": "Unused endpoint: GET /v1/sessions/:sessionId/resume"}, "fullDescription": {"text": "`src/transport/routes.ts` declares `GET /v1/sessions/:sessionId/resume` 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-c6859e7d8e323745", "name": "Unused endpoint: POST /v1/sessions/:sessionId/resume", "shortDescription": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/resume"}, "fullDescription": {"text": "`src/transport/routes.ts` declares `POST /v1/sessions/:sessionId/resume` 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-f83b58b115befb22", "name": "Unused endpoint: POST /v1/sessions/:sessionId/grants", "shortDescription": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/grants"}, "fullDescription": {"text": "`src/transport/routes.ts` declares `POST /v1/sessions/:sessionId/grants` 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-21fefbc47d336f99", "name": "Unused endpoint: GET /v1/approvals/:humanToken", "shortDescription": {"text": "Unused endpoint: GET /v1/approvals/:humanToken"}, "fullDescription": {"text": "`src/transport/routes.ts` declares `GET /v1/approvals/:humanToken` 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-d84c3ad50322a557", "name": "Unused endpoint: POST /v1/approvals/:humanToken", "shortDescription": {"text": "Unused endpoint: POST /v1/approvals/:humanToken"}, "fullDescription": {"text": "`src/transport/routes.ts` declares `POST /v1/approvals/:humanToken` 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-0dbe60db15e90db8", "name": "Unused endpoint: POST /v1/sessions/:sessionId/cookies/export", "shortDescription": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/cookies/export"}, "fullDescription": {"text": "`src/transport/routes.ts` declares `POST /v1/sessions/:sessionId/cookies/export` 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-b28586f4c5db16ab", "name": "Unused endpoint: POST /v1/sessions/:sessionId/screenshot", "shortDescription": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/screenshot"}, "fullDescription": {"text": "`src/transport/routes.ts` declares `POST /v1/sessions/:sessionId/screenshot` 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-5041a6f0997c4752", "name": "Unused endpoint: POST /v1/sessions/:sessionId/debug-bundle", "shortDescription": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/debug-bundle"}, "fullDescription": {"text": "`src/transport/routes.ts` declares `POST /v1/sessions/:sessionId/debug-bundle` 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-4c944ced584bbc5a", "name": "Unused endpoint: DELETE /v1/sessions/:sessionId", "shortDescription": {"text": "Unused endpoint: DELETE /v1/sessions/:sessionId"}, "fullDescription": {"text": "`src/transport/routes.ts` declares `DELETE /v1/sessions/:sessionId` 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/18412"}, "properties": {"repository": "ROI-DANINO/feather-browser", "repoUrl": "https://github.com/ROI-DANINO/feather-browser", "branch": "main"}, "results": [{"ruleId": "scanner-406d8807ed858f8c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/demo/hero-chatgpt-gmail.ts:147"}, "properties": {"repobilityId": "5acdcae43289e2e1", "scanner": "scanner-primary", "fingerprint": "406d8807ed858f8c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-de4741f63ca2f90b", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/demo/continuity.ts:40"}, "properties": {"repobilityId": "d60d0a8f5ba65c6c", "scanner": "scanner-primary", "fingerprint": "de4741f63ca2f90b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-98b234ca4d09ca00", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/spikes/cookie-mine-loop-demo.ts:30"}, "properties": {"repobilityId": "689915efb87cc065", "scanner": "scanner-primary", "fingerprint": "98b234ca4d09ca00", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-4f47e0e20d090a12", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/spikes/cookie-isolation-spike.ts:42"}, "properties": {"repobilityId": "fa5fc767b811ca1e", "scanner": "scanner-primary", "fingerprint": "4f47e0e20d090a12", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-a0624af6514c4296", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/spikes/anti-detection-probe.ts:92"}, "properties": {"repobilityId": "05aa44aa1c302c17", "scanner": "scanner-primary", "fingerprint": "a0624af6514c4296", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6ea1d611861dc89a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/index.ts:35"}, "properties": {"repobilityId": "867f5b4f120dafeb", "scanner": "scanner-primary", "fingerprint": "6ea1d611861dc89a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-eb3d52bcc90d7745", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/transport/routes.ts:468"}, "properties": {"repobilityId": "11118da962a3b4ff", "scanner": "scanner-primary", "fingerprint": "eb3d52bcc90d7745", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-74eea3372f7148e2", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/tools/warm-session.ts:59"}, "properties": {"repobilityId": "617a6e964c9e30b8", "scanner": "scanner-primary", "fingerprint": "74eea3372f7148e2", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-9aec620eadea0267", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/sessions/session.ts:3"}, "properties": {"repobilityId": "9be23cd13197d4e3", "scanner": "scanner-primary", "fingerprint": "9aec620eadea0267", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/sessions/session.ts"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-645d52c478ce4d13", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/browser/modes.ts:1"}, "properties": {"repobilityId": "f79f3b9af6cb3498", "scanner": "scanner-primary", "fingerprint": "645d52c478ce4d13", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/browser/modes.ts"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ae16880318b99912", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 22}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "989a74409a402368", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 25}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "64f085a6d203630f", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "d4ceb71e672c76b0", "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": "52ac1f0de51cb72c", "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": "b17ec5dbdf328256", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-bea357a6497a2d5d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: CLAUDE.md"}, "properties": {"repobilityId": "aae72df3934829ac", "scanner": "scanner-primary", "fingerprint": "bea357a6497a2d5d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "CLAUDE.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-cc7de32b0ea20e02", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/commands/next.md"}, "properties": {"repobilityId": "c33a1c594ef6d029", "scanner": "scanner-primary", "fingerprint": "cc7de32b0ea20e02", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/commands/next.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-756f1ced40bd4a05", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/commands/start.md"}, "properties": {"repobilityId": "05eb5b7e9e976cd1", "scanner": "scanner-primary", "fingerprint": "756f1ced40bd4a05", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/commands/start.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ee2450df1c12399a", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/commands/stop.md"}, "properties": {"repobilityId": "036128e76b87bcad", "scanner": "scanner-primary", "fingerprint": "ee2450df1c12399a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/commands/stop.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3a6d2f0c10168baa", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: skills/deep-execution/SKILL.md"}, "properties": {"repobilityId": "f016c67b789c40b0", "scanner": "scanner-primary", "fingerprint": "3a6d2f0c10168baa", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/deep-execution/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0f8be230b1c8d662", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: skills/fb-stop/SKILL.md"}, "properties": {"repobilityId": "8ea587c9371ef5c4", "scanner": "scanner-primary", "fingerprint": "0f8be230b1c8d662", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/fb-stop/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0b2fcb4b44935796", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: skills/fb-start/SKILL.md"}, "properties": {"repobilityId": "5237c3ce69a679cd", "scanner": "scanner-primary", "fingerprint": "0b2fcb4b44935796", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/fb-start/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e725d2ab884fbd49", "level": "note", "message": {"text": "Multiple root agent instruction files without precedence"}, "properties": {"repobilityId": "1953db6c89508d22", "scanner": "scanner-primary", "fingerprint": "e725d2ab884fbd49", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["agent-instructions", "governance"]}}, {"ruleId": "scanner-55477cce0d65301c", "level": "none", "message": {"text": "Commented-code block (8 lines) in tests/integration/system-chromium.integration.test.ts:40"}, "properties": {"repobilityId": "bcb9d4a52a1f2030", "scanner": "scanner-primary", "fingerprint": "55477cce0d65301c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6c63b13d3a672f1c", "level": "none", "message": {"text": "Commented-code block (5 lines) in docs/v1_wrap/claude-for-chrome/capture/capture.js:1"}, "properties": {"repobilityId": "a6228394b4707855", "scanner": "scanner-primary", "fingerprint": "6c63b13d3a672f1c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1dacad98a61589d0", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/demo/hero-chatgpt-gmail.ts:79"}, "properties": {"repobilityId": "f98d2689254c3976", "scanner": "scanner-primary", "fingerprint": "1dacad98a61589d0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-8173948e8734ed96", "level": "none", "message": {"text": "Commented-code block (8 lines) in scripts/demo/continuity.ts:56"}, "properties": {"repobilityId": "e223676bc7581707", "scanner": "scanner-primary", "fingerprint": "8173948e8734ed96", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-af9877608f88d324", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/commands/await-human.ts:37"}, "properties": {"repobilityId": "9c044d7f31b31dee", "scanner": "scanner-primary", "fingerprint": "af9877608f88d324", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e1aad7f9127122a0", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/measurement/runner.ts:137"}, "properties": {"repobilityId": "757f057a7200f463", "scanner": "scanner-primary", "fingerprint": "e1aad7f9127122a0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-aa894367942a5174", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/transport/middleware.ts:8"}, "properties": {"repobilityId": "b952d8623ad11145", "scanner": "scanner-primary", "fingerprint": "aa894367942a5174", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-54abbee6f9782261", "level": "none", "message": {"text": "Commented-code block (10 lines) in src/capability/grants.ts:3"}, "properties": {"repobilityId": "eba67f6936dfb5d1", "scanner": "scanner-primary", "fingerprint": "54abbee6f9782261", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1b6a9341a3000d6f", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/capability/holds.ts:3"}, "properties": {"repobilityId": "7665960f0ee425b2", "scanner": "scanner-primary", "fingerprint": "1b6a9341a3000d6f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6b874d98e60d6836", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/capability/audit.ts:5"}, "properties": {"repobilityId": "95a680e55ea12cca", "scanner": "scanner-primary", "fingerprint": "6b874d98e60d6836", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-11a2262960238e7d", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/capability/approval.ts:3"}, "properties": {"repobilityId": "915fddf9a247fcc8", "scanner": "scanner-primary", "fingerprint": "11a2262960238e7d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-867bfc59ef6e3ddc", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/capability/service.ts:9"}, "properties": {"repobilityId": "b2aa410ee4910b31", "scanner": "scanner-primary", "fingerprint": "867bfc59ef6e3ddc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d2acdf40aa9899c0", "level": "note", "message": {"text": "Unused endpoint: POST /v1/identities"}, "properties": {"repobilityId": "b927d73b10a0f5d0", "scanner": "scanner-primary", "fingerprint": "d2acdf40aa9899c0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8c2addc21104662a", "level": "note", "message": {"text": "Unused endpoint: GET /v1/identities"}, "properties": {"repobilityId": "0a890327fc69e2a1", "scanner": "scanner-primary", "fingerprint": "8c2addc21104662a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ec4151d90e719e2c", "level": "note", "message": {"text": "Unused endpoint: GET /v1/identities/:id"}, "properties": {"repobilityId": "a395de040aa01522", "scanner": "scanner-primary", "fingerprint": "ec4151d90e719e2c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7a25dadd1e388a91", "level": "note", "message": {"text": "Unused endpoint: DELETE /v1/identities/:id"}, "properties": {"repobilityId": "5a3521492f427bef", "scanner": "scanner-primary", "fingerprint": "7a25dadd1e388a91", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-dea1175d82c0e331", "level": "note", "message": {"text": "Unused endpoint: POST /v1/identities/:id/warm"}, "properties": {"repobilityId": "8cab581b51f9f2e7", "scanner": "scanner-primary", "fingerprint": "dea1175d82c0e331", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d859b1a5b46b4bca", "level": "note", "message": {"text": "Unused endpoint: POST /v1/identities/:id/mark-warm"}, "properties": {"repobilityId": "4c74df3e6582cb2b", "scanner": "scanner-primary", "fingerprint": "d859b1a5b46b4bca", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-dd8c4ebaaafd335b", "level": "note", "message": {"text": "Unused endpoint: GET /v1/events"}, "properties": {"repobilityId": "882b9fbffc538516", "scanner": "scanner-primary", "fingerprint": "dd8c4ebaaafd335b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b05cf9eac12d0a1f", "level": "note", "message": {"text": "Unused endpoint: POST /v1/sessions"}, "properties": {"repobilityId": "4104ea800ed2cb44", "scanner": "scanner-primary", "fingerprint": "b05cf9eac12d0a1f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0681b5107c7ea4ad", "level": "note", "message": {"text": "Unused endpoint: GET /v1/sessions"}, "properties": {"repobilityId": "1c27882e9447ae02", "scanner": "scanner-primary", "fingerprint": "0681b5107c7ea4ad", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-554f1f22f5a5ab47", "level": "note", "message": {"text": "Unused endpoint: GET /v1/sessions/:sessionId"}, "properties": {"repobilityId": "06fa7a8b6499bf1c", "scanner": "scanner-primary", "fingerprint": "554f1f22f5a5ab47", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-75b39954bf095760", "level": "note", "message": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/navigate"}, "properties": {"repobilityId": "b23df4867dae9c14", "scanner": "scanner-primary", "fingerprint": "75b39954bf095760", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3bc0881cbab7999d", "level": "note", "message": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/tabs"}, "properties": {"repobilityId": "86e26235bda611a2", "scanner": "scanner-primary", "fingerprint": "3bc0881cbab7999d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e9f2096f541cad34", "level": "note", "message": {"text": "Unused endpoint: GET /v1/sessions/:sessionId/health"}, "properties": {"repobilityId": "807a59f6923fb1e7", "scanner": "scanner-primary", "fingerprint": "e9f2096f541cad34", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-52bc4c4b4e9516f1", "level": "note", "message": {"text": "Unused endpoint: GET /v1/sessions/:sessionId/tabs"}, "properties": {"repobilityId": "9c2331fb4f5f13ab", "scanner": "scanner-primary", "fingerprint": "52bc4c4b4e9516f1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3b652b699999e9a2", "level": "note", "message": {"text": "Unused endpoint: DELETE /v1/sessions/:sessionId/tabs/:pageId"}, "properties": {"repobilityId": "a176d605c47bf8bc", "scanner": "scanner-primary", "fingerprint": "3b652b699999e9a2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-37bbe5792ec59459", "level": "note", "message": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/snapshot"}, "properties": {"repobilityId": "08a55b9ed175ada6", "scanner": "scanner-primary", "fingerprint": "37bbe5792ec59459", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-44d449d60cfb5486", "level": "note", "message": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/observe"}, "properties": {"repobilityId": "d1d053710fd0cb60", "scanner": "scanner-primary", "fingerprint": "44d449d60cfb5486", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6148b6c8a74c1efd", "level": "note", "message": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/dismiss"}, "properties": {"repobilityId": "7390a9c2987c016d", "scanner": "scanner-primary", "fingerprint": "6148b6c8a74c1efd", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-25f7016a81fbb59a", "level": "note", "message": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/extract"}, "properties": {"repobilityId": "b30c88e7f0a46881", "scanner": "scanner-primary", "fingerprint": "25f7016a81fbb59a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7ba601060cd65ab2", "level": "note", "message": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/click"}, "properties": {"repobilityId": "4058a28f685f2fab", "scanner": "scanner-primary", "fingerprint": "7ba601060cd65ab2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f02f5634cee40982", "level": "note", "message": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/type"}, "properties": {"repobilityId": "051b10bae25ab2bf", "scanner": "scanner-primary", "fingerprint": "f02f5634cee40982", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a9f3a1568010311c", "level": "note", "message": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/press"}, "properties": {"repobilityId": "65e95ca5d5e286ec", "scanner": "scanner-primary", "fingerprint": "a9f3a1568010311c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ce48443eb519da1d", "level": "note", "message": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/select-option"}, "properties": {"repobilityId": "9f7d20dc05c9a95a", "scanner": "scanner-primary", "fingerprint": "ce48443eb519da1d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-10258fdb5102f11e", "level": "note", "message": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/wait"}, "properties": {"repobilityId": "7d483025764617f5", "scanner": "scanner-primary", "fingerprint": "10258fdb5102f11e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-aeab79aa85b09e35", "level": "note", "message": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/await-human"}, "properties": {"repobilityId": "aa0f5a5250dea1ec", "scanner": "scanner-primary", "fingerprint": "aeab79aa85b09e35", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d5bc9a1e2a8258e3", "level": "note", "message": {"text": "Unused endpoint: GET /v1/sessions/:sessionId/resume"}, "properties": {"repobilityId": "a2addfc297647282", "scanner": "scanner-primary", "fingerprint": "d5bc9a1e2a8258e3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c6859e7d8e323745", "level": "note", "message": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/resume"}, "properties": {"repobilityId": "faf6896c5aa31ea4", "scanner": "scanner-primary", "fingerprint": "c6859e7d8e323745", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f83b58b115befb22", "level": "note", "message": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/grants"}, "properties": {"repobilityId": "0a145f6efe240f0b", "scanner": "scanner-primary", "fingerprint": "f83b58b115befb22", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-21fefbc47d336f99", "level": "note", "message": {"text": "Unused endpoint: GET /v1/approvals/:humanToken"}, "properties": {"repobilityId": "489e5e8b74d91cc0", "scanner": "scanner-primary", "fingerprint": "21fefbc47d336f99", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d84c3ad50322a557", "level": "note", "message": {"text": "Unused endpoint: POST /v1/approvals/:humanToken"}, "properties": {"repobilityId": "a58261a9efe47e77", "scanner": "scanner-primary", "fingerprint": "d84c3ad50322a557", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0dbe60db15e90db8", "level": "note", "message": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/cookies/export"}, "properties": {"repobilityId": "cc33288b8ae3cc69", "scanner": "scanner-primary", "fingerprint": "0dbe60db15e90db8", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b28586f4c5db16ab", "level": "note", "message": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/screenshot"}, "properties": {"repobilityId": "dc54d929025abce3", "scanner": "scanner-primary", "fingerprint": "b28586f4c5db16ab", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5041a6f0997c4752", "level": "note", "message": {"text": "Unused endpoint: POST /v1/sessions/:sessionId/debug-bundle"}, "properties": {"repobilityId": "972e73bbc0341da9", "scanner": "scanner-primary", "fingerprint": "5041a6f0997c4752", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4c944ced584bbc5a", "level": "note", "message": {"text": "Unused endpoint: DELETE /v1/sessions/:sessionId"}, "properties": {"repobilityId": "25ba83d8c1f2fde0", "scanner": "scanner-primary", "fingerprint": "4c944ced584bbc5a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}