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.

switchroom/switchroom

https://github.com/switchroom/switchroom · scanned 2026-06-16 00:27 UTC (2 months, 2 weeks ago)

780 raw signals (0 security + 780 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 757 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 61.4/100 with 100.0% coverage. It contains 8170 nodes across 24 cross-layer flows, written primarily in mixed languages. Engine surfaced 780 findings — concentrated in quality (580), security (108), frontend (71). Risk profile is high: 0 critical, 10 high, 133 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 247 of 757 actionable findings. 780 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.

high System graph security security conf 1.00 Insecure pattern 'eval_used' in evals/run_trigger.py:206
Found a known-risky pattern (eval_used). Review and replace if possible.
evals/run_trigger.py:206 Eval used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in src/cli/doctor-memory.ts:139
Found a known-risky pattern (exec_used). Review and replace if possible.
src/cli/doctor-memory.ts:139 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in src/cli/status.ts:99
Found a known-risky pattern (exec_used). Review and replace if possible.
src/cli/status.ts:99 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in telegram-plugin/history.ts:48
Found a known-risky pattern (exec_used). Review and replace if possible.
telegram-plugin/history.ts:48 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in telegram-plugin/registry/reaper.ts:50
Found a known-risky pattern (exec_used). Review and replace if possible.
telegram-plugin/registry/reaper.ts:50 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in telegram-plugin/registry/subagents-schema.ts:57
Found a known-risky pattern (exec_used). Review and replace if possible.
telegram-plugin/registry/subagents-schema.ts:57 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in telegram-plugin/registry/turns-schema.ts:53
Found a known-risky pattern (exec_used). Review and replace if possible.
telegram-plugin/registry/turns-schema.ts:53 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in telegram-plugin/shared/bot-runtime.ts:247
Found a known-risky pattern (exec_used). Review and replace if possible.
telegram-plugin/shared/bot-runtime.ts:247 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in telegram-plugin/subagent-watcher.ts:60
Found a known-risky pattern (exec_used). Review and replace if possible.
telegram-plugin/subagent-watcher.ts:60 Exec used
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/agents/scaffold.ts:1717
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/auth/account-refresh.ts:64
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/agent-vault-preflight.ts:91
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/drive/folder-picker.ts:28
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/drive/oauth.ts:399
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/scheduler/action-engine.ts:38
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/web/server.ts:698
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/web/webhook-handler.ts:3
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 — telegram-plugin/gateway/linear-activity.ts:34
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 — telegram-plugin/uat/scenarios/jtbd-webkite-read-dm.test.ts:17
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: profiles/coding/skills/code-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.
profiles/coding/skills/code-review/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: profiles/executive-assistant/skills/daily-briefing/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.
profiles/executive-assistant/skills/daily-briefing/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: profiles/executive-assistant/skills/meeting-prep/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.
profiles/executive-assistant/skills/meeting-prep/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: profiles/health-coach/skills/check-in/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.
profiles/health-coach/skills/check-in/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: profiles/health-coach/skills/weekly-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.
profiles/health-coach/skills/weekly-review/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/docx/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/docx/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/notion/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/notion/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/switchroom-architecture/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/switchroom-architecture/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/switchroom-status/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/switchroom-status/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: telegram-plugin/.mcp.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.
telegram-plugin/.mcp.json VerificationMcp config
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: skills/docx/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
skills/docx/SKILL.md:58 Supply chainSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: skills/pptx/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
skills/pptx/SKILL.md:230 Supply chainSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: skills/switchroom-health/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
skills/switchroom-health/SKILL.md:105 Supply chainSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: skills/switchroom-install/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
skills/switchroom-install/SKILL.md:55 Supply chainSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: skills/switchroom-manage/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
skills/switchroom-manage/SKILL.md:77 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 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/promote.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/docker-images.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in skills/skill-creator/assets/eval_review.html:69
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
skills/skill-creator/assets/eval_review.html:69 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in skills/skill-creator/eval-viewer/viewer.html:766
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
skills/skill-creator/eval-viewer/viewer.html:766 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/web/ui/index.html:673
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/web/ui/index.html:673 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in src/web/ui/index.html:2405
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
src/web/ui/index.html:2405 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/build.mjs:4
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/build.mjs:4 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/check-no-broadcast-delivery.mjs:35
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/check-no-broadcast-delivery.mjs:35 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/check-no-pii-secrets.mjs:30
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/check-no-pii-secrets.mjs:30 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/check-plugin-references.mjs:39
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/check-plugin-references.mjs:39 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/check-web-subscription-honest.mjs:43
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/check-web-subscription-honest.mjs:43 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/agents/add-orchestrator.ts:32
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/agents/add-orchestrator.ts:32 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/agents/autoaccept.ts:35
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/agents/autoaccept.ts:35 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/agents/docker-fleet.ts:22
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/agents/docker-fleet.ts:22 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/agents/inject.ts:32
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/agents/inject.ts:32 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/agents/lifecycle.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/agents/lifecycle.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/agents/scaffold.ts:19
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/agents/scaffold.ts:19 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/agents/singleton-reconcile.ts:30
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/agents/singleton-reconcile.ts:30 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/agents/status.ts:21
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/agents/status.ts:21 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/agents/tmux.ts:16
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/agents/tmux.ts:16 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/auth/manager.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/auth/manager.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/auth/pane-ready-probe.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/auth/pane-ready-probe.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/auth/via-claude.ts:36
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/auth/via-claude.ts:36 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/cli/agent-config-write.ts:64
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/cli/agent-config-write.ts:64 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/cli/agent.ts:69
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/cli/agent.ts:69 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/cli/apply.ts:22
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/cli/apply.ts:22 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/cli/doctor-auth-broker.ts:30
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/cli/doctor-auth-broker.ts:30 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/cli/doctor-hostd.ts:26
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/cli/doctor-hostd.ts:26 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/cli/doctor-memory.ts:27
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/cli/doctor-memory.ts:27 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/cli/doctor-vault-broker-durability.ts:47
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/cli/doctor-vault-broker-durability.ts:47 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/cli/doctor.ts:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/cli/doctor.ts:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/cli/hostd.ts:29
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/cli/hostd.ts:29 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/cli/m365-mcp-launcher.ts:32
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/cli/m365-mcp-launcher.ts:32 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/cli/notion-mcp-launcher.ts:39
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/cli/notion-mcp-launcher.ts:39 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/cli/rollout.ts:35
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/cli/rollout.ts:35 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/cli/skill-personal.ts:53
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/cli/skill-personal.ts:53 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/cli/skill.ts:61
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/cli/skill.ts:61 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/cli/status.ts:32
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/cli/status.ts:32 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/cli/update.ts:41
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/cli/update.ts:41 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/cli/vault-auto-unlock.ts:23
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/cli/vault-auto-unlock.ts:23 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/cli/vault-broker.ts:21
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/cli/vault-broker.ts:21 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/cli/vault-sweep.ts:25
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/cli/vault-sweep.ts:25 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/cli/version.ts:3
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/cli/version.ts:3 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/cli/webd.ts:45
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/cli/webd.ts:45 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/cli/workspace.ts:4
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/cli/workspace.ts:4 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/deps/node.ts:12
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/deps/node.ts:12 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/deps/python.ts:11
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/deps/python.ts:11 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/drive/oauth.ts:336
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/drive/oauth.ts:336 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/host-control/config-edit-validator.ts:43
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/host-control/config-edit-validator.ts:43 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/host-control/release-watcher-shellouts.ts:19
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/host-control/release-watcher-shellouts.ts:19 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/host-control/server.ts:26
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/host-control/server.ts:26 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/issues/store.ts:43
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/issues/store.ts:43 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/manifest.ts:18
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/manifest.ts:18 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/mcp/agent-config/server.ts:29
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/mcp/agent-config/server.ts:29 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/microsoft/oauth.ts:25
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/microsoft/oauth.ts:25 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/repos/agent-worktree.ts:18
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/repos/agent-worktree.ts:18 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/repos/bare-clone.ts:13
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/repos/bare-clone.ts:13 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/setup/hindsight.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/setup/hindsight.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/vault/broker/peercred.ts:35
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/vault/broker/peercred.ts:35 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/web/api.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/web/api.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/web/config-diff.ts:23
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/web/config-diff.ts:23 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/worktree/claim.ts:15
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/worktree/claim.ts:15 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/worktree/reaper.ts:17
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/worktree/reaper.ts:17 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/worktree/release.ts:13
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/worktree/release.ts:13 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in telegram-plugin/gateway/auth-add-flow.ts:55
Found a known-risky pattern (node_child_process). Review and replace if possible.
telegram-plugin/gateway/auth-add-flow.ts:55 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in telegram-plugin/gateway/boot-probes.ts:16
Found a known-risky pattern (node_child_process). Review and replace if possible.
telegram-plugin/gateway/boot-probes.ts:16 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in telegram-plugin/hooks/secret-scrub-stop.mjs:17
Found a known-risky pattern (node_child_process). Review and replace if possible.
telegram-plugin/hooks/secret-scrub-stop.mjs:17 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in telegram-plugin/hooks/subagent-tracker-posttool.mjs:31
Found a known-risky pattern (node_child_process). Review and replace if possible.
telegram-plugin/hooks/subagent-tracker-posttool.mjs:31 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in telegram-plugin/hooks/subagent-tracker-pretool.mjs:35
Found a known-risky pattern (node_child_process). Review and replace if possible.
telegram-plugin/hooks/subagent-tracker-pretool.mjs:35 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in telegram-plugin/scripts/build.mjs:3
Found a known-risky pattern (node_child_process). Review and replace if possible.
telegram-plugin/scripts/build.mjs:3 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in telegram-plugin/secret-detect/vault-write.ts:27
Found a known-risky pattern (node_child_process). Review and replace if possible.
telegram-plugin/secret-detect/vault-write.ts:27 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in telegram-plugin/shared/bot-runtime.ts:27
Found a known-risky pattern (node_child_process). Review and replace if possible.
telegram-plugin/shared/bot-runtime.ts:27 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in telegram-plugin/uat/driver-info.ts:14
Found a known-risky pattern (node_child_process). Review and replace if possible.
telegram-plugin/uat/driver-info.ts:14 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in telegram-plugin/uat/login.ts:25
Found a known-risky pattern (node_child_process). Review and replace if possible.
telegram-plugin/uat/login.ts:25 Node child process
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — skills/docx/scripts/office/soffice.py:14
`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 — skills/docx/scripts/office/validators/redlining.py:138
`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 — skills/pptx/scripts/office/soffice.py:14
`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 — skills/pptx/scripts/office/validators/redlining.py:138
`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 — skills/pptx/scripts/thumbnail.py:161
`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 — skills/skill-creator/scripts/run_eval.py:85
`subprocess.Popen(...)` 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 — skills/xlsx/scripts/office/soffice.py:14
`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 — skills/xlsx/scripts/office/validators/redlining.py:138
`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 — skills/xlsx/scripts/recalc.py:92
`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 116 placeholder/mock markers across 69 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 10 in use
Port 10 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
audit/2026-05-26/findings/jtbd-steer-or-queue-mid-flight.yaml Ports
medium System graph network Security conf 1.00 Privileged port 12 in use
Port 12 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
audit/2026-05-26/findings/contract-principles.yaml Ports
low System graph quality Integrity conf 1.00 159 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `AGENTS`, `AGENT_NAME`, `CLAUDE_CONFIG_DIR`, `CLAUDE_PROJECT_DIR`, `CREDENTIALS_DIRECTORY`, `CRED_FILE`, `DISPLAY`, `GIT_AUTHOR_EMAIL` + 151 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
config drift
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 1510 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 quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: evals/run_quality.py:git_sha, evals/run_trigger.py:git_sha 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.
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 15 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: skills/docx/scripts/office/validate.py:main, skills/pptx/scripts/office/validate.py:main, skills/xlsx/scripts/office/validate.py:main This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). C…
15 occurrences
repo-level (15 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 3 occurrences Near-duplicate function bodies in 6 places
Functions with the same first-5-line body hash: skills/docx/scripts/office/helpers/merge_runs.py:merge_runs, skills/docx/scripts/office/helpers/simplify_redlines.py:simplify_redlines, skills/pptx/scripts/office/helpers/merge_runs.py:merge_runs, skills/pptx/scripts/office/helpers/simplify_redlines.p…
3 occurrences
repo-level (3 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `AgentLegacy` in src/auth/migrate-schema.ts:92
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 `isCanonicalOld` in src/vault/migrate-layout.ts:120
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 `isUnparseableAndOld` in src/vault/flock.ts:394
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 `lin_refresh_old` in tests/linear-oauth-refresh.test.ts:19
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 `meken_law_bot_v2` in src/setup/telegram-api.test.ts:98
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 `rt_old` in telegram-plugin/tests/linear-agent-activity.test.ts:154
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 `shouldFallBackToLegacy` in telegram-plugin/gateway/pid-file.ts:95
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 `shouldFallBackToLegacy` in telegram-plugin/server.ts:46
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 `shouldFallBackToLegacy` in telegram-plugin/tests/false-restart-banner.test.ts:7
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 `specLegacy` in telegram-plugin/gateway/answer-thread-resolve.test.ts:159
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 `toolu_old` in telegram-plugin/tests/resolve-calling-subagent.test.ts:124
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 `turn_old` in telegram-plugin/registry/api-registry.test.ts:62
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 `turn_old` in telegram-plugin/registry/turns-schema.test.ts:59
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 `vg_legacy` in src/vault/write-grants.test.ts:88
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 `xml_copy` in skills/docx/scripts/office/validators/base.py:705
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 `xml_copy` in skills/pptx/scripts/office/validators/base.py:705
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 `xml_copy` in skills/xlsx/scripts/office/validators/base.py:705
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 software Dead code conf 1.00 Possibly dead Python function: do_GET
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
skills/skill-creator/eval-viewer/generate_review.py:332
low System graph software Dead code conf 1.00 Possibly dead Python function: do_POST
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
skills/skill-creator/eval-viewer/generate_review.py:361
low System graph software Dead code conf 1.00 3 occurrences Possibly dead Python function: infer_author
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
3 files, 3 locations
skills/docx/scripts/office/helpers/simplify_redlines.py:172
skills/pptx/scripts/office/helpers/simplify_redlines.py:172
skills/xlsx/scripts/office/helpers/simplify_redlines.py:172
low System graph software Dead code conf 1.00 Possibly dead Python function: log_message
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
skills/skill-creator/eval-viewer/generate_review.py:382
low System graph software Dead code conf 1.00 3 occurrences Possibly dead Python function: merge_runs
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
3 files, 3 locations
skills/docx/scripts/office/helpers/merge_runs.py:16
skills/pptx/scripts/office/helpers/merge_runs.py:16
skills/xlsx/scripts/office/helpers/merge_runs.py:16
low System graph software Dead code conf 1.00 Possibly dead Python function: patched_get_inherited
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
skills/pdf/scripts/fill_fillable_fields.py:80
low System graph software Dead code conf 1.00 Possibly dead Python function: run_single_query
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
skills/skill-creator/scripts/run_eval.py:35
low System graph software Dead code conf 1.00 3 occurrences Possibly dead Python function: simplify_redlines
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
3 files, 3 locations
skills/docx/scripts/office/helpers/simplify_redlines.py:22
skills/pptx/scripts/office/helpers/simplify_redlines.py:22
skills/xlsx/scripts/office/helpers/simplify_redlines.py:22
low System graph software Dead code conf 1.00 Possibly dead Python function: sort_key
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
skills/pdf/scripts/extract_form_field_info.py:96
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/import-openclaw-credentials.ts:421
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/agents/add-orchestrator.ts:221
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/agents/lifecycle.ts:405
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/agents/scaffold.ts:1927
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/agents/status.ts:573
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:341
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/apply.ts:1100
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/auth-google.ts:123
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/auth-microsoft.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 — src/cli/auth-schedule.ts:389
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/auth.ts:275
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/debug.ts:205
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/deps.ts:59
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/doctor.ts:1964
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/drive.ts:321
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/hostd.ts:297
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/linear-agent.ts:107
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:104
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/perf.ts:59
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/restart.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 — src/cli/setup.ts:58
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-personal.ts:601
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-search.ts:391
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:638
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/soul.ts:146
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/status.ts:263
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/telegram.ts:135
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/topics.ts:31
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/vault-audit.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 — src/cli/vault-auto-unlock.ts:133
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/vault-backup.ts:128
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/vault-broker.ts:219
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/vault-doctor.ts:59
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/vault-grant.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/vault-sweep.ts:393
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/vault.ts:346
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/version.ts:139
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/versions.ts:76
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/web.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 — src/cli/webd.ts:270
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: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 — src/setup/botfather-walkthrough.ts:104
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/setup/profile-picker.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/setup/prompt.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/web/server.ts:1174
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 — telegram-plugin/tests/vault-subcommands.test.ts:194
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 — telegram-plugin/uat/scenarios/cross-turn-pending-progress-dm.test.ts:99
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 — telegram-plugin/uat/scenarios/fuzz-cross-surface-ordering-channel.test.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 — telegram-plugin/uat/scenarios/fuzz-multitopic-routing-channel.test.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 — telegram-plugin/uat/scenarios/fuzz-real-work-channel.test.ts:53
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 — telegram-plugin/uat/scenarios/fuzz-real-work-dm.test.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 — telegram-plugin/uat/scenarios/jtbd-fast-ack-dm.test.ts:185
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 — telegram-plugin/uat/scenarios/jtbd-fast-trivial-dm.test.ts:116
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 — telegram-plugin/uat/scenarios/jtbd-foreground-subagent-activity-channel.test.ts:65
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 — telegram-plugin/uat/scenarios/jtbd-foreground-subagent-activity-dm.test.ts:73
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 — telegram-plugin/uat/scenarios/jtbd-forwarded-burst-dm.test.ts:147
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 — telegram-plugin/uat/scenarios/jtbd-memory-survives-restart-dm.test.ts:168
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 — telegram-plugin/uat/scenarios/jtbd-pending-progress-html-dm.test.ts:66
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 — telegram-plugin/uat/scenarios/jtbd-soft-commit-dm.test.ts:59
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 — telegram-plugin/uat/scenarios/jtbd-wake-audit-content-dm.test.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 — telegram-plugin/uat/scenarios/jtbd-webkite-read-dm.test.ts:104
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 — telegram-plugin/uat/scenarios/jtbd-worker-activity-feed-channel.test.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 — telegram-plugin/uat/scenarios/jtbd-worker-activity-feed-dm.test.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 — telegram-plugin/uat/scenarios/visible-answer-stream-dm.test.ts:100
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 — tests/docker/broker-ipc-race.test.ts:316
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 — tests/docker/phase2a-broker-ipc.test.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 — tests/docker/phase2b-kernel-ipc.test.ts:139
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 — tests/docker/phase2c-vault-integration.test.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 — tests/skill-coverage/corpus/generate-corpus.ts:524
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 — tests/skill-validate-pretool.test.ts:116
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 — tests/workspace.git.test.ts:51
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 Complexity conf 1.00 Very large file: src/agents/compose.ts (2124 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/agents/scaffold.ts (6115 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/auth/broker/server.test.ts (2495 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/auth/broker/server.ts (2716 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/agent.ts (2579 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/apply.ts (1540 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/doctor.ts (2840 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/setup.ts (1604 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/config/schema.ts (3202 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/host-control/server.ts (2514 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/vault/broker/server.ts (3219 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/web/api.ts (2328 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: telegram-plugin/bridge/bridge.ts (858 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: telegram-plugin/gateway/boot-probes.ts (1432 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: telegram-plugin/subagent-watcher.ts (1608 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: telegram-plugin/tests/boot-probes.test.ts (1331 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: telegram-plugin/tests/subagent-watcher.test.ts (1271 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/docker/compose-generator.test.ts (2818 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/host-control/server.test.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: tests/scaffold.test.ts (4698 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/telegram-commands.test.ts (1551 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/web.test.ts (2382 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/90246bb6-ee10-46b2-97f9-2fe8b597d9fd/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/90246bb6-ee10-46b2-97f9-2fe8b597d9fd/

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.