Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

DammianMiller/universal-agent-protocol

https://github.com/DammianMiller/universal-agent-protocol · scanned 2026-06-17 01:26 UTC (1 month, 2 weeks ago)

243 raw signals (0 security + 243 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ -34.0 (diff) · 220 actionable findings from 1 signal source. 23 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 42.7/100 with 100.0% coverage. It contains 3205 nodes across 8 cross-layer flows, written primarily in mixed languages. Engine surfaced 243 findings — concentrated in quality (74), frontend (73), security (50). Risk profile is high: 4 critical, 4 high, 74 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 204 of 220 actionable findings. 243 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical System graph security Secrets conf 1.00 Possible secret in scripts/benchmarks/run-terminal-bench.sh
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
scripts/benchmarks/run-terminal-bench.sh:12
critical System graph security Secrets conf 1.00 Possible secret in scripts/benchmarks/run-uap-benchmark.sh
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
scripts/benchmarks/run-uap-benchmark.sh:14
critical System graph security Secrets conf 1.00 Possible secret in tools/agents/opencode_uap_agent.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
tools/agents/opencode_uap_agent.py:608
critical System graph security Secrets conf 1.00 Possible secret in tools/uap_harbor/supergenius_agent.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
tools/uap_harbor/supergenius_agent.py:302
high System graph api Wiring conf 1.00 Dangling fetch: POST http://${QDRANT_HOST}:${QDRANT_PORT}/collections/${COLLECTION_NAME}/points/scroll (agents/scripts/uap-pattern-rag.ts:36)
`agents/scripts/uap-pattern-rag.ts:36` calls `POST http://${QDRANT_HOST}:${QDRANT_PORT}/collections/${COLLECTION_NAME}/points/scroll` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/<p>:/<p>/collections/<p>/poi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/embeddings (src/memory/embeddings.ts:298)
`src/memory/embeddings.ts:298` calls `POST https://api.openai.com/v1/embeddings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/embeddings` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph security security conf 1.00 Insecure pattern 'exec_used' in src/policies/policy-gate.ts:199
Found a known-risky pattern (exec_used). Review and replace if possible.
src/policies/policy-gate.ts:199 Exec used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in src/browser/web-browser.ts:80
Found a known-risky pattern (new_function_used). Review and replace if possible.
src/browser/web-browser.ts:80 New function used
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/benchmarks/benchmark-qwen35-generic-uap.tsx:119
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/benchmarks/full-88-uap-fixed.tsx:35
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/benchmarks/token-throughput.ts:103
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/cli/update.ts:300
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/memory/embeddings.ts:242
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/memory/serverless-qdrant.ts:314
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/utils/concurrency-pool.ts:27
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — test/optimization-phases-5.test.ts:307
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — test/utils/mock-helpers.ts:57
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/settings.json
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.
.claude/settings.json VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/hooks-pre-compact/SKILL.md
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.
.claude/skills/hooks-pre-compact/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/hooks-session-start/SKILL.md
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.
.claude/skills/hooks-session-start/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/parallel-expert-review/SKILL.md
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.
.claude/skills/parallel-expert-review/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .cursor/hooks.json
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.
.cursor/hooks.json VerificationCursor rule
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: CLAUDE.md
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.
CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/memory-management/SKILL.md
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.
skills/memory-management/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/near-miss-iteration/SKILL.md
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.
skills/near-miss-iteration/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/terminal-bench/SKILL.md
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.
skills/terminal-bench/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/worktree-workflow/SKILL.md
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.
skills/worktree-workflow/SKILL.md VerificationSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: skills/memory-management/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
skills/memory-management/SKILL.md:17 Supply chainSkill file
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
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.
Mock dataCritical flowGenerated repo pattern
medium System graph hardware Security conf 1.00 Dockerfile runs as root: tmp/harbor-quick-qwen4000/git-recovery-test/environment/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: tmp/harbor-quick-qwen4000/password-hash-test/environment/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph cicd CI/CD security conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
softprops/action-gh-release@v3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/deploy-publish.yml:118 CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/npm-publish-manual.yml CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/deploy-publish.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in src/dashboard/server.ts:100
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
src/dashboard/server.ts:100 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/dashboard.html:684
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/dashboard.html:684 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/benchmark-quick-suite.ts:7
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/benchmark-quick-suite.ts:7 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/benchmarks/benchmark-qwen35-uap-3.0-opencode.tsx:20
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/benchmarks/benchmark-qwen35-uap-3.0-opencode.tsx:20 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/benchmarks/benchmark-server.ts:28
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/benchmarks/benchmark-server.ts:28 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/benchmarks/direct-benchmark-qwen35.tsx:9
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/benchmarks/direct-benchmark-qwen35.tsx:9 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/setup/install-cloakbrowser.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/setup/install-cloakbrowser.ts:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/analyzers/index.ts:3
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/analyzers/index.ts:3 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/benchmarks/execution-verifier.ts:8
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/benchmarks/execution-verifier.ts:8 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/benchmarks/improved-benchmark.ts:15
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/benchmarks/improved-benchmark.ts:15 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/benchmarks/model-integration.ts:30
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/benchmarks/model-integration.ts:30 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/benchmarks/multi-turn-agent.ts:8
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/benchmarks/multi-turn-agent.ts:8 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/cli/compliance.ts:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/cli/compliance.ts:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/cli/dashboard.ts:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/cli/dashboard.ts:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/cli/generate.ts:11
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/cli/generate.ts:11 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/cli/harness.ts:3
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/cli/harness.ts:3 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/cli/memory.ts:7
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/cli/memory.ts:7 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/cli/patterns.ts:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/cli/patterns.ts:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/cli/rtk.ts:9
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/cli/rtk.ts:9 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/cli/setup-mcp-router.ts:3
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/cli/setup-mcp-router.ts:3 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/cli/tool-calls.ts:13
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/cli/tool-calls.ts:13 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/cli/worktree.ts:7
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/cli/worktree.ts:7 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/coordination/deploy-batcher.ts:14
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/coordination/deploy-batcher.ts:14 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/dashboard/data-seeder.ts:16
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/dashboard/data-seeder.ts:16 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/dashboard/data-service.ts:11
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/dashboard/data-service.ts:11 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/delivery/verifier-ladder.ts:14
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/delivery/verifier-ladder.ts:14 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/mcp-router/executor/client.ts:6
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/mcp-router/executor/client.ts:6 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/memory/embeddings.ts:14
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/memory/embeddings.ts:14 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/memory/prepopulate.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/memory/prepopulate.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/memory/serverless-qdrant.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/memory/serverless-qdrant.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/policies/policy-tools.ts:4
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/policies/policy-tools.ts:4 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/utils/system-resources.ts:12
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/utils/system-resources.ts:12 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in tools/agents/scripts/qwen-tool-call-wrapper.js:9
Found a known-risky pattern (node_child_process). Review and replace if possible.
tools/agents/scripts/qwen-tool-call-wrapper.js:9 Node child process
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in benchmarks/harbor-tasks/harbor-tasks/password-hash/task.yaml:2
Found a known-risky pattern (weak_hash). Review and replace if possible.
benchmarks/harbor-tasks/harbor-tasks/password-hash/task.yaml:2 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in scripts/benchmarks/direct-benchmark-qwen35.tsx:77
Found a known-risky pattern (weak_hash). Review and replace if possible.
scripts/benchmarks/direct-benchmark-qwen35.tsx:77 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in scripts/benchmarks/run-hybrid-adaptive-tbench.sh:72
Found a known-risky pattern (weak_hash). Review and replace if possible.
scripts/benchmarks/run-hybrid-adaptive-tbench.sh:72 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in scripts/benchmarks/run_benchmark.py:26
Found a known-risky pattern (weak_hash). Review and replace if possible.
scripts/benchmarks/run_benchmark.py:26 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in scripts/benchmarks/run_fresh_tbench_benchmark.py:25
Found a known-risky pattern (weak_hash). Review and replace if possible.
scripts/benchmarks/run_fresh_tbench_benchmark.py:25 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in scripts/benchmarks/run_full_benchmark.py:27
Found a known-risky pattern (weak_hash). Review and replace if possible.
scripts/benchmarks/run_full_benchmark.py:27 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in scripts/benchmarks/run_real_harbor_benchmark.py:32
Found a known-risky pattern (weak_hash). Review and replace if possible.
scripts/benchmarks/run_real_harbor_benchmark.py:32 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in src/memory/adaptive-context.ts:280
Found a known-risky pattern (weak_hash). Review and replace if possible.
src/memory/adaptive-context.ts:280 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in src/memory/terminal-bench-knowledge.ts:28
Found a known-risky pattern (weak_hash). Review and replace if possible.
src/memory/terminal-bench-knowledge.ts:28 Weak hash
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — tools/agents/UAP/cli.py:483
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — tools/uap_harbor/supergenius_agent.py:369
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 23 placeholder/mock markers across 19 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph network Security conf 1.00 Privileged port 165 in use
Port 165 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/benchmarks/run-tbench-qwen35-quick.sh Ports
medium System graph quality Placeholder conf 1.00 Runtime service client appears to use placeholder configuration
A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured.
Runtime configService clientGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 3250 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph cicd CI/CD security conf 1.00 6 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
3 files, 6 locations
.github/workflows/deploy-publish.yml:29, 32, 97 (3 hits)
.github/workflows/npm-publish-manual.yml:33, 36 (2 hits)
.github/workflows/uap-compliance.yml:16
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 18 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: tools/agents/opencode_uap_agent.py:name, tools/agents/opencode_uap_agent.py:name This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
18 occurrences
repo-level (18 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: tools/agents/opencode_uap_agent.py:classify_task, tools/agents/UAP/task_classifier.py:classify_task, tools/uap_harbor/uap_agent.py:classify_task This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `agent_memory_backup` in agents/scripts/reembed_agent_memory.py:76
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.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `archiveDaysOld` in src/memory/memory-maintenance.ts:28
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.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `archiveOld` in src/memory/daily-log.ts:135
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.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `sqlite_backup` in tools/agents/scripts/memory_migration.py:324
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.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `wal_backup` in src/memory/adaptive-context.ts:478
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.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `wal_backup` in tools/agents/opencode_uap_agent.py:400
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.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `wal_backup` in tools/uap_harbor/pre_execution_hooks.py:22
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.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `wal_backup` in tools/uap_harbor/supergenius_agent.py:66
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.
old markerDead code
low System graph cicd CI/CD security conf 1.00 package.json defines install-time lifecycle scripts
preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access.
package.json CI/CD securitySupply chainNpm
low System graph software Dead code conf 1.00 Possibly dead Python function: build_hook_script
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/uap_harbor/pre_execution_hooks.py:516
low System graph software Dead code conf 1.00 Possibly dead Python function: collect
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/agents/scripts/anthropic_proxy.py:7093
low System graph software Dead code conf 1.00 Possibly dead Python function: consolidate_simple
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/agents/benchmarks/benchmark_memory_systems.py:516
low System graph software Dead code conf 1.00 Possibly dead Python function: consolidate_with_similarity
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/agents/benchmarks/benchmark_memory_systems.py:552
low System graph software Dead code conf 1.00 Possibly dead Python function: filtered_search
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/agents/benchmarks/benchmark_memory_systems.py:470
low System graph software Dead code conf 1.00 Possibly dead Python function: fulltext_search
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/agents/benchmarks/benchmark_memory_systems.py:322
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_embedding
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/agents/benchmarks/benchmark_memory_systems.py:493
low System graph software Dead code conf 1.00 Possibly dead Python function: graph_query
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/agents/benchmarks/benchmark_memory_systems.py:361
low System graph software Dead code conf 1.00 Possibly dead Python function: insert_single
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/agents/benchmarks/benchmark_memory_systems.py:400
low System graph software Dead code conf 1.00 Possibly dead Python function: memory_store
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/agents/UAP/cli.py:411
low System graph software Dead code conf 1.00 Possibly dead Python function: qwen35_chat_with_tools
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/agents/scripts/qwen_tool_call_wrapper.py:610
low System graph software Dead code conf 1.00 Possibly dead Python function: receive
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/agents/scripts/anthropic_proxy.py:8575
low System graph software Dead code conf 1.00 Possibly dead Python function: replace_include
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
agents/scripts/index_patterns_to_qdrant.py:41
low System graph software Dead code conf 1.00 Possibly dead Python function: reset_metrics
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/agents/scripts/qwen_tool_call_wrapper.py:513
low System graph software Dead code conf 1.00 Possibly dead Python function: reset_metrics
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/agents/scripts/tool_call_wrapper.py:772
low System graph software Dead code conf 1.00 Possibly dead Python function: run_pre_execution_hooks
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/uap_harbor/pre_execution_hooks.py:663
low System graph software Dead code conf 1.00 Possibly dead Python function: save_state
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/policies/enforcers/validate_plan_before_build.py:40
low System graph software Dead code conf 1.00 Possibly dead Python function: search_web
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/uap_harbor/mcp_tools.py:319
low System graph software Dead code conf 1.00 Possibly dead Python function: select_by_type
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/agents/benchmarks/benchmark_memory_systems.py:305
low System graph software Dead code conf 1.00 Possibly dead Python function: select_recent
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/agents/benchmarks/benchmark_memory_systems.py:610
low System graph software Dead code conf 1.00 Possibly dead Python function: semantic_search
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/agents/benchmarks/benchmark_memory_systems.py:454
low System graph software Dead code conf 1.00 Possibly dead Python function: session_memories_add
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/agents/UAP/cli.py:431
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — examples/auto-coordinator-example.js:16
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — examples/demo-order-solid.ts:9
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — examples/order-processing-strategy-pattern.ts:142
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — examples/order-processor-refactored.ts:136
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — examples/order-solid-refactor.ts:463
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — examples/refactored-order-processing.ts:70
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — examples/run-order-processing.ts:26
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — examples/solid-order-processing.ts:61
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — examples/strategy-pattern-example.ts:63
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/benchmark-full-suite.ts:44
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/benchmark-quick-suite.ts:42
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/benchmarks/baseline-no-uap.tsx:106
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/benchmarks/benchmark-qwen35-baseline-no-uap.tsx:231
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/benchmarks/benchmark-qwen35-generic-uap.tsx:134
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/benchmarks/benchmark-qwen35-uap-3.0-opencode.tsx:509
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/benchmarks/benchmark-server.ts:80
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/benchmarks/direct-benchmark-qwen35.tsx:184
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/benchmarks/distill-generic-patterns.tsx:67
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/benchmarks/full-88-tasks-uap.tsx:48
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/benchmarks/full-88-uap-fixed.tsx:46
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/benchmarks/generate-comparison-report.ts:90
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/benchmarks/run-model-comparison.ts:229
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/generate-benchmark-report.ts:36
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/install-policy.ts:52
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/setup/install-cloakbrowser.ts:5
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/benchmarks/improved-benchmark.ts:233
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/benchmarks/model-integration.ts:126
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/benchmarks/multi-turn-agent.ts:75
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/benchmarks/token-throughput.ts:137
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/cli/agent.ts:92
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/cli/analyze.ts:36
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/cli/compliance.ts:54
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/cli/coord.ts:47
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/cli/dashboard.ts:113
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/cli/deliver.ts:162
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/cli/deploy.ts:74
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/cli/droids.ts:145
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/cli/expert-route.ts:64
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/cli/generate.ts:81
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/cli/harness.ts:98
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/cli/hooks.ts:86
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/cli/ideate.ts:77
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/cli/init.ts:45
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/cli/mcp-router.ts:75
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/cli/memory.ts:74
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/cli/model.ts:54
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/cli/patterns.ts:28
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/cli/policy.ts:49
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/cli/rtk.ts:79
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/cli/schema-diff.ts:315
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/cli/setup-mcp-router.ts:25
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/cli/setup-wizard.ts:122
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/cli/setup.ts:39
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/cli/skill.ts:77
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/cli/sync.ts:173
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/cli/task.ts:169
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/cli/tool-calls.ts:188
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/cli/update.ts:30
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/cli/worktree.ts:155
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/coordination/deploy-batcher.ts:639
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/coordination/pattern-router.ts:158
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/dashboard/server.ts:281
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/memory/backends/qdrant-cloud.ts:179
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/memory/prepopulate.ts:138
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/policies/convert-policy-to-claude.ts:98
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/tasks/event-bus.ts:57
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/telemetry/session-telemetry.ts:295
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/utils/logger.ts:69
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — test/benchmarks/performance.test.ts:130
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — test/benchmarks/run-benchmark.test.ts:35
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — test/droids-parallel.test.ts:9
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — test/optimization-sweep-4.test.ts:93
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — test/uap-strict-droids.test.ts:13
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Integrity conf 1.00 Stub function `version` (body is just `pass`/`return`) — tools/uap_harbor/uap_agent.py:283
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph api Wiring conf 1.00 Unused endpoint: GET /benchmark/results
`scripts/benchmarks/benchmark-server.ts` declares `GET /benchmark/results` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /v1/context
`tools/agents/scripts/anthropic_proxy.py` declares `GET /v1/context` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /v1/models
`tools/agents/scripts/anthropic_proxy.py` declares `GET /v1/models` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /anthropic/v1/messages
`tools/agents/scripts/anthropic_proxy.py` declares `POST /anthropic/v1/messages` 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 — consider removing or documenting who consumes i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /benchmark/run
`scripts/benchmarks/benchmark-server.ts` declares `POST /benchmark/run` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /v1/chat/completions
`tools/agents/scripts/anthropic_proxy.py` declares `POST /v1/chat/completions` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /v1/messages
`tools/agents/scripts/anthropic_proxy.py` declares `POST /v1/messages` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: src/cli/dashboard.ts (2280 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/cli/hooks.ts (1664 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/dashboard/data-service.ts (2091 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/telemetry/session-telemetry.ts (1522 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tools/agents/opencode_uap_agent.py (1546 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tools/agents/scripts/anthropic_proxy.py (8956 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tools/agents/tests/test_anthropic_proxy_streaming.py (5663 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/78324ee2-7b66-4329-96c2-9e07ed1365a9/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/78324ee2-7b66-4329-96c2-9e07ed1365a9/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.