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.

replaycodi/replay-worker

https://github.com/replaycodi/replay-worker · scanned 2026-06-15 23:50 UTC (2 months, 3 weeks ago)

387 raw signals (4 security + 383 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 365 actionable findings from 2 signal sources. 24 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 62.0/100 with 100.0% coverage. It contains 5598 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 383 findings — concentrated in security (151), quality (133), api (52). Risk profile is high: 1 critical, 19 high, 179 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 336 of 365 actionable findings. 389 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 deploy/shared/chat-firestore.js
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
deploy/shared/chat-firestore.js:52
high Security checks quality Practices conf 0.84 2 occurrences Foundry mined bad chains: replaycodi/replay-worker
Comment chain pattern product: bad_chains Repo: replaycodi/replay-worker Thread: replaycodi/replay-worker#2 Outcome: not_resolved_or_not_observed Thread label: thread_has_human_issue_without_fix_context Source graph label: source_backed_multi_signal_graph Reasons: source_graph_has_real_artifacts, s…
2 occurrences
repo-level (2 hits)
high Security checks quality Practices conf 0.80 Foundry mined docs only runtime fix: replaycodi/replay-worker
Graph query export: Docs-only response to runtime or integration issue Query id: docs_only_runtime_fix Query type: motif_query Intent: Assumption-check examples where docs or claims are not enough proof. Motif: docs_only_runtime_fix Training usage: assumption_check Graph gold label: needs_more_evid…
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/projects/C--Users-user-Desktop-replay/memory/handover_session37.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/projects/C--Users-user-Desktop-replay/memory/handover_session37.md:161 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: gpu-worker/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.
gpu-worker/CLAUDE.md:35 SecretsClaude instruction
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/noti/read-all (deploy/shared/alarm-view.js:39)
`deploy/shared/alarm-view.js:39` calls `GET /api/noti/read-all` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/noti/read-all` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: GET /pt-test-v2.html (deploy/functions/caddie-v2.js:5)
`deploy/functions/caddie-v2.js:5` calls `GET /pt-test-v2.html` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/pt-test-v2.html` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph security auth conf 1.00 Flask mutation route `api_login` without `@login_required` — main_final.py:130
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
main_final.py:130 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `api_migrate_columns` without `@login_required` — main_final.py:290
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
main_final.py:290 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `api_save_profile` without `@login_required` — main_final.py:349
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
main_final.py:349 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `api_save_video` without `@login_required` — main_final.py:439
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
main_final.py:439 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `api_signup` without `@login_required` — main_final.py:502
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
main_final.py:502 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `batch_mobile_convert` without `@login_required` — main_final.py:1342
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
main_final.py:1342 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `batch_ppt_thumbs` without `@login_required` — main_final.py:1302
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
main_final.py:1302 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `compress_doc` without `@login_required` — main_final.py:970
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
main_final.py:970 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `convert` without `@login_required` — main_final.py:739
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
main_final.py:739 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `install_fonts` without `@login_required` — main_final.py:640
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
main_final.py:640 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `ppt_thumbs` without `@login_required` — main_final.py:1258
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
main_final.py:1258 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `presign` without `@login_required` — main_final.py:695
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
main_final.py:695 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `r2_delete` without `@login_required` — main_final.py:673
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
main_final.py:673 securityAuth flask unauth route
high System graph security security conf 1.00 Insecure pattern 'exec_used' in scripts/check_convert_jobs.sh:60
Found a known-risky pattern (exec_used). Review and replace if possible.
scripts/check_convert_jobs.sh:60 Exec used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in deploy/shared/jszip.min.js:13
Found a known-risky pattern (new_function_used). Review and replace if possible.
deploy/shared/jszip.min.js:13 New function used
medium Security checks quality maintenance conf 0.70 Foundry mined blueprint gap alignment: replaycodi/replay-worker
Graph query export: Human feedback aligned with blueprint or architecture gaps Query id: blueprint_gap_alignment Query type: motif_query Intent: Curriculum-gap examples connecting issue threads to helicopter-view gaps. Motif: blueprint_gap_alignment Training usage: curriculum_gap Graph gold label: …
medium Security checks quality Practices conf 0.70 2 occurrences Foundry mined unresolved feedback: replaycodi/replay-worker
Graph query export: Human feedback without linked fix evidence Query id: unresolved_feedback Query type: motif_query Intent: Negative/unresolved examples that should not be hallucinated into fixes. Motif: unlinked_feedback_needs_evidence Training usage: negative_or_unresolved Graph gold label: need…
2 occurrences
repo-level (2 hits)
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — memory/_design_v2_archive/mobile/untitled/project/screens.jsx:997
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 — memory/_design_v2_archive/pc/screens.jsx:997
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 — memory/design_v3_caddie_pc/project/screens.jsx:997
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 — deploy/functions/api/download-video.js:17
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — deploy/functions/caddie-v2.js: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 — deploy/functions/privacy.js:11
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 — deploy/functions/profile-tour-v2.js:6
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 — deploy/functions/profile-tour.js:7
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 — deploy/functions/s/[token].js:120
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 — deploy/functions/terms.js:11
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 — deploy/shared/actor-audition-view.js:154
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 — deploy/shared/actor-auth.js: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 — deploy/shared/actor-download.js:203
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 — deploy/shared/actor-jobs-view.js:181
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 — deploy/shared/actor-media-docs.js:191
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 — deploy/shared/actor-media-video-init.js:43
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 — deploy/shared/actor-media-video-transcode.js: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 — deploy/shared/admin-actions.js:101
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 — deploy/shared/admin-actors.js:431
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 — deploy/shared/admin-auth.js:140
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 — deploy/shared/admin-caddies.js:13
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 — deploy/shared/admin-content.js:70
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 — deploy/shared/admin-films.js:330
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 — deploy/shared/auth-core.js:270
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 — deploy/shared/auth.js:75
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 — deploy/shared/caddie-auth.js:248
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 — deploy/shared/chat-attach.js:100
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 — deploy/shared/chat-firestore.js:192
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 — deploy/shared/chat-floating.js:324
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 — deploy/shared/chat-ui-v2.js:719
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 — deploy/shared/download-system.js:86
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 — deploy/shared/html-to-image.js:1
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 — deploy/shared/index-auth.js:381
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 — deploy/shared/pt-engine.js:261
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 — functions/api/download-video.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 Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/projects/C--Users-user-Desktop-replay/memory/handover_session37.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/projects/C--Users-user-Desktop-replay/memory/handover_session37.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/projects/C--Users-user-Desktop-replay/memory/handover_session38.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/projects/C--Users-user-Desktop-replay/memory/handover_session38.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/projects/C--Users-user-Desktop-replay/memory/handover_session40.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/projects/C--Users-user-Desktop-replay/memory/handover_session40.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: gpu-worker/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
gpu-worker/CLAUDE.md VerificationClaude instruction
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: .claude/settings.local.json
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
.claude/settings.local.json:29 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 license, ci, operator-readme. 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 Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci, operator-readme. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
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 hardware Security conf 1.00 Dockerfile runs as root: Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: gpu-worker/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in deploy/functions/api/download-video.js:48
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
deploy/functions/api/download-video.js:48 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in functions/api/download-video.js:33
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
functions/api/download-video.js:33 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in memory/_design_v2_archive/mobile/untitled/project/screens.jsx:997
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
memory/_design_v2_archive/mobile/untitled/project/screens.jsx:997 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in memory/_design_v2_archive/pc/screens.jsx:997
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
memory/_design_v2_archive/pc/screens.jsx:997 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in memory/design_v3_caddie_pc/project/screens.jsx:997
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
memory/design_v3_caddie_pc/project/screens.jsx:997 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in actor.html:3721
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
actor.html:3721 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in admin.html:3133
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
admin.html:3133 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in alarm.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
alarm.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in backups/b019_actor.html:3244
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
backups/b019_actor.html:3244 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in backups/b019_admin.html:3003
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
backups/b019_admin.html:3003 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in backups/b019_caddie.html:3153
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
backups/b019_caddie.html:3153 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in backups/b020_actor.html:3245
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
backups/b020_actor.html:3245 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in backups/b021_actor.html:3246
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
backups/b021_actor.html:3246 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in backups/b034_caddie.html:3242
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
backups/b034_caddie.html:3242 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in backups/b035_caddie.html:3242
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
backups/b035_caddie.html:3242 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in backups/b037_actor.html:3246
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
backups/b037_actor.html:3246 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in backups/b037_caddie.html:3243
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
backups/b037_caddie.html:3243 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in backups/b041_actor.html:3246
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
backups/b041_actor.html:3246 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in backups/b041_admin.html:3003
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
backups/b041_admin.html:3003 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in backups/b041_caddie.html:3243
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
backups/b041_caddie.html:3243 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in backups/b043_actor.html:3246
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
backups/b043_actor.html:3246 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in backups/b043_admin.html:3003
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
backups/b043_admin.html:3003 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in backups/b043_caddie.html:3243
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
backups/b043_caddie.html:3243 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in caddie.html:3265
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
caddie.html:3265 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in caddie_b044.html:3243
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
caddie_b044.html:3243 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in demo-admin.html:235
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
demo-admin.html:235 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/_patch5.js:99
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/_patch5.js:99 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/actor.html:2480
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/actor.html:2480 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/actors.html:1717
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/actors.html:1717 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/admin.html:2081
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/admin.html:2081 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/alarm.html:234
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/alarm.html:234 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/caddie-mobile.html:1119
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/caddie-mobile.html:1119 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/caddie-pc.html:1562
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/caddie-pc.html:1562 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/casting.html:714
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/casting.html:714 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/demo-admin.html:488
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/demo-admin.html:488 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/faq.html:314
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/faq.html:314 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/home.html:1063
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/home.html:1063 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/index.html:878
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/index.html:878 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/legacy-archive/caddie.html:3266
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/legacy-archive/caddie.html:3266 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/profile-tour-v2.html:454
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/profile-tour-v2.html:454 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/profile-tour.html:453
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/profile-tour.html:453 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/share.html:2054
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/share.html:2054 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/actor-audition-view.js:199
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/actor-audition-view.js:199 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/actor-auth.js:284
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/actor-auth.js:284 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/actor-jobs-actions.js:86
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/actor-jobs-actions.js:86 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/actor-jobs-view.js:178
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/actor-jobs-view.js:178 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/actor-media-video-cancel.js:53
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/actor-media-video-cancel.js:53 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/actor-media-video-init.js:52
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/actor-media-video-init.js:52 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/actor-media-video-transcode.js:242
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/actor-media-video-transcode.js:242 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/actor-membership.js:274
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/actor-membership.js:274 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/actor-popup.js:198
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/actor-popup.js:198 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/actor-schedule.js:87
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/actor-schedule.js:87 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/admin-actors.js:248
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/admin-actors.js:248 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/admin-auth.js:175
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/admin-auth.js:175 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/admin-caddies.js:98
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/admin-caddies.js:98 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/admin-content.js:111
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/admin-content.js:111 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/admin-films.js:102
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/admin-films.js:102 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/admin-payments.js:172
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/admin-payments.js:172 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/admin-stats.js:113
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/admin-stats.js:113 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/alarm-view.js:213
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/alarm-view.js:213 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/audition.js:108
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/audition.js:108 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/auth.js:93
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/auth.js:93 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/bucket-view.js:57
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/bucket-view.js:57 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/caddie-auth.js:165
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/caddie-auth.js:165 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/caddie-business-card.js:165
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/caddie-business-card.js:165 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/calendar-view.js:144
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/calendar-view.js:144 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/casting-view.js:354
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/casting-view.js:354 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/chat-floating.js:76
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/chat-floating.js:76 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/chat-ui-v2.js:280
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/chat-ui-v2.js:280 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/cropper.min.js:10
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/cropper.min.js:10 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/feedback-utils.js:67
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/feedback-utils.js:67 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/grid-view.js:309
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/grid-view.js:309 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/html-to-image.js:1
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/html-to-image.js:1 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/index-auth.js:284
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/index-auth.js:284 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/job-detail.js:415
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/job-detail.js:415 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/job-form.js:82
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/job-form.js:82 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/jobs-view.js:175
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/jobs-view.js:175 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/markers.js:107
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/markers.js:107 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/mobile-career.js:114
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/mobile-career.js:114 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/mobile-photos.js:190
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/mobile-photos.js:190 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/my-info.js:82
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/my-info.js:82 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/notifications-v1.js:112
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/notifications-v1.js:112 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/playback.js:108
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/playback.js:108 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/recommended-medal.js:64
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/recommended-medal.js:64 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/settlement.js:111
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/settlement.js:111 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/share-link-modal.js:209
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/share-link-modal.js:209 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in deploy/shared/temperature.js:161
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
deploy/shared/temperature.js:161 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in index.html:2293
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
index.html:2293 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in memory/replay_homepage_design_v1.html:1162
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
memory/replay_homepage_design_v1.html:1162 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in profile-tour.html:450
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
profile-tour.html:450 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in backups/b019_actor.html:8681
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
backups/b019_actor.html:8681 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in backups/b019_caddie.html:3894
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
backups/b019_caddie.html:3894 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in backups/b020_actor.html:8682
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
backups/b020_actor.html:8682 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in backups/b021_actor.html:8750
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
backups/b021_actor.html:8750 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in backups/b034_caddie.html:3983
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
backups/b034_caddie.html:3983 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in backups/b035_caddie.html:3983
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
backups/b035_caddie.html:3983 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in backups/b037_actor.html:8986
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
backups/b037_actor.html:8986 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in backups/b037_caddie.html:3984
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
backups/b037_caddie.html:3984 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in backups/b041_actor.html:8993
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
backups/b041_actor.html:8993 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in backups/b041_caddie.html:3984
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
backups/b041_caddie.html:3984 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in backups/b043_actor.html:8995
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
backups/b043_actor.html:8995 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in backups/b043_caddie.html:3984
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
backups/b043_caddie.html:3984 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in caddie.html:4006
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
caddie.html:4006 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in caddie_b044.html:3984
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
caddie_b044.html:3984 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in deploy/actor.html:9640
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
deploy/actor.html:9640 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in deploy/legacy-archive/caddie.html:4007
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
deploy/legacy-archive/caddie.html:4007 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in deploy/shared/actor-media-video-transcode.js:197
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
deploy/shared/actor-media-video-transcode.js:197 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in deploy/shared/admin-actors.js:450
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
deploy/shared/admin-actors.js:450 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in actor.html:4087
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
actor.html:4087 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in backups/b019_caddie.html:4083
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
backups/b019_caddie.html:4083 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in backups/b034_caddie.html:4172
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
backups/b034_caddie.html:4172 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in backups/b035_caddie.html:4172
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
backups/b035_caddie.html:4172 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in backups/b037_caddie.html:4173
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
backups/b037_caddie.html:4173 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in backups/b041_caddie.html:4173
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
backups/b041_caddie.html:4173 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in backups/b043_caddie.html:4173
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
backups/b043_caddie.html:4173 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in caddie.html:4200
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
caddie.html:4200 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in caddie_b044.html:4173
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
caddie_b044.html:4173 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in deploy/actor.html:5763
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
deploy/actor.html:5763 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in deploy/legacy-archive/caddie.html:4201
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
deploy/legacy-archive/caddie.html:4201 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in deploy/shared/actor-audition-view.js:119
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
deploy/shared/actor-audition-view.js:119 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in deploy/shared/audition.js:373
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
deploy/shared/audition.js:373 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in deploy/shared/feedback-center.js:128
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
deploy/shared/feedback-center.js:128 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in deploy/shared/markers.js:205
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
deploy/shared/markers.js:205 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in deploy/shared/recommended-medal.js:13
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
deploy/shared/recommended-medal.js:13 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in deploy/shared/settlement.js:402
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
deploy/shared/settlement.js:402 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in deploy/actor.html:6833
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
deploy/actor.html:6833 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in deploy/shared/auth-core.js:110
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
deploy/shared/auth-core.js:110 Local storage auth token
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — main_final.py:10
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph cicd CI/CD security conf 1.00 No CI/CD pipelines detected
No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints.
CI/CD securityCoverage
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 109 placeholder/mock markers across 34 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
3 test file(s) for 160 source file(s) (ratio 0.02). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Integrity conf 1.00 25 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `ARCHIVE_DRY_RUN`, `ARCHIVE_RETENTION_DAYS`, `B2_APPLICATION_KEY`, `B2_BUCKET_ID`, `B2_BUCKET_NAME`, `B2_ENDPOINT`, `B2_KEY_ID`, `BUNNY_CDN_BASE_URL` + 17 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
config drift
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 2241 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: nvidia/cuda:12.2.2-runtime-ubuntu22.04
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
gpu-worker/Dockerfile:1 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: python:3.11-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
Dockerfile:1 containersPinned dependencies
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — deploy/shared/actor-audition-view.js:113
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 — deploy/shared/admin-actors.js:403
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 — deploy/shared/admin-caddies.js:441
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 — deploy/shared/admin-content.js:378
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 — deploy/shared/audition.js:201
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 — deploy/shared/casting-view.js:456
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 — deploy/shared/markers.js:196
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 security security conf 1.00 Insecure pattern 'document_write' in deploy/caddie-pc.html:5365
Found a known-risky pattern (document_write). Review and replace if possible.
deploy/caddie-pc.html:5365 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in deploy/share.html:4384
Found a known-risky pattern (document_write). Review and replace if possible.
deploy/share.html:4384 Document write
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 18 places
Functions with the same first-5-line body hash: backups/b035_main.py:api_jobs_create, backups/b035_main.py:api_jobs, backups/b037_main.py:api_jobs_create, backups/b037_main.py:api_jobs This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene)…
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: main_final.py:batch_worker, main_final.py:batch_worker This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 28 places
Functions with the same first-5-line body hash: models.py:to_dict, models.py:to_dict, models.py:to_dict, models.py:to_dict 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.
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: models.py:to_dict_brief, models.py:to_dict_brief, models.py:to_dict_brief 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.
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: backups/b036_models.py:get_db, backups/b019_models.py:get_db, backups/b020_models.py:get_db, backups/b021_models.py:get_db This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate …
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 6 places
Functions with the same first-5-line body hash: models.py:init_db, backups/b036_models.py:init_db, backups/b019_models.py:init_db, backups/b020_models.py:init_db This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or docume…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 65 places
Functions with the same first-5-line body hash: backups/b036_models.py:to_dict_brief, backups/b036_models.py:to_dict, backups/b036_models.py:to_dict, backups/b036_models.py:to_dict This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Co…
duplicatesduplication
low System graph quality Integrity conf 1.00 11 occurrences Near-duplicate function bodies in 9 places
Functions with the same first-5-line body hash: backups/b035_main.py:api_login, backups/b037_main.py:api_login, backups/b020_main.py:api_login, backups/b041_main.py:api_login This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolid…
11 occurrences
repo-level (11 hits)
duplicatesduplication
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 `list_objects_v2` in backups/b019_main.py:3109
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 `list_objects_v2` in backups/b020_main.py:3109
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 `list_objects_v2` in backups/b021_main.py:3218
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 `list_objects_v2` in backups/b034_main.py:3781
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 `list_objects_v2` in backups/b035_main.py:3781
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 `list_objects_v2` in backups/b036_main.py:3903
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 `list_objects_v2` in backups/b037_main.py:3912
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 `list_objects_v2` in backups/b041_main.py:3977
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 `list_objects_v2` in backups/b043_main.py:3987
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 `list_objects_v2` in main_final.py:661
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 `PLAN_v1` in scripts/migrate_tenant.py:6
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 `pre_convert_backup` in deploy/shared/actor-media-video-cancel.js: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 `pre_convert_backup` in deploy/shared/actor-media-video-transcode.js:19
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `qa_bank_v1` in qa_grade_workflow.js:11
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 `qa_bank_v1` in qa_regrade_workflow.js:11
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 `파도의끝_시놉시스_v2` in memory/_design_v2_archive/mobile/untitled/project/screens.jsx:507
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 `파도의끝_시놉시스_v2` in memory/_design_v2_archive/pc/desktop.jsx:235
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 `파도의끝_시놉시스_v2` in memory/_design_v2_archive/pc/screens.jsx:507
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 `파도의끝_시놉시스_v2` in memory/design_v3_caddie_pc/project/desktop.jsx:235
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 `파도의끝_시놉시스_v2` in memory/design_v3_caddie_pc/project/screens.jsx:507
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: api_get
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
batch_card_photos.py:28
low System graph software Dead code conf 1.00 Possibly dead Python function: api_get
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
batch_create_actors.py:41
low System graph software Dead code conf 1.00 7 occurrences Possibly dead Python function: batch_worker
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
7 files, 7 locations
backups/b020_main.py:4545
backups/b035_main.py:5218
backups/b036_main.py:5340
backups/b037_main.py:5349
backups/b041_main.py:5414
main.py:21774
main_final.py:1372
low System graph software Dead code conf 1.00 Possibly dead Python function: decorator
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
main.py:4696
low System graph software Dead code conf 1.00 Possibly dead Python function: do_compress_doc
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
main_final.py:1006
low System graph software Dead code conf 1.00 5 occurrences Possibly dead Python function: do_film_convert
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
5 files, 5 locations
backups/b020_main.py:4659
backups/b035_main.py:5332
backups/b037_main.py:5463
backups/b041_main.py:5528
main.py:22100
low System graph software Dead code conf 1.00 Possibly dead Python function: encode_video
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gpu-worker/poll_worker.py:306
low System graph quality Docs conf 1.00 README lacks setup or run instructions
A README exists, but it does not contain common install/setup/run markers. This matches a frequent generated-code pattern: UI is present, operational handoff is thin.
ReadmeRepo hardeningGenerated repo pattern
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 — deploy/_patch34.js:9
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — deploy/_patch5.js:8
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — deploy/_patch6.js: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 — deploy/shared/actor-auth.js:58
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — deploy/shared/actor-media-core.js:86
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — deploy/shared/actor-media-video-transcode.js: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 — deploy/shared/admin-auth.js:65
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — deploy/shared/admin-films.js:446
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — deploy/shared/caddie-auth.js:131
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — deploy/shared/chat-firestore.js:208
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — deploy/shared/index-auth.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 — deploy/shared/temperature.js:65
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — deploy/sw.js: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 api Wiring conf 1.00 Unused endpoint: ANY /api/actors/<int:actor_id>
`main.py` declares `ANY /api/actors/<int:actor_id>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/actors/by-member-no/<int:member_no>
`main.py` declares `ANY /api/actors/by-member-no/<int:member_no>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/admin/ai-candidates
`main.py` declares `ANY /api/admin/ai-candidates` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/admin/ai-candidates/decide
`main.py` declares `ANY /api/admin/ai-candidates/decide` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/admin/ai-knowledge
`main.py` declares `ANY /api/admin/ai-knowledge` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/admin/ai-knowledge/bulk-apply
`main.py` declares `ANY /api/admin/ai-knowledge/bulk-apply` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/admin/ai-knowledge/bulk-preview
`main.py` declares `ANY /api/admin/ai-knowledge/bulk-preview` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/admin/ai-knowledge/extract
`main.py` declares `ANY /api/admin/ai-knowledge/extract` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/admin/ai-knowledge/extract-url
`main.py` declares `ANY /api/admin/ai-knowledge/extract-url` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/admin/ai-knowledge/save
`main.py` declares `ANY /api/admin/ai-knowledge/save` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/admin/ai-unanswered
`main.py` declares `ANY /api/admin/ai-unanswered` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/admin/ai-unanswered/resolve
`main.py` declares `ANY /api/admin/ai-unanswered/resolve` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/admin/pin/set
`main.py` declares `ANY /api/admin/pin/set` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/admin/pin/status
`main.py` declares `ANY /api/admin/pin/status` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/auth/actor/me
`main.py` declares `ANY /api/auth/actor/me` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/auth/admin/me
`main.py` declares `ANY /api/auth/admin/me` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/auth/caddie/login
`main.py` declares `ANY /api/auth/caddie/login` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/auth/caddie/me
`main.py` declares `ANY /api/auth/caddie/me` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/auth/caddie/setup
`main.py` declares `ANY /api/auth/caddie/setup` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/auth/caddie/setup/verify
`main.py` declares `ANY /api/auth/caddie/setup/verify` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/auth/caddie/signup
`main.py` declares `ANY /api/auth/caddie/signup` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/auth/email/reset-password
`main.py` declares `ANY /api/auth/email/reset-password` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/auth/email/send-code
`main.py` declares `ANY /api/auth/email/send-code` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/auth/email/signup
`main.py` declares `ANY /api/auth/email/signup` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/auth/email/verify-code
`main.py` declares `ANY /api/auth/email/verify-code` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/chat/peer/<uid>
`main.py` declares `ANY /api/chat/peer/<uid>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/check-uid
`main.py` declares `ANY /api/check-uid` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/jobs
`main_final.py` declares `ANY /api/jobs` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/jobs/<job_id>
`main.py` declares `ANY /api/jobs/<job_id>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/login
`main_final.py` declares `ANY /api/login` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/migrate-columns
`main_final.py` declares `ANY /api/migrate-columns` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/public/actors
`main.py` declares `ANY /api/public/actors` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/public/jobs
`main.py` declares `ANY /api/public/jobs` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/save-profile
`main_final.py` declares `ANY /api/save-profile` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/save-video
`main_final.py` declares `ANY /api/save-video` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint

Showing first 300 of 336. 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/e5cc370c-db7e-4f60-97ea-dcd14cd063c4/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/e5cc370c-db7e-4f60-97ea-dcd14cd063c4/

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.