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.

aquiloplays/aquilo-site

https://github.com/aquiloplays/aquilo-site · scanned 2026-06-17 01:35 UTC (1 month, 2 weeks ago)

330 raw signals (0 security + 330 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ -7.7 (diff) · 328 actionable findings from 1 signal source. 2 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 69.0/100 with 100.0% coverage. It contains 5276 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 330 findings — concentrated in quality (207), security (62), frontend (57). Risk profile is low: 0 critical, 0 high, 106 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 123 of 328 actionable findings. 330 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.

medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/install/page.tsx:273
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 — src/app/layout.tsx:138
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 — src/components/admin/ScratchOffManager.tsx:57
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 — functions/api/community/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 — functions/api/web/boltbound/[[route]].js:180
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 — public/assets/test-send.js:46
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 — public/partyup/dock/dock.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 — public/partyup/overlay/overlay.js:102
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 — public/powerdeck/customize/customize.js:239
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 — public/powerdeck/overlay/pd-watch.js:26
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 — public/powerdeck/workshop/workshop.js:88
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — public/punchcard/card/card-editor.js:53
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 — public/punchcard/customize/customize.js:114
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 — public/punchcard/overlay/overlay.js:235
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 — public/punchcard/overlay/pc-connect.js:177
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 — public/scratchdrop/customize/customize.js:1017
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 — public/scratchdrop/customize/sd-emotes.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 — public/scratchdrop/overlay/sd-watch.js:26
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 — public/sf/customize/customize.js:730
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 — public/sf/overlay/sf-bridge.js:276
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 — public/sw.js:310
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 — public/twitch-panel/panel.js:633
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/audio-pipeline.mjs:122
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/components/admin/QueueAdmin.tsx:53
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/components/AdminPanel.tsx:144
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/components/community/DiscordChat.tsx:470
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/components/community/WeeklyChallenge.tsx:106
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/components/EditMode.tsx:149
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/components/home/LatestYouTubeCard.tsx:59
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/components/NotificationPrefs.tsx:88
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/components/profile/ProfileCompletionMeter.tsx:82
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/components/PushSubscribeButton.tsx:111
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/components/studio/EmoteRemix.tsx:92
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/components/studio/EmoteWizard.tsx:89
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/lib/boltbound.ts:3
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/lib/useVotePublic.ts: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 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, tests. 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 Tests conf 1.00 CI is configured but no tests are detected
A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal.
CI/CDConfig theaterRepo hardening
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph cicd CI/CD security conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
cloudflare/wrangler-action@v3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/deploy.yml:55 CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in functions/api/changelog.js:104
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
functions/api/changelog.js:104 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in functions/api/feed.js:14
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
functions/api/feed.js:14 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in functions/api/twitch/live.js:122
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
functions/api/twitch/live.js:122 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in functions/api/twitch/login.js:42
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
functions/api/twitch/login.js:42 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in functions/api/web/checkin/backgrounds.js:33
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
functions/api/web/checkin/backgrounds.js:33 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in functions/api/web/checkin/user-background.js:81
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
functions/api/web/checkin/user-background.js:81 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/install/page.tsx:273
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/install/page.tsx:273 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/layout.tsx:138
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/layout.tsx:138 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/components/admin/ScratchOffManager.tsx:57
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/components/admin/ScratchOffManager.tsx:57 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/dock/crowdplay/main.js:115
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/dock/crowdplay/main.js:115 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/dock/streamfusion-chat/index.html:1076
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/dock/streamfusion-chat/index.html:1076 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/dock/streamkey/index.html:279
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/dock/streamkey/index.html:279 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/partyup/customize/customize.js:87
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/partyup/customize/customize.js:87 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/partyup/dock/dock.js:142
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/partyup/dock/dock.js:142 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/partyup/live/index.html:128
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/partyup/live/index.html:128 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/partyup/overlay/overlay.js:154
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/partyup/overlay/overlay.js:154 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/personal-overlays/death-counter/index.html:498
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/personal-overlays/death-counter/index.html:498 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/personal-overlays/event-feed/index.html:206
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/personal-overlays/event-feed/index.html:206 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/personal-overlays/follow-gwyf/index.html:296
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/personal-overlays/follow-gwyf/index.html:296 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/personal-overlays/follow-minecraft/index.html:286
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/personal-overlays/follow-minecraft/index.html:286 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/personal-overlays/follow/index.html:449
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/personal-overlays/follow/index.html:449 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/personal-overlays/loadout-activity/index.html:333
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/personal-overlays/loadout-activity/index.html:333 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/personal-overlays/power-armor-drop/index.html:183
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/personal-overlays/power-armor-drop/index.html:183 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/personal-overlays/power-armor-hangar/index.html:81
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/personal-overlays/power-armor-hangar/index.html:81 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/personal-overlays/pvp-battle/index.html:585
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/personal-overlays/pvp-battle/index.html:585 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/personal-overlays/scratch-hit/index.html:248
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/personal-overlays/scratch-hit/index.html:248 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/personal-overlays/stream-checkin/index.html:288
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/personal-overlays/stream-checkin/index.html:288 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/personal-overlays/watchtower/index.html:377
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/personal-overlays/watchtower/index.html:377 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/powerdeck/customize/customize.js:107
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/powerdeck/customize/customize.js:107 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/powerdeck/dock/dock.js:75
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/powerdeck/dock/dock.js:75 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/powerdeck/overlay/overlay.js:461
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/powerdeck/overlay/overlay.js:461 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/powerdeck/workshop/workshop.js:53
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/powerdeck/workshop/workshop.js:53 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/punchcard/card/card-editor.js:88
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/punchcard/card/card-editor.js:88 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/punchcard/customize/customize.js:264
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/punchcard/customize/customize.js:264 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/punchcard/leaderboard/index.html:97
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/punchcard/leaderboard/index.html:97 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/punchcard/overlay/overlay.js:59
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/punchcard/overlay/overlay.js:59 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/punchcard/overlay/pc-card.js:43
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/punchcard/overlay/pc-card.js:43 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/scratchdrop/customize/customize.js:275
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/scratchdrop/customize/customize.js:275 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/scratchdrop/dock/dock.js:82
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/scratchdrop/dock/dock.js:82 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/scratchdrop/overlay/overlay.js:376
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/scratchdrop/overlay/overlay.js:376 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/sf-demo/banner.html:389
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/sf-demo/banner.html:389 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/sf-demo/index.html:2887
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/sf-demo/index.html:2887 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/sf-demo/overlay.html:945
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/sf-demo/overlay.html:945 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/sf/customize/customize.js:525
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/sf/customize/customize.js:525 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/sf/overlay/alerts/index.html:543
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/sf/overlay/alerts/index.html:543 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/sf/overlay/chat/index.html:1420
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/sf/overlay/chat/index.html:1420 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/sf/overlay/index.html:328
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/sf/overlay/index.html:328 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/sf/overlay/sf-bridge.js:169
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/sf/overlay/sf-bridge.js:169 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/sf/overlay/sf-icons.js:92
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/sf/overlay/sf-icons.js:92 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/sf/overlay/shoutout/index.html:392
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/sf/overlay/shoutout/index.html:392 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/sf/overlay/ticker/index.html:322
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/sf/overlay/ticker/index.html:322 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/sf/overlay/vertical/index.html:756
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/sf/overlay/vertical/index.html:756 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/support/index.html:100
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/support/index.html:100 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/twitch-panel/panel.js:345
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/twitch-panel/panel.js:345 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in scripts/bb-mobile-shot.mjs:53
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
scripts/bb-mobile-shot.mjs:53 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in public/powerdeck/customize/customize.js:232
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
public/powerdeck/customize/customize.js:232 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in public/powerdeck/workshop/workshop.js:59
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
public/powerdeck/workshop/workshop.js:59 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in public/sf-demo/index.html:9937
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
public/sf-demo/index.html:9937 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in public/sf/overlay/alerts/index.html:537
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
public/sf/overlay/alerts/index.html:537 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in public/sf/overlay/chat/index.html:1316
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
public/sf/overlay/chat/index.html:1316 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/audio-pipeline.mjs:28
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/audio-pipeline.mjs:28 Node child process
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/gen-boltbound-arena-bg.py:96
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/gen-boltbound-arenas.py:116
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 225 placeholder/mock markers across 89 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
16 test file(s) for 636 source file(s) (ratio 0.03). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 118 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph cicd CI/CD security conf 1.00 2 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
lines 36, 39
.github/workflows/deploy.yml:36, 39 (2 hits)
CI/CD securitySupply chainGithub actions
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — public/partyup/dock/dock.js:152
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 — src/components/play/spire-map/BottomSheet.tsx:91
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph quality Agent instructions conf 1.00 Multiple root agent instruction files without precedence
The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies.
Governance
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: scripts/gen-boltbound-arena-bg.py:create, scripts/gen-boltbound-arenas.py:create 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 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 frontend Frontend quality conf 1.00 React Flow edge with `label=` but no project-wide edge-label CSS override — public/dock/crowdplay/main.js:458
React Flow edge labels render with a white rectangle behind the text by default, which scatters bright boxes across a dark canvas. Either drop the label, or override `.react-flow__edge-textbg` and `.react-flow__edge-text` in your stylesheet. Why: P-H in CHECKLIST.md — vendor edge labels bleed whit…
Fq edge label no bg
low System graph quality Complexity conf 1.00 Very large file: public/scratchdrop/customize/customize.js (1132 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: public/sf/customize/customize.js (1324 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: public/twitch-panel/panel.js (6658 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/components/community/DiscordChat.tsx (2555 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/components/icons/AquiloIcons.tsx (1297 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/components/play/BoltboundMatch.tsx (3609 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/components/play/PackOpener.tsx (1582 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/components/play/PlayBoltbound.tsx (1595 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/lib/boltbound-catalogue.ts (41568 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/775366ae-3bbe-4078-962b-3f90b91ca810/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/775366ae-3bbe-4078-962b-3f90b91ca810/

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.