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.

UMB-Advisors/AgentBOX

https://github.com/UMB-Advisors/AgentBOX · scanned 2026-06-16 00:46 UTC (2 months, 1 week ago)

1429 raw signals (0 security + 1429 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 1397 actionable findings from 1 signal source. 32 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 40.3/100 with 100.0% coverage. It contains 13612 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 1429 findings — concentrated in quality (1010), frontend (233), security (88). Risk profile is high: 15 critical, 41 high, 126 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 481 of 1397 actionable findings. 1429 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 2 occurrences Possible secret in hermes-desktop-main/hermes-desktop-main/src/shared/i18n/locales/en/constants.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 152, 164
hermes-desktop-main/hermes-desktop-main/src/shared/i18n/locales/en/constants.ts:152, 164 (2 hits)
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in hermes-desktop-main/hermes-desktop-main/src/shared/i18n/locales/es/constants.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 150, 162
hermes-desktop-main/hermes-desktop-main/src/shared/i18n/locales/es/constants.ts:150, 162 (2 hits)
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in hermes-desktop-main/hermes-desktop-main/src/shared/i18n/locales/id/constants.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 147, 159
hermes-desktop-main/hermes-desktop-main/src/shared/i18n/locales/id/constants.ts:147, 159 (2 hits)
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in hermes-desktop-main/hermes-desktop-main/src/shared/i18n/locales/ja/constants.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 147, 159
hermes-desktop-main/hermes-desktop-main/src/shared/i18n/locales/ja/constants.ts:147, 159 (2 hits)
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in hermes-desktop-main/hermes-desktop-main/src/shared/i18n/locales/pt-BR/constants.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 150, 162
hermes-desktop-main/hermes-desktop-main/src/shared/i18n/locales/pt-BR/constants.ts:150, 162 (2 hits)
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in hermes-desktop-main/hermes-desktop-main/src/shared/i18n/locales/pt-PT/constants.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 146, 159
hermes-desktop-main/hermes-desktop-main/src/shared/i18n/locales/pt-PT/constants.ts:146, 159 (2 hits)
critical System graph security Secrets conf 1.00 Possible secret in hermes-desktop-main/hermes-desktop-main/src/shared/i18n/locales/zh-CN/constants.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
hermes-desktop-main/hermes-desktop-main/src/shared/i18n/locales/zh-CN/constants.ts:162
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in hermes-desktop-main/hermes-desktop-main/src/shared/i18n/locales/zh-TW/constants.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 146, 158
hermes-desktop-main/hermes-desktop-main/src/shared/i18n/locales/zh-TW/constants.ts:146, 158 (2 hits)
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: gbrain-master/gbrain-master/AGENTS.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
gbrain-master/gbrain-master/AGENTS.md:13 SecretsAgents md
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: gbrain-master/gbrain-master/CLAUDE.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
gbrain-master/gbrain-master/CLAUDE.md:101 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: gbrain-master/gbrain-master/skills/ingest/SKILL.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
gbrain-master/gbrain-master/skills/ingest/SKILL.md:234 SecretsSkill file
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: gbrain-master/gbrain-master/skills/setup/SKILL.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
gbrain-master/gbrain-master/skills/setup/SKILL.md:31 SecretsSkill file
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: gbrain-master/gbrain-master/skills/skillify/SKILL.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
gbrain-master/gbrain-master/skills/skillify/SKILL.md:136 SecretsSkill file
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/... (mailbox/dashboard/lib/api.ts:3)
`mailbox/dashboard/lib/api.ts:3` calls `GET /api/...` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/...` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/drafts/${draftId}/cross-account (mailbox/dashboard/components/CrossAccountPanel.tsx:33)
`mailbox/dashboard/components/CrossAccountPanel.tsx:33` calls `GET /api/drafts/${draftId}/cross-account` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/drafts/<p>/cross-account` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/drafts/${draftId}/sender-history (mailbox/dashboard/components/SenderHistoryPanel.tsx:41)
`mailbox/dashboard/components/SenderHistoryPanel.tsx:41` calls `GET /api/drafts/${draftId}/sender-history` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/drafts/<p>/sender-history` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${localPort}/health (hermes-desktop-main/hermes-desktop-main/src/main/ssh-tunnel.ts:238)
`hermes-desktop-main/hermes-desktop-main/src/main/ssh-tunnel.ts:238` calls `GET http://127.0.0.1:${localPort}/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/127.0.0.1:/<p>/health` If this poin…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${port}/health (gbrain-master/gbrain-master/test/admin-embed-spawn.serial.test.ts:104)
`gbrain-master/gbrain-master/test/admin-embed-spawn.serial.test.ts:104` calls `GET http://127.0.0.1:${port}/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/health` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${port}/health (hermes-desktop-main/hermes-desktop-main/src/main/ssh-tunnel.ts:33)
`hermes-desktop-main/hermes-desktop-main/src/main/ssh-tunnel.ts:33` calls `GET http://127.0.0.1:${port}/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/127.0.0.1:/<p>/health` If this points at …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${s.port}/admin/ (gbrain-master/gbrain-master/test/admin-embed-spawn.serial.test.ts:142)
`gbrain-master/gbrain-master/test/admin-embed-spawn.serial.test.ts:142` calls `GET http://127.0.0.1:${s.port}/admin/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/admin` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${s.port}/admin/agents (gbrain-master/gbrain-master/test/admin-embed-spawn.serial.test.ts:177)
`gbrain-master/gbrain-master/test/admin-embed-spawn.serial.test.ts:177` calls `GET http://127.0.0.1:${s.port}/admin/agents` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/admin/agents` If this p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${s.port}/admin/api/stats (gbrain-master/gbrain-master/test/admin-embed-spawn.serial.test.ts:194)
`gbrain-master/gbrain-master/test/admin-embed-spawn.serial.test.ts:194` calls `GET http://127.0.0.1:${s.port}/admin/api/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/admin/api/stats` If …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${s.port}/admin/index.html (gbrain-master/gbrain-master/test/admin-embed-spawn.serial.test.ts:163)
`gbrain-master/gbrain-master/test/admin-embed-spawn.serial.test.ts:163` calls `GET http://127.0.0.1:${s.port}/admin/index.html` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/admin/index.html` I…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${serverPort}/.well-known/oauth-authorization-server (gbrain-master/gbrain-master/test/e2e/thin-client.test.ts:105)
`gbrain-master/gbrain-master/test/e2e/thin-client.test.ts:105` calls `GET http://127.0.0.1:${serverPort}/.well-known/oauth-authorization-server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/.w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${srv.port}/health (gbrain-master/gbrain-master/test/e2e/http-transport.test.ts:82)
`gbrain-master/gbrain-master/test/e2e/http-transport.test.ts:82` calls `GET http://localhost:${srv.port}/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>/health` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.github.com (gbrain-master/gbrain-master/test/e2e/upgrade.test.ts:17)
`gbrain-master/gbrain-master/test/e2e/upgrade.test.ts:17` calls `GET https://api.github.com` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.github.com` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.github.com/repos/garrytan/gbrain/releases/latest (gbrain-master/gbrain-master/src/commands/check-update.ts:45)
`gbrain-master/gbrain-master/src/commands/check-update.ts:45` calls `GET https://api.github.com/repos/garrytan/gbrain/releases/latest` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.github.com/repos/garry…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://raw.githubusercontent.com/garrytan/gbrain/master/CHANGELOG.md (gbrain-master/gbrain-master/src/commands/check-update.ts:63)
`gbrain-master/gbrain-master/src/commands/check-update.ts:63` calls `GET https://raw.githubusercontent.com/garrytan/gbrain/master/CHANGELOG.md` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/raw.githubusercon…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://status.openai.com/api/v2/status.json (gbrain-master/gbrain-master/recipes/agent-voice/code/lib/upstream-classifier.mjs:133)
`gbrain-master/gbrain-master/recipes/agent-voice/code/lib/upstream-classifier.mjs:133` calls `GET https://status.openai.com/api/v2/status.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/status.openai.com…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /ollama/api/chat (mailbox/sandbox/src/App.tsx:220)
`mailbox/sandbox/src/App.tsx:220` calls `POST /ollama/api/chat` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ollama/api/chat` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:${srv.port}/mcp (gbrain-master/gbrain-master/test/e2e/http-transport.test.ts:104)
`gbrain-master/gbrain-master/test/e2e/http-transport.test.ts:104` calls `POST http://localhost:${srv.port}/mcp` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>/mcp` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:${srv.port}/mcp (gbrain-master/gbrain-master/test/e2e/http-transport.test.ts:122)
`gbrain-master/gbrain-master/test/e2e/http-transport.test.ts:122` calls `POST http://localhost:${srv.port}/mcp` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>/mcp` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:${srv.port}/mcp (gbrain-master/gbrain-master/test/e2e/http-transport.test.ts:137)
`gbrain-master/gbrain-master/test/e2e/http-transport.test.ts:137` calls `POST http://localhost:${srv.port}/mcp` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>/mcp` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:${srv.port}/mcp (gbrain-master/gbrain-master/test/e2e/http-transport.test.ts:153)
`gbrain-master/gbrain-master/test/e2e/http-transport.test.ts:153` calls `POST http://localhost:${srv.port}/mcp` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>/mcp` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:${srv.port}/mcp (gbrain-master/gbrain-master/test/e2e/http-transport.test.ts:181)
`gbrain-master/gbrain-master/test/e2e/http-transport.test.ts:181` calls `POST http://localhost:${srv.port}/mcp` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>/mcp` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:${srv.port}/mcp (gbrain-master/gbrain-master/test/e2e/http-transport.test.ts:200)
`gbrain-master/gbrain-master/test/e2e/http-transport.test.ts:200` calls `POST http://localhost:${srv.port}/mcp` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>/mcp` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:${srv.port}/mcp (gbrain-master/gbrain-master/test/e2e/http-transport.test.ts:223)
`gbrain-master/gbrain-master/test/e2e/http-transport.test.ts:223` calls `POST http://localhost:${srv.port}/mcp` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>/mcp` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:${srv.port}/mcp (gbrain-master/gbrain-master/test/e2e/http-transport.test.ts:91)
`gbrain-master/gbrain-master/test/e2e/http-transport.test.ts:91` calls `POST http://localhost:${srv.port}/mcp` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>/mcp` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (gbrain-master/gbrain-master/recipes/agent-voice/code/pipeline.mjs:176)
`gbrain-master/gbrain-master/recipes/agent-voice/code/pipeline.mjs:176` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (gbrain-master/gbrain-master/test/e2e/salience-llm-routing.test.ts:125)
`gbrain-master/gbrain-master/test/e2e/salience-llm-routing.test.ts:125` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (mailbox/scripts/draft-quality-eval.mjs:83)
`mailbox/scripts/draft-quality-eval.mjs:83` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.cartesia.ai/tts/bytes (gbrain-master/gbrain-master/recipes/agent-voice/code/pipeline.mjs:275)
`gbrain-master/gbrain-master/recipes/agent-voice/code/pipeline.mjs:275` calls `POST https://api.cartesia.ai/tts/bytes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.cartesia.ai/tts/bytes` If this points …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/audio/speech (gbrain-master/gbrain-master/recipes/agent-voice/code/pipeline.mjs:314)
`gbrain-master/gbrain-master/recipes/agent-voice/code/pipeline.mjs:314` calls `POST https://api.openai.com/v1/audio/speech` 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/audio/speech` If th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://oauth2.googleapis.com/revoke (mailbox/dashboard/lib/oauth/google.ts:466)
`mailbox/dashboard/lib/oauth/google.ts:466` calls `POST https://oauth2.googleapis.com/revoke` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/oauth2.googleapis.com/revoke` If this points at an external API, pr…
Dangling fetchFetch
high System graph security security conf 1.00 Insecure pattern 'eval_used' in gbrain-master/gbrain-master/skills/functional-area-resolver/SKILL.md:292
Found a known-risky pattern (eval_used). Review and replace if possible.
gbrain-master/gbrain-master/skills/functional-area-resolver/SKILL.md:292 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in gbrain-master/gbrain-master/skills/skillify/SKILL.md:270
Found a known-risky pattern (eval_used). Review and replace if possible.
gbrain-master/gbrain-master/skills/skillify/SKILL.md:270 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in gbrain-master/gbrain-master/src/commands/eval-code-retrieval.ts:236
Found a known-risky pattern (eval_used). Review and replace if possible.
gbrain-master/gbrain-master/src/commands/eval-code-retrieval.ts:236 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in gbrain-master/gbrain-master/src/commands/routing-eval.ts:55
Found a known-risky pattern (eval_used). Review and replace if possible.
gbrain-master/gbrain-master/src/commands/routing-eval.ts:55 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in provisioning/verify-phase1.sh:53
Found a known-risky pattern (eval_used). Review and replace if possible.
provisioning/verify-phase1.sh:53 Eval used
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — gbrain-master/gbrain-master/admin/src/pages/Calibration.tsx:11
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — gbrain-master/gbrain-master/src/core/calibration/svg-renderer.ts:5
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — hermes-desktop-main/hermes-desktop-main/src/renderer/src/screens/Chat/WorktreePanel.tsx:33
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — hermes-desktop-main/hermes-desktop-main/src/renderer/src/screens/Memory/Memory.tsx:467
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — hermes-desktop-main/hermes-desktop-main/src/renderer/src/screens/Settings/Settings.tsx:823
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — hermes-desktop-main/hermes-desktop-main/src/renderer/src/screens/Tools/Tools.tsx:340
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — gbrain-master/gbrain-master/admin/src/api.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 — gbrain-master/gbrain-master/recipes/agent-voice/code/lib/upstream-classifier.mjs:42
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 — gbrain-master/gbrain-master/src/core/ai/gateway.ts:813
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 — gbrain-master/gbrain-master/src/core/ai/recipes/azure-openai.ts:105
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 — gbrain-master/gbrain-master/src/core/cycle/synthesize.ts:1018
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 — gbrain-master/gbrain-master/src/core/postgres-engine.ts:3780
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 — gbrain-master/gbrain-master/src/core/ssrf-validate.ts:232
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 — gbrain-master/gbrain-master/src/core/storage/supabase.ts:51
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 — gbrain-master/gbrain-master/src/core/supabase-admin.ts:39
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 — gbrain-master/gbrain-master/src/core/transcription.ts:127
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 — gbrain-master/gbrain-master/test/ai/zeroentropy-compat-fetch.test.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 — gbrain-master/gbrain-master/test/code-intel/recursive-walk.test.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 — gbrain-master/gbrain-master/test/e2e/bench-vs-openclaw/tweet-ingest.bench.ts:69
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 — gbrain-master/gbrain-master/test/e2e/http-transport.test.ts:82
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 — gbrain-master/gbrain-master/test/e2e/salience-llm-routing.test.ts:125
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 — gbrain-master/gbrain-master/test/e2e/serve-http-ingest-webhook.test.ts:134
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 — gbrain-master/gbrain-master/test/e2e/serve-http-oauth.test.ts:121
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 — gbrain-master/gbrain-master/test/e2e/sources-remote-mcp.test.ts:72
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 — gbrain-master/gbrain-master/test/http-transport.test.ts:206
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 — gbrain-master/gbrain-master/test/voyage-response-cap.test.ts:41
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 — hermes-desktop-main/hermes-desktop-main/src/main/media.ts:88
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 — mailbox/dashboard/components/ChatClient.tsx:126
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 — mailbox/dashboard/components/queue/useQueuePolling.ts:51
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 — mailbox/dashboard/components/QueueClient.tsx:116
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 — mailbox/dashboard/lib/api.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 — mailbox/dashboard/lib/classification/classify-one.ts:29
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 — mailbox/dashboard/lib/contacts/contacts.ts:5
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 — mailbox/dashboard/lib/mail/gmail-fetch.ts:4
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 — mailbox/dashboard/lib/oauth/google.ts:286
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 — mailbox/dashboard/scripts/classify-backfill.ts:96
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 — mailbox/dashboard/test/lib/rag-retrieve.test.ts:85
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 — mailbox/dashboard/test/routes/auto-send.test.ts:214
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 — mailbox/dashboard/test/routes/reclassify-sender.test.ts:8
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 — mailbox/sandbox/src/App.tsx:220
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 — mailbox/scripts/draft-quality-eval.mjs:83
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/skills/agentbox-flash/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/agentbox-flash/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: gbrain-master/gbrain-master/skills/ask-user/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.
gbrain-master/gbrain-master/skills/ask-user/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: gbrain-master/gbrain-master/skills/daily-task-manager/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.
gbrain-master/gbrain-master/skills/daily-task-manager/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: gbrain-master/gbrain-master/skills/media-ingest/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.
gbrain-master/gbrain-master/skills/media-ingest/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: gbrain-master/gbrain-master/skills/publish/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.
gbrain-master/gbrain-master/skills/publish/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: gbrain-master/gbrain-master/skills/skillpack-check/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.
gbrain-master/gbrain-master/skills/skillpack-check/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: gbrain-master/gbrain-master/skills/soul-audit/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.
gbrain-master/gbrain-master/skills/soul-audit/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: gbrain-master/gbrain-master/skills/webhook-transforms/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.
gbrain-master/gbrain-master/skills/webhook-transforms/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: mailbox/.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.
mailbox/.claude/settings.json VerificationClaude instruction
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: gbrain-master/gbrain-master/AGENTS.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
gbrain-master/gbrain-master/AGENTS.md:11 Supply chainAgents md
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: hermes-desktop-main/hermes-desktop-main/.claude/skills/hermes-agent/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
hermes-desktop-main/hermes-desktop-main/.claude/skills/hermes-agent/SKILL.md:129 Supply chainClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing lockfile. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
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 Action is tag-pinned rather than SHA-pinned
softprops/action-gh-release@v2 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
hermes-desktop-main/hermes-desktop-main/.github/workflows/release.yml:336 CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 3 occurrences 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.
3 files, 3 locations
gbrain-master/gbrain-master/.github/workflows/release.yml
hermes-desktop-main/hermes-desktop-main/.github/workflows/release.yml
mailbox/.github/workflows/publish-images.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in gbrain-master/gbrain-master/CLAUDE.md:527
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
gbrain-master/gbrain-master/CLAUDE.md:527 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in hermes-desktop-main/hermes-desktop-main/src/renderer/src/screens/Chat/WorktreePanel.tsx:33
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
hermes-desktop-main/hermes-desktop-main/src/renderer/src/screens/Chat/WorktreePanel.tsx:33 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in hermes-desktop-main/hermes-desktop-main/src/renderer/src/screens/Memory/Memory.tsx:467
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
hermes-desktop-main/hermes-desktop-main/src/renderer/src/screens/Memory/Memory.tsx:467 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in hermes-desktop-main/hermes-desktop-main/src/renderer/src/screens/Settings/Settings.tsx:823
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
hermes-desktop-main/hermes-desktop-main/src/renderer/src/screens/Settings/Settings.tsx:823 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in hermes-desktop-main/hermes-desktop-main/src/renderer/src/screens/Tools/Tools.tsx:340
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
hermes-desktop-main/hermes-desktop-main/src/renderer/src/screens/Tools/Tools.tsx:340 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gbrain-master/gbrain-master/src/commands/publish.ts:213
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gbrain-master/gbrain-master/src/commands/publish.ts:213 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/evals/functional-area-resolver/harness-runner.ts:26
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/evals/functional-area-resolver/harness-runner.ts:26 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/evals/functional-area-resolver/harness.mjs:15
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/evals/functional-area-resolver/harness.mjs:15 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/recipes/agent-voice/code/gbrain-client.mjs:25
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/recipes/agent-voice/code/gbrain-client.mjs:25 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/scripts/check-fuzz-purity.sh:63
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/scripts/check-fuzz-purity.sh:63 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/scripts/mine-shard-weights.ts:42
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/scripts/mine-shard-weights.ts:42 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/scripts/select-e2e.ts:33
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/scripts/select-e2e.ts:33 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/src/commands/autopilot.ts:22
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/src/commands/autopilot.ts:22 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/src/commands/eval-compare.ts:122
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/src/commands/eval-compare.ts:122 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/src/commands/eval-run-all.ts:150
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/src/commands/eval-run-all.ts:150 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/src/commands/frontmatter-install-hook.ts:23
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/src/commands/frontmatter-install-hook.ts:23 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/src/commands/import.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/src/commands/import.ts:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/src/commands/init.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/src/commands/init.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/src/commands/integrations.ts:27
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/src/commands/integrations.ts:27 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/src/commands/migrations/in-process.ts:24
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/src/commands/migrations/in-process.ts:24 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/src/commands/migrations/v0_11_0.ts:25
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/src/commands/migrations/v0_11_0.ts:25 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/src/commands/migrations/v0_12_0.ts:33
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/src/commands/migrations/v0_12_0.ts:33 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/src/commands/migrations/v0_12_2.ts:23
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/src/commands/migrations/v0_12_2.ts:23 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/src/commands/migrations/v0_13_0.ts:28
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/src/commands/migrations/v0_13_0.ts:28 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/src/commands/migrations/v0_32_2.ts:33
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/src/commands/migrations/v0_32_2.ts:33 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/src/commands/serve.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/src/commands/serve.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/src/commands/skillify-check.ts:28
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/src/commands/skillify-check.ts:28 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/src/commands/skillpack-check.ts:19
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/src/commands/skillpack-check.ts:19 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/src/commands/sync.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/src/commands/sync.ts:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/src/commands/upgrade.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/src/commands/upgrade.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/src/core/calibration/gstack-coupling.ts:27
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/src/core/calibration/gstack-coupling.ts:27 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/src/core/calibration/undo-wave.ts:42
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/src/core/calibration/undo-wave.ts:42 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/src/core/eval/drift-watch.ts:14
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/src/core/eval/drift-watch.ts:14 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/src/core/git-head.ts:25
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/src/core/git-head.ts:25 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/src/core/git-remote.ts:17
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/src/core/git-remote.ts:17 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/src/core/minions/child-worker-supervisor.ts:39
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/src/core/minions/child-worker-supervisor.ts:39 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/src/core/minions/handlers/shell.ts:29
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/src/core/minions/handlers/shell.ts:29 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/src/core/skill-fix-gates.ts:29
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/src/core/skill-fix-gates.ts:29 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/src/core/skillpack/bundle.ts:244
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/src/core/skillpack/bundle.ts:244 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/src/core/skillpack/endorse.ts:17
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/src/core/skillpack/endorse.ts:17 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/src/core/skillpack/remote-source.ts:24
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/src/core/skillpack/remote-source.ts:24 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/src/core/skillpack/tarball.ts:21
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/src/core/skillpack/tarball.ts:21 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/src/core/source-health.ts:24
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/src/core/source-health.ts:24 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in gbrain-master/gbrain-master/src/core/thin-client-upgrade-prompt.ts:24
Found a known-risky pattern (node_child_process). Review and replace if possible.
gbrain-master/gbrain-master/src/core/thin-client-upgrade-prompt.ts:24 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in hermes-desktop-main/hermes-desktop-main/src/main/claw3d.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
hermes-desktop-main/hermes-desktop-main/src/main/claw3d.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in hermes-desktop-main/hermes-desktop-main/src/main/cronjobs.ts:4
Found a known-risky pattern (node_child_process). Review and replace if possible.
hermes-desktop-main/hermes-desktop-main/src/main/cronjobs.ts:4 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in hermes-desktop-main/hermes-desktop-main/src/main/hermes-auth.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
hermes-desktop-main/hermes-desktop-main/src/main/hermes-auth.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in hermes-desktop-main/hermes-desktop-main/src/main/hermes.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
hermes-desktop-main/hermes-desktop-main/src/main/hermes.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in hermes-desktop-main/hermes-desktop-main/src/main/installer.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
hermes-desktop-main/hermes-desktop-main/src/main/installer.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in hermes-desktop-main/hermes-desktop-main/src/main/kanban.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
hermes-desktop-main/hermes-desktop-main/src/main/kanban.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in hermes-desktop-main/hermes-desktop-main/src/main/model-discovery.ts:17
Found a known-risky pattern (node_child_process). Review and replace if possible.
hermes-desktop-main/hermes-desktop-main/src/main/model-discovery.ts:17 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in hermes-desktop-main/hermes-desktop-main/src/main/profiles.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
hermes-desktop-main/hermes-desktop-main/src/main/profiles.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in hermes-desktop-main/hermes-desktop-main/src/main/skills.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
hermes-desktop-main/hermes-desktop-main/src/main/skills.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in hermes-desktop-main/hermes-desktop-main/src/main/ssh-remote.ts:7
Found a known-risky pattern (node_child_process). Review and replace if possible.
hermes-desktop-main/hermes-desktop-main/src/main/ssh-remote.ts:7 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in hermes-desktop-main/hermes-desktop-main/src/main/ssh-tunnel.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
hermes-desktop-main/hermes-desktop-main/src/main/ssh-tunnel.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in hermes-desktop-main/hermes-desktop-main/src/main/sudoCreds.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
hermes-desktop-main/hermes-desktop-main/src/main/sudoCreds.ts:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in hermes-desktop-main/hermes-desktop-main/src/main/utils.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
hermes-desktop-main/hermes-desktop-main/src/main/utils.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in mailbox/dashboard/lib/ota/update.ts:25
Found a known-risky pattern (node_child_process). Review and replace if possible.
mailbox/dashboard/lib/ota/update.ts:25 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in mailbox/dashboard/lib/queries-git.ts:22
Found a known-risky pattern (node_child_process). Review and replace if possible.
mailbox/dashboard/lib/queries-git.ts:22 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in mailbox/dashboard/scripts/gmail-history-backfill.ts:21
Found a known-risky pattern (node_child_process). Review and replace if possible.
mailbox/dashboard/scripts/gmail-history-backfill.ts:21 Node child process
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — mailbox/scripts/score-classifier.py:70
`subprocess.check_output(...)` 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 309 placeholder/mock markers across 125 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 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 Integrity conf 1.00 262 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `ANTHROPIC_API_KEY`, `APPDATA`, `BACKFILL_LIMIT`, `BACKFILL_LOOKBACK_HOURS`, `BASE_PATH`, `BRAIN_PATH`, `BRAIN_ROOT`, `BUN_INSTALL` + 254 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
config drift
low System graph quality Maintenance conf 1.00 79 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
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 2356 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 hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: caddy:2-alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
mailbox/caddy/Dockerfile:4 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: caddy:2-builder
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
mailbox/caddy/Dockerfile:1 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 3 occurrences Docker base image is tag-pinned but not digest-pinned: node:20-alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
lines 6, 17, 33
mailbox/dashboard/Dockerfile:6, 17, 33 (3 hits)
containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 19 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/setup-node@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
3 files, 19 locations
hermes-desktop-main/hermes-desktop-main/.github/workflows/release.yml:32, 73, 76, 132, 147, 150, 171, 187, +8 more (16 hits)
hermes-desktop-main/hermes-desktop-main/.github/workflows/ci.yml:22, 25 (2 hits)
.github/workflows/ci.yml:50
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 4 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: gbrain-ingest/ingest_email.py:crm_lookup, gbrain-ingest/ingest_feedback.py:crm_lookup 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.
4 occurrences
repo-level (4 hits)
duplicatesduplication
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: gbrain-master/gbrain-master/recipes/agent-voice/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
gbrain-master/gbrain-master/recipes/agent-voice/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `applyLegacy` in gbrain-master/gbrain-master/test/helpers/legacy-embedding-preload.ts:29
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 `days_old` in gbrain-master/gbrain-master/src/core/operations.ts:2921
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 `days_old` in gbrain-master/gbrain-master/src/core/postgres-engine.ts:5028
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 `days_old` in gbrain-master/gbrain-master/src/core/search/hybrid.ts:188
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 `days_old` in gbrain-master/gbrain-master/src/core/search/recency-decay.ts:23
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 `days_old` in gbrain-master/gbrain-master/src/core/search/sql-ranking.ts:208
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 `days_old` in gbrain-master/gbrain-master/src/core/types.ts:413
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 `days_old` in gbrain-master/gbrain-master/test/chunkers/code.test.ts:183
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 `federated_v2` in gbrain-master/gbrain-master/src/commands/sync.ts:2362
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 `federated_v2` in gbrain-master/gbrain-master/src/core/embedding.ts:189
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 `federated_v2` in gbrain-master/gbrain-master/src/core/feature-flags.ts:5
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 `federated_v2` in gbrain-master/gbrain-master/test/feature-flags.test.ts:50
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 `gbrain_version_too_old` in gbrain-master/gbrain-master/src/core/skillpack/scaffold-third-party.ts:75
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 `gbrain_version_too_old` in gbrain-master/gbrain-master/test/skillpack-scaffold-third-party.test.ts:187
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 `gbrainOld` in gbrain-master/gbrain-master/test/skillpack-apply-hunks.test.ts:186
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 `hasDeprecated` in gbrain-master/gbrain-master/src/core/storage-config.ts:131
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 `msg_legacy` in gbrain-master/gbrain-master/test/cycle/synthesize-gateway-adapter.test.ts:243
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 `no_git_backup` in gbrain-master/gbrain-master/src/core/dry-fix.ts:49
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 `no_git_backup` in gbrain-master/gbrain-master/test/dry-fix.test.ts:229
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 `runScrubLegacy` in gbrain-master/gbrain-master/src/commands/skillpack.ts:29
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 `runScrubLegacy` in gbrain-master/gbrain-master/src/core/skillpack/scrub-legacy.ts:47
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 `runScrubLegacy` in gbrain-master/gbrain-master/test/skillpack-scrub-legacy.test.ts:17
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 `storage_path_old` in gbrain-master/gbrain-master/src/commands/migrations/v0_18_0-storage-backfill.ts:35
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 `storage_path_old` in gbrain-master/gbrain-master/src/core/migrate.ts:536
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 `storage_path_old` in gbrain-master/gbrain-master/src/core/schema-embedded.ts:701
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 `storage_path_old` in gbrain-master/gbrain-master/test/e2e/migrate-chain.test.ts:86
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 `storage_path_old` in gbrain-master/gbrain-master/test/e2e/multi-source.test.ts:521
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 `storage_path_old` in gbrain-master/gbrain-master/test/storage-backfill.test.ts:16
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_v1` in gbrain-master/gbrain-master/test/subagent-v1-v2-shim.test.ts:238
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 `veryOld` in gbrain-master/gbrain-master/test/facts-decay.test.ts:109
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.
gbrain-master/gbrain-master/package.json CI/CD securitySupply chainNpm
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.
hermes-desktop-main/hermes-desktop-main/package.json CI/CD securitySupply chainNpm
low System graph software Dead code conf 1.00 Possibly dead Python function: array
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
mailbox/optimization/dspy/metric.py:164
low System graph software Dead code conf 1.00 Possibly dead Python function: dot
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
mailbox/optimization/dspy/metric.py:165
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 — gbrain-master/gbrain-master/scripts/build-admin-embedded.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 — gbrain-master/gbrain-master/scripts/build-llms.ts:167
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 — gbrain-master/gbrain-master/scripts/build-pglite-snapshot.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 — gbrain-master/gbrain-master/scripts/chunker-smoketest.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 — gbrain-master/gbrain-master/scripts/generate-gbrain-base.ts:50
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 — gbrain-master/gbrain-master/scripts/generate-metric-glossary.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 — gbrain-master/gbrain-master/scripts/image-decoders-smoketest.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 — gbrain-master/gbrain-master/scripts/live-brain-first-check.ts:120
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 — gbrain-master/gbrain-master/scripts/mine-shard-weights.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 — gbrain-master/gbrain-master/scripts/smoke-test-mcp.ts:21
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 — gbrain-master/gbrain-master/scripts/spike-bun-vm-timeout.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 — gbrain-master/gbrain-master/src/cli.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 — gbrain-master/gbrain-master/src/commands/agent.ts:60
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 — gbrain-master/gbrain-master/src/commands/anomalies.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 — gbrain-master/gbrain-master/src/commands/apply-migrations.ts:78
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 — gbrain-master/gbrain-master/src/commands/auth.ts:94
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 — gbrain-master/gbrain-master/src/commands/autopilot-fanout.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 — gbrain-master/gbrain-master/src/commands/autopilot.ts:121
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 — gbrain-master/gbrain-master/src/commands/backfill.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 — gbrain-master/gbrain-master/src/commands/backlinks.ts:266
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 — gbrain-master/gbrain-master/src/commands/bench-publish.ts:119
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 — gbrain-master/gbrain-master/src/commands/book-mirror.ts:121
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 — gbrain-master/gbrain-master/src/commands/brainstorm.ts:215
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 — gbrain-master/gbrain-master/src/commands/cache.ts:20
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 — gbrain-master/gbrain-master/src/commands/call.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 — gbrain-master/gbrain-master/src/commands/capture.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 — gbrain-master/gbrain-master/src/commands/check-resolvable.ts:195
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 — gbrain-master/gbrain-master/src/commands/check-update.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 — gbrain-master/gbrain-master/src/commands/claw-test.ts:83
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 — gbrain-master/gbrain-master/src/commands/code-callees.ts:55
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 — gbrain-master/gbrain-master/src/commands/code-callers.ts:68
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 — gbrain-master/gbrain-master/src/commands/code-def.ts:111
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 — gbrain-master/gbrain-master/src/commands/code-refs.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 — gbrain-master/gbrain-master/src/commands/config.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 — gbrain-master/gbrain-master/src/commands/doctor.ts:6007
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 — gbrain-master/gbrain-master/src/commands/dream.ts:260
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 — gbrain-master/gbrain-master/src/commands/eval-brainstorm.ts:304
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 — gbrain-master/gbrain-master/src/commands/eval-gate.ts:150
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 — gbrain-master/gbrain-master/src/commands/eval-prune.ts: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 — gbrain-master/gbrain-master/src/commands/eval-replay.ts:351
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 — gbrain-master/gbrain-master/src/commands/eval-retrieval-quality.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 — gbrain-master/gbrain-master/src/commands/eval-suspected-contradictions.ts:358
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 — gbrain-master/gbrain-master/src/commands/eval-takes-quality.ts:102
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 — gbrain-master/gbrain-master/src/commands/eval-trajectory.ts:102
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 — gbrain-master/gbrain-master/src/commands/eval-whoknows.ts:331
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 — gbrain-master/gbrain-master/src/commands/eval.ts:267
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 — gbrain-master/gbrain-master/src/commands/export.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 — gbrain-master/gbrain-master/src/commands/extract-benchmark.ts:312
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 — gbrain-master/gbrain-master/src/commands/extract-conversation-facts.ts:1342
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 — gbrain-master/gbrain-master/src/commands/extract-explain.ts: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 — gbrain-master/gbrain-master/src/commands/extract-status.ts:198
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 — gbrain-master/gbrain-master/src/commands/extract.ts:663
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 — gbrain-master/gbrain-master/src/commands/features.ts:218
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 — gbrain-master/gbrain-master/src/commands/files.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 — gbrain-master/gbrain-master/src/commands/founder-scorecard.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 — gbrain-master/gbrain-master/src/commands/friction.ts:120
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 — gbrain-master/gbrain-master/src/commands/frontmatter-install-hook.ts:95
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 — gbrain-master/gbrain-master/src/commands/frontmatter.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 — gbrain-master/gbrain-master/src/commands/graph-query.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 — gbrain-master/gbrain-master/src/commands/import.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 — gbrain-master/gbrain-master/src/commands/init-mode-picker.ts:203
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 — gbrain-master/gbrain-master/src/commands/init.ts: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 — gbrain-master/gbrain-master/src/commands/integrations.ts:530
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 — gbrain-master/gbrain-master/src/commands/integrity.ts:215
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 — gbrain-master/gbrain-master/src/commands/jobs.ts:120
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 — gbrain-master/gbrain-master/src/commands/lint.ts:474
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 — gbrain-master/gbrain-master/src/commands/migrate-engine.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 — gbrain-master/gbrain-master/src/commands/migrations/v0_11_0.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 — gbrain-master/gbrain-master/src/commands/migrations/v0_12_0.ts:84
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 — gbrain-master/gbrain-master/src/commands/migrations/v0_12_2.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 — gbrain-master/gbrain-master/src/commands/migrations/v0_13_0.ts:110
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 — gbrain-master/gbrain-master/src/commands/migrations/v0_16_0.ts:84
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 — gbrain-master/gbrain-master/src/commands/migrations/v0_18_0.ts:170
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 — gbrain-master/gbrain-master/src/commands/migrations/v0_21_0.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 — gbrain-master/gbrain-master/src/commands/migrations/v0_22_4.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 — gbrain-master/gbrain-master/src/commands/migrations/v0_28_0.ts:182
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 — gbrain-master/gbrain-master/src/commands/migrations/v0_29_1.ts:120
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 — gbrain-master/gbrain-master/src/commands/migrations/v0_31_0.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 — gbrain-master/gbrain-master/src/commands/migrations/v0_32_2.ts:415
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 — gbrain-master/gbrain-master/src/commands/notability-eval.ts:330
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 — gbrain-master/gbrain-master/src/commands/orphans.ts:273
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 — gbrain-master/gbrain-master/src/commands/pages.ts:41
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 — gbrain-master/gbrain-master/src/commands/providers.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 — gbrain-master/gbrain-master/src/commands/publish.ts:372
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 — gbrain-master/gbrain-master/src/commands/reconcile-links.ts:166
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 — gbrain-master/gbrain-master/src/commands/reindex-aliases.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 — gbrain-master/gbrain-master/src/commands/reindex-code.ts:426
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

Showing first 300 of 481. Refine filters or use the findings page for deep search.

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/2de51231-aedc-409a-abb4-a0e27ccbe3fa/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/2de51231-aedc-409a-abb4-a0e27ccbe3fa/

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.