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.

tradewinds-center/rabbithole

https://github.com/tradewinds-center/rabbithole · scanned 2026-06-16 00:41 UTC (2 months, 1 week ago)

189 raw signals (0 security + 189 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 189 actionable findings from 1 signal source. 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: severity: medium × 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 67.8/100 with 88.9% coverage. It contains 2404 nodes across 8 cross-layer flows, written primarily in mixed languages. Engine surfaced 189 findings — concentrated in quality (149), security (25), frontend (12). Risk profile is high: 1 critical, 0 high, 46 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 45 of 189 actionable findings. 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 — app/EmotionRegistry.tsx:52
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 — components/ArtifactPanel.tsx:12
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 — components/CameraScanDialog.tsx:151
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 — components/ScannerPanel.tsx:759
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 — convex/__tests__/slackBot.test.ts:52
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 — convex/audioActions.ts:27
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — convex/driveSync.ts: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 — convex/http.ts:1647
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 — convex/lib/gemini.ts:32
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 — convex/lib/google.ts:87
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 — convex/lib/slackApi.ts:28
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — convex/portfolioActions.ts:692
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 — convex/slidesActions.ts:38
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — convex/standardsImport.ts:74
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 — convex/youtubeActions.ts:34
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — hooks/useWebAssignment.ts:93
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/exploit-check.mjs:41
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/verify-mcp-oauth.mjs:77
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, ci. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in app/api/mcp/route.ts:33
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
app/api/mcp/route.ts:33 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in convex/http.ts:1167
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
convex/http.ts:1167 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in convex/lib/aideStream.ts:187
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
convex/lib/aideStream.ts:187 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in lib/oauthHttp.ts:27
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
lib/oauthHttp.ts:27 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in app/EmotionRegistry.tsx:52
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
app/EmotionRegistry.tsx:52 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in evals/spot-eval/run.ts:30
Found a known-risky pattern (node_child_process). Review and replace if possible.
evals/spot-eval/run.ts:30 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/ensure-auth-keys.mjs:14
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/ensure-auth-keys.mjs:14 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/generate-app-assets.mjs:98
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/generate-app-assets.mjs:98 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/seed-video-units.js:13
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/seed-video-units.js:13 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/verify-activity-rubric.mjs:23
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/verify-activity-rubric.mjs:23 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/verify-artifact-perception.mjs:26
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/verify-artifact-perception.mjs:26 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/verify-assignments-phase1.mjs:16
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/verify-assignments-phase1.mjs:16 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/verify-assignments-phase2.mjs:15
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/verify-assignments-phase2.mjs:15 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/verify-assignments-phase3.mjs:11
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/verify-assignments-phase3.mjs:11 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/verify-assignments-phase5.mjs:13
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/verify-assignments-phase5.mjs:13 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/verify-bot-attaches-rubric.mjs:24
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/verify-bot-attaches-rubric.mjs:24 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/verify-class-tab-redesign.mjs:15
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/verify-class-tab-redesign.mjs:15 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/verify-curriculum-bot-quest.mjs:11
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/verify-curriculum-bot-quest.mjs:11 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/verify-documents-tab.mjs:22
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/verify-documents-tab.mjs:22 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/verify-kill-quests.mjs:17
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/verify-kill-quests.mjs:17 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/verify-quest-phase3.mjs:19
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/verify-quest-phase3.mjs:19 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/verify-scholar-ia.mjs:13
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/verify-scholar-ia.mjs:13 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/visual-tour.mjs:21
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/visual-tour.mjs:21 Node child process
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 238 placeholder/mock markers across 85 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
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/55e6a179-d84b-4be4-a6c3-8f81f42660aa/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/55e6a179-d84b-4be4-a6c3-8f81f42660aa/

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.