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.

Shaostoul/Humanity

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

403 raw signals (0 security + 403 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 387 actionable findings from 1 signal source. 16 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 52.2/100 with 88.9% coverage. It contains 4932 nodes across 19 cross-layer flows, written primarily in mixed languages. Engine surfaced 403 findings — concentrated in quality (171), security (162), frontend (51). Risk profile is high: 4 critical, 7 high, 189 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

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

critical System graph security Secrets conf 1.00 Possible secret in app/web/pages/settings-app.js
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
app/web/pages/settings-app.js:1686
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in src/net/webrtc.rs
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 2832, 2843
src/net/webrtc.rs:2832, 2843 (2 hits)
critical System graph security Secrets conf 1.00 Possible secret in web/pages/settings-app.js
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
web/pages/settings-app.js:1686
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: 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.
CLAUDE.md:4 SecretsClaude instruction
high System graph security security conf 1.00 Insecure pattern 'eval_used' in app/web/calculator.html:308
Found a known-risky pattern (eval_used). Review and replace if possible.
app/web/calculator.html:308 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in web/pages/calculator.html:308
Found a known-risky pattern (eval_used). Review and replace if possible.
web/pages/calculator.html:308 Eval used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in app/web/chat/chat-onboarding.js:410
Found a known-risky pattern (new_function_used). Review and replace if possible.
app/web/chat/chat-onboarding.js:410 New function used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in app/web/pages/calculator-app.js:108
Found a known-risky pattern (new_function_used). Review and replace if possible.
app/web/pages/calculator-app.js:108 New function used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in web/chat/chat-onboarding.js:410
Found a known-risky pattern (new_function_used). Review and replace if possible.
web/chat/chat-onboarding.js:410 New function used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in web/pages/calculator-app.js:108
Found a known-risky pattern (new_function_used). Review and replace if possible.
web/pages/calculator-app.js:108 New function used
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/web/activities/browse.js:4070
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 — app/web/activities/celestial.js:16
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 — app/web/activities/map.js:146
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 — app/web/activities/reality.js:1637
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 — app/web/chat/chat-messages.js:413
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 — app/web/chat/chat-profile.js:456
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 — app/web/chat/chat-ui.js:271
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 — app/web/pages/bugs-app.js: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 — app/web/shared/pq-identity.js:31
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 — app/web/shared/shell.js:97
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 — app/web/shared/wallet.js: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 — web/activities/browse.js:4070
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 — web/activities/celestial.js:16
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 — web/activities/map.js:146
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 — web/activities/reality.js:1637
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 — web/chat/chat-messages.js:413
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 — web/chat/chat-profile.js:467
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 — web/chat/chat-ui.js:271
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 — web/pages/bugs-app.js: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 — web/shared/pq-identity.js:31
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 — web/shared/shell.js:97
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 — web/shared/wallet.js: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 Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/settings.json
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/settings.json VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/settings.local.json
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/settings.local.json VerificationClaude 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 license. 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 8 occurrences GitHub Action is tag-pinned rather than SHA-pinned
dtolnay/rust-toolchain@stable can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
2 files, 8 locations
.github/workflows/build-desktop.yml:46, 96, 138, 151, 185, 210 (6 hits)
.github/workflows/deploy.yml:16, 149 (2 hits)
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/deploy-pages.yml CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/build-desktop.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/activities/browse.js:1274
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/activities/browse.js:1274 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/activities/celestial.js:121
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/activities/celestial.js:121 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/activities/core.js:113
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/activities/core.js:113 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/activities/download.html:513
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/activities/download.html:513 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/activities/fantasy.js:97
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/activities/fantasy.js:97 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/activities/gardening.html:1173
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/activities/gardening.html:1173 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/activities/index.html:2434
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/activities/index.html:2434 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/activities/info-market.js:42
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/activities/info-market.js:42 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/activities/map.js:1250
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/activities/map.js:1250 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/activities/reality.js:34
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/activities/reality.js:34 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/activities/streams.js:212
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/activities/streams.js:212 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/agents.html:157
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/agents.html:157 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/ai-usage.html:177
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/ai-usage.html:177 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/audit.html:457
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/audit.html:457 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/calendar.html:665
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/calendar.html:665 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/chat/app.js:106
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/chat/app.js:106 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/chat/chat-dms.js:80
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/chat/chat-dms.js:80 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/chat/chat-groups-p2p.js:534
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/chat/chat-groups-p2p.js:534 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/chat/chat-messages.js:82
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/chat/chat-messages.js:82 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/chat/chat-onboarding.js:36
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/chat/chat-onboarding.js:36 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/chat/chat-p2p.js:124
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/chat/chat-p2p.js:124 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/chat/chat-profile.js:36
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/chat/chat-profile.js:36 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/chat/chat-social.js:108
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/chat/chat-social.js:108 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/chat/chat-ui.js:192
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/chat/chat-ui.js:192 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/chat/chat-voice-calls.js:42
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/chat/chat-voice-calls.js:42 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/chat/chat-voice-rooms.js:363
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/chat/chat-voice-rooms.js:363 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/chat/chat-voice-streaming.js:50
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/chat/chat-voice-streaming.js:50 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/chat/chat-voice-webrtc.js:54
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/chat/chat-voice-webrtc.js:54 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/chat/chat-voice.js:426
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/chat/chat-voice.js:426 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/chat/crypto.js:256
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/chat/crypto.js:256 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/chat/index.html:731
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/chat/index.html:731 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/dashboard.html:262
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/dashboard.html:262 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/data.html:807
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/data.html:807 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/dev.html:548
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/dev.html:548 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/download.html:538
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/download.html:538 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/governance.html:158
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/governance.html:158 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/guilds.html:402
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/guilds.html:402 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/home.html:793
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/home.html:793 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/identity.html:109
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/identity.html:109 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/inventory.html:934
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/inventory.html:934 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/maps.html:1145
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/maps.html:1145 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/onboarding.html:343
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/onboarding.html:343 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/ops.html:270
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/ops.html:270 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/pages/admin-app.js:154
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/pages/admin-app.js:154 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/pages/bugs-app.js:125
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/pages/bugs-app.js:125 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/pages/calculator-app.js:181
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/pages/calculator-app.js:181 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/pages/civilization-app.js:41
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/pages/civilization-app.js:41 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/pages/donate-app.js:85
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/pages/donate-app.js:85 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/pages/files-app.js:58
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/pages/files-app.js:58 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/pages/market-app.js:241
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/pages/market-app.js:241 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/pages/notes-app.js:98
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/pages/notes-app.js:98 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/pages/resources-app.js:224
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/pages/resources-app.js:224 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/pages/roadmap-app.js:123
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/pages/roadmap-app.js:123 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/pages/settings-app.js:233
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/pages/settings-app.js:233 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/pages/tasks-app.js:45
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/pages/tasks-app.js:45 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/pages/tools-app.js:87
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/pages/tools-app.js:87 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/pages/trade-app.js:112
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/pages/trade-app.js:112 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/pages/wallet-app.js:52
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/pages/wallet-app.js:52 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/pages/wallet-guide-app.js:235
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/pages/wallet-guide-app.js:235 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/profile.html:1299
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/profile.html:1299 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/recovery.html:117
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/recovery.html:117 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/settings.html:610
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/settings.html:610 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/shared/accessibility.js:46
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/shared/accessibility.js:46 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/shared/onboarding-tour.js:112
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/shared/onboarding-tour.js:112 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/shared/shell.js:74
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/shared/shell.js:74 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/web/web.html:445
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/web/web.html:445 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/activities/browse.js:1274
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/activities/browse.js:1274 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/activities/celestial.js:121
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/activities/celestial.js:121 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/activities/core.js:113
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/activities/core.js:113 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/activities/download.html:513
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/activities/download.html:513 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/activities/fantasy.js:97
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/activities/fantasy.js:97 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/activities/gardening.html:1173
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/activities/gardening.html:1173 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/activities/index.html:2434
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/activities/index.html:2434 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/activities/info-market.js:44
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/activities/info-market.js:44 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/activities/map.js:1250
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/activities/map.js:1250 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/activities/reality.js:34
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/activities/reality.js:34 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/activities/streams.js:212
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/activities/streams.js:212 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/chat/app.js:106
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/chat/app.js:106 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/chat/chat-dms.js:80
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/chat/chat-dms.js:80 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/chat/chat-groups-p2p.js:534
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/chat/chat-groups-p2p.js:534 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/chat/chat-messages.js:82
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/chat/chat-messages.js:82 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/chat/chat-onboarding.js:36
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/chat/chat-onboarding.js:36 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/chat/chat-p2p.js:124
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/chat/chat-p2p.js:124 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/chat/chat-profile.js:36
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/chat/chat-profile.js:36 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/chat/chat-social.js:108
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/chat/chat-social.js:108 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/chat/chat-ui.js:192
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/chat/chat-ui.js:192 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/chat/chat-voice-calls.js:42
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/chat/chat-voice-calls.js:42 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/chat/chat-voice-rooms.js:363
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/chat/chat-voice-rooms.js:363 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/chat/chat-voice-streaming.js:50
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/chat/chat-voice-streaming.js:50 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/chat/chat-voice-webrtc.js:54
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/chat/chat-voice-webrtc.js:54 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/chat/chat-voice.js:426
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/chat/chat-voice.js:426 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/chat/crypto.js:256
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/chat/crypto.js:256 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/chat/index.html:741
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/chat/index.html:741 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/admin-app.js:154
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/admin-app.js:154 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/agents.html:157
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/agents.html:157 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/ai-usage.html:177
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/ai-usage.html:177 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/audit.html:457
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/audit.html:457 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/bugs-app.js:125
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/bugs-app.js:125 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/calculator-app.js:181
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/calculator-app.js:181 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/calendar.html:665
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/calendar.html:665 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/civilization-app.js:41
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/civilization-app.js:41 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/dashboard.html:262
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/dashboard.html:262 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/data.html:807
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/data.html:807 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/dev.html:548
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/dev.html:548 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/donate-app.js:85
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/donate-app.js:85 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/download.html:538
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/download.html:538 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/files-app.js:58
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/files-app.js:58 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/governance.html:158
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/governance.html:158 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/guilds.html:402
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/guilds.html:402 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/home.html:793
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/home.html:793 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/identity.html:109
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/identity.html:109 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/index.html:947
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/index.html:947 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/inventory.html:934
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/inventory.html:934 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/maps.html:1145
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/maps.html:1145 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/market-app.js:241
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/market-app.js:241 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/notes-app.js:98
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/notes-app.js:98 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/onboarding.html:343
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/onboarding.html:343 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/ops.html:270
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/ops.html:270 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/profile.html:1299
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/profile.html:1299 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/recovery.html:117
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/recovery.html:117 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/resources-app.js:224
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/resources-app.js:224 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/roadmap-app.js:40
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/roadmap-app.js:40 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/settings-app.js:233
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/settings-app.js:233 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/settings.html:610
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/settings.html:610 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/tasks-app.js:45
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/tasks-app.js:45 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/tools-app.js:87
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/tools-app.js:87 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/trade-app.js:112
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/trade-app.js:112 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/wallet-app.js:52
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/wallet-app.js:52 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/wallet-guide-app.js:235
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/wallet-guide-app.js:235 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/pages/web.html:445
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/pages/web.html:445 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/shared/accessibility.js:46
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/shared/accessibility.js:46 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/shared/onboarding-tour.js:112
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/shared/onboarding-tour.js:112 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/shared/shell.js:74
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/shared/shell.js:74 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in app/web/profile.html:1397
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
app/web/profile.html:1397 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in web/pages/profile.html:1397
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
web/pages/profile.html:1397 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in app/web/activities/browse.js:4542
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
app/web/activities/browse.js:4542 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in app/web/audit.html:542
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
app/web/audit.html:542 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in app/web/calendar.html:860
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
app/web/calendar.html:860 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in app/web/chat/chat-profile.js:480
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
app/web/chat/chat-profile.js:480 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in web/activities/browse.js:4542
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
web/activities/browse.js:4542 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in web/chat/chat-profile.js:491
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
web/chat/chat-profile.js:491 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in web/pages/audit.html:542
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
web/pages/audit.html:542 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in web/pages/calendar.html:860
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
web/pages/calendar.html:860 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in app/web/activities/reality.js:2042
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
app/web/activities/reality.js:2042 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in web/activities/reality.js:2042
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
web/activities/reality.js:2042 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/archive-build.js:12
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/archive-build.js:12 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/build-noble-bundle.mjs:22
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/build-noble-bundle.mjs:22 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/create-shortcut.js:6
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/create-shortcut.js:6 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/hook-push-guard.js:17
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/hook-push-guard.js:17 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/hook-theme-sync.js:22
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/hook-theme-sync.js:22 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/reorg-docs.js:14
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/reorg-docs.js:14 Node child process
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 248 placeholder/mock markers across 90 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 Tests conf 1.00 Very low test-to-source ratio
7 test file(s) for 443 source file(s) (ratio 0.02). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Maintenance conf 1.00 38 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 205 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph cicd CI/CD security conf 1.00 9 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/cache@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
2 files, 9 locations
.github/workflows/deploy-pages.yml:22, 25, 61, 67, 80 (5 hits)
.github/workflows/build-desktop.yml:57, 87, 116, 195 (4 hits)
CI/CD securitySupply chainGithub actions
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — app/web/chat/chat-voice-streaming.js:284
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — app/web/chat/chat-voice.js:2595
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — app/web/shared/shell.js:1160
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — web/chat/chat-voice-streaming.js:284
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — web/chat/chat-voice.js:2595
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — web/shared/shell.js:1160
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `cbor_canonical_v1` in app/web/shared/pq-object.js:22
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `cbor_canonical_v1` in web/shared/pq-object.js:22
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `dlPathLegacy` in scripts/bump-version.js:84
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 `group_epoch_key_v1` in app/web/shared/canonical-cbor.js:155
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 `group_epoch_key_v1` in web/shared/canonical-cbor.js:155
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 `group_v1` in app/web/chat/chat-groups-p2p.js:4
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 `group_v1` in scripts/group-object-kat.mjs:8
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 `group_v1` in web/chat/chat-groups-p2p.js:4
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 `hos_calc_history_v1` in app/web/pages/calculator-app.js: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 `hos_calc_history_v1` in web/pages/calculator-app.js: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 `hos_calendar_v1` in app/web/chat/chat-p2p.js:545
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 `hos_calendar_v1` in web/chat/chat-p2p.js:545
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 `hos_notes_v1` in app/web/pages/notes-app.js:20
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 `hos_notes_v1` in web/pages/notes-app.js:20
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 `hos_settings_v1` in app/web/shared/settings.js:499
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 `hos_settings_v1` in app/web/shared/shell.js:1199
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 `hos_settings_v1` in web/shared/settings.js:499
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 `hos_settings_v1` in web/shared/shell.js:1199
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 `hos_skills_v1` in app/web/pages/settings-app.js:320
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 `hos_skills_v1` in web/pages/settings-app.js:320
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 `humanity_feature_web_v1` in app/web/activities/browse.js:182
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 `humanity_feature_web_v1` in web/activities/browse.js:182
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 `humanity_garden_v2` in app/web/chat/app.js:308
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 `humanity_garden_v2` in web/chat/app.js:308
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 `humanity_key_backup` in app/web/activities/reality.js:1985
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 `humanity_key_backup` in app/web/chat/crypto.js:74
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 `humanity_key_backup` in app/web/pages/market-app.js:424
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 `humanity_key_backup` in app/web/pages/tasks-app.js:199
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 `humanity_key_backup` in app/web/pages/trade-app.js:20
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 `humanity_key_backup` in app/web/shared/pq-relay-auth.js:59
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `humanity_key_backup` in web/activities/reality.js:1985
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 `humanity_key_backup` in web/chat/crypto.js:74
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 `humanity_key_backup` in web/pages/market-app.js:424
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 `humanity_key_backup` in web/pages/tasks-app.js:199
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 `humanity_key_backup` in web/pages/trade-app.js:20
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 `humanity_key_backup` in web/shared/pq-relay-auth.js:59
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `humanity_quests_v1` in app/web/activities/core.js:105
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 `humanity_quests_v1` in web/activities/core.js:105
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 `purgeOld` in scripts/archive-build.js:66
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `stream_scenes_v1` in app/web/activities/streams.js:126
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 `stream_scenes_v1` in web/activities/streams.js:126
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 `vouch_v1` in app/web/shared/pq-identity.js:147
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 `vouch_v1` in web/shared/pq-identity.js:147
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 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 — app/web/activities/map.js:1524
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 — app/web/activities/streams.js:204
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 — app/web/chat/app.js:757
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 — app/web/chat/chat-ui.js:310
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 — app/web/chat/chat-voice-rooms.js:174
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 — app/web/chat/chat-voice.js:221
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — app/web/chat/crypto.js:61
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — app/web/pages/tasks-app.js:73
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — app/web/shared/shell.js:1112
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/ai-sample-client.js:36
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/archive-build.js:74
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/archive-wordpress.js: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 — scripts/build-library.js: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 — scripts/bump-version.js:32
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/bundle-web.js: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 — scripts/check-doc-links.js:115
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/create-shortcut.js: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 — scripts/dev-server.js:44
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/fix-doc-links.js:107
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/gen-data-manifest.js:103
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/gen-theme-css.js:217
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/gen-theme-presets-js.js:85
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/generate-icon.js:366
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/humanity-alert.js:149
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/install-hooks.js: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 — scripts/make-release-manifest.js: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 — scripts/preview-server.js:66
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/reorg-docs.js:66
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/roadmap-to-json.js:180
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/strip-em-dashes.js: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 — scripts/strip-emdash-data.js:61
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/strip-emdash-strings.js:61
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/strip-emdash-web.js: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 — scripts/test-perception-api.js:17
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 — web/activities/map.js:1524
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 — web/activities/streams.js:204
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 — web/chat/app.js:757
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 — web/chat/chat-ui.js:310
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 — web/chat/chat-voice-rooms.js:174
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 — web/chat/chat-voice.js:221
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — web/chat/crypto.js:61
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — web/pages/tasks-app.js:73
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — web/shared/shell.js:1112
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Complexity conf 1.00 Very large file: app/web/activities/browse.js (4798 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: app/web/activities/map.js (1532 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: app/web/activities/reality.js (2982 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: app/web/activities/streams.js (1286 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: app/web/chat/app.js (2106 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: app/web/chat/chat-profile.js (1238 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: app/web/chat/chat-ui.js (2061 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: app/web/chat/chat-voice.js (2663 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: app/web/chat/crypto.js (1172 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: app/web/pages/settings-app.js (2051 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: app/web/pages/tasks-app.js (1300 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.

Showing first 300 of 331. 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/63c85948-9db7-457c-97d4-0052c6ba8fa7/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/63c85948-9db7-457c-97d4-0052c6ba8fa7/

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.