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.

Sprout-Good-Habits/sprout-design

https://github.com/Sprout-Good-Habits/sprout-design · scanned 2026-06-16 00:20 UTC (2 months, 2 weeks ago)

112 raw signals (0 security + 112 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 112 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: 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 55.1/100 with 77.8% coverage. It contains 2245 nodes across 3 cross-layer flows, written primarily in mixed languages. Engine surfaced 112 findings — concentrated in security (85), quality (20), frontend (6). Risk profile is high: 1 critical, 0 high, 97 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 108 of 112 actionable findings. 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 api/login.js
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
api/login.js:1
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — public/skill-marketplace/_next/static/chunks/1u8kf-cumb-f7.js:31
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 — public/skill-marketplace/_next/static/chunks/3n7dm2ojtyzwn.js:1
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 — public/kid-design-system/components/sprout-voice.js:308
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/skill-marketplace/_next/static/chunks/1yq_eea0sug_e.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 — public/skill-marketplace/_next/static/chunks/3365hch4zqq-2.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 — public/skill-marketplace/_next/static/chunks/turbopack-0pdutru17qgvw.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 — public/skill-marketplace/kid-design-system/components/sprout-voice.js:308
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, 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 Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci, tests. 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 security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in public/skill-marketplace/_next/static/chunks/1u8kf-cumb-f7.js:31
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
public/skill-marketplace/_next/static/chunks/1u8kf-cumb-f7.js:31 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in public/skill-marketplace/_next/static/chunks/3n7dm2ojtyzwn.js:1
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
public/skill-marketplace/_next/static/chunks/3n7dm2ojtyzwn.js:1 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in public/skill-marketplace/index.html:1
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
public/skill-marketplace/index.html:1 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in public/skill-marketplace/skill-marketplace-next.html:1
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
public/skill-marketplace/skill-marketplace-next.html:1 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in public/skill-marketplace/skill-marketplace.html:1
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
public/skill-marketplace/skill-marketplace.html:1 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in public/skill-marketplace/v2.html:1
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
public/skill-marketplace/v2.html:1 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/components/beat-stepper.js:54
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/components/beat-stepper.js:54 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/components/diagram.js:134
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/components/diagram.js:134 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/figma-capture-progress.html:138
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/figma-capture-progress.html:138 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/kid-design-system/components/chat-composer.js:105
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/kid-design-system/components/chat-composer.js:105 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/kid-design-system/components/chat-messages.js:35
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/kid-design-system/components/chat-messages.js:35 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/kid-design-system/components/inputs.html:664
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/kid-design-system/components/inputs.html:664 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/kid-design-system/components/planning-tree.js:32
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/kid-design-system/components/planning-tree.js:32 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/kid-design-system/patterns/match-pairs.html:450
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/kid-design-system/patterns/match-pairs.html:450 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/kid-design-system/patterns/nudge-sheet.html:461
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/kid-design-system/patterns/nudge-sheet.html:461 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/kid-design-system/patterns/sort-tiles.html:309
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/kid-design-system/patterns/sort-tiles.html:309 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/product-explorer/brand-hero.html:1717
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/product-explorer/brand-hero.html:1717 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/product-explorer/explorer-grid.js:89
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/product-explorer/explorer-grid.js:89 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/product-explorer/family.html:1517
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/product-explorer/family.html:1517 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/product-explorer/kid-home/activity.html:1009
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/product-explorer/kid-home/activity.html:1009 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/product-explorer/kid-home/new-activity.html:1126
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/product-explorer/kid-home/new-activity.html:1126 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/product-explorer/meta.js:311
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/product-explorer/meta.js:311 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/product-explorer/parent-chat-2.html:551
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/product-explorer/parent-chat-2.html:551 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/product-explorer/parent-chat-3.html:584
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/product-explorer/parent-chat-3.html:584 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/product-explorer/parent-chat-later.html:586
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/product-explorer/parent-chat-later.html:586 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/product-explorer/parent-chat-now.html:538
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/product-explorer/parent-chat-now.html:538 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/product-explorer/parent-chat.html:545
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/product-explorer/parent-chat.html:545 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/product-explorer/quest/quiz-classic.html:862
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/product-explorer/quest/quiz-classic.html:862 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/product-explorer/quest/quiz-conversational.html:769
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/product-explorer/quest/quiz-conversational.html:769 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/product-explorer/quest/quiz-guided.html:910
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/product-explorer/quest/quiz-guided.html:910 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/product-explorer/rewards.html:708
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/product-explorer/rewards.html:708 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/product-explorer/skills-thread.html:2595
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/product-explorer/skills-thread.html:2595 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/product-explorer/task/chat-tier-2-tiles.html:697
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/product-explorer/task/chat-tier-2-tiles.html:697 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/product-explorer/task/chat-tier-2.html:613
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/product-explorer/task/chat-tier-2.html:613 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/product-explorer/task/chat-tier-3-tiles.html:722
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/product-explorer/task/chat-tier-3-tiles.html:722 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/product-explorer/task/chat-tier-3.html:788
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/product-explorer/task/chat-tier-3.html:788 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/product-explorer/task/host-sprout.html:552
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/product-explorer/task/host-sprout.html:552 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/product-explorer/task/rover-patrol.html:396
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/product-explorer/task/rover-patrol.html:396 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/product-explorer/video-verification-explorer.html:2418
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/product-explorer/video-verification-explorer.html:2418 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/regulatory/index.html:465
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/regulatory/index.html:465 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/shared/shell.js:441
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/shared/shell.js:441 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/_next/static/chunks/3365hch4zqq-2.js:1
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/_next/static/chunks/3365hch4zqq-2.js:1 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/_next/static/chunks/3n7dm2ojtyzwn.js:1
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/_next/static/chunks/3n7dm2ojtyzwn.js:1 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/app.js:1049
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/app.js:1049 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/components/beat-stepper.js:54
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/components/beat-stepper.js:54 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/components/diagram.js:134
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/components/diagram.js:134 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/figma-capture-progress.html:138
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/figma-capture-progress.html:138 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/kid-design-system/components/chat-composer.js:105
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/kid-design-system/components/chat-composer.js:105 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/kid-design-system/components/chat-messages.js:35
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/kid-design-system/components/chat-messages.js:35 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/kid-design-system/components/inputs.html:664
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/kid-design-system/components/inputs.html:664 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/kid-design-system/components/planning-tree.js:32
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/kid-design-system/components/planning-tree.js:32 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/kid-design-system/patterns/match-pairs.html:450
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/kid-design-system/patterns/match-pairs.html:450 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/kid-design-system/patterns/nudge-sheet.html:461
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/kid-design-system/patterns/nudge-sheet.html:461 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/kid-design-system/patterns/sort-tiles.html:309
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/kid-design-system/patterns/sort-tiles.html:309 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/product-explorer/brand-hero.html:1717
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/product-explorer/brand-hero.html:1717 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/product-explorer/explorer-grid.js:86
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/product-explorer/explorer-grid.js:86 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/product-explorer/family.html:1513
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/product-explorer/family.html:1513 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/product-explorer/kid-home/activity.html:1009
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/product-explorer/kid-home/activity.html:1009 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/product-explorer/kid-home/new-activity.html:1126
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/product-explorer/kid-home/new-activity.html:1126 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/product-explorer/meta.js:275
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/product-explorer/meta.js:275 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/product-explorer/parent-chat-2.html:551
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/product-explorer/parent-chat-2.html:551 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/product-explorer/parent-chat-3.html:584
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/product-explorer/parent-chat-3.html:584 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/product-explorer/parent-chat-later.html:586
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/product-explorer/parent-chat-later.html:586 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/product-explorer/parent-chat-now.html:538
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/product-explorer/parent-chat-now.html:538 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/product-explorer/parent-chat.html:545
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/product-explorer/parent-chat.html:545 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/product-explorer/quest/quiz-classic.html:862
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/product-explorer/quest/quiz-classic.html:862 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/product-explorer/quest/quiz-conversational.html:769
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/product-explorer/quest/quiz-conversational.html:769 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/product-explorer/quest/quiz-guided.html:910
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/product-explorer/quest/quiz-guided.html:910 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/product-explorer/rewards.html:708
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/product-explorer/rewards.html:708 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/product-explorer/skills-thread.html:2595
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/product-explorer/skills-thread.html:2595 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/product-explorer/task/chat-tier-2-tiles.html:697
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/product-explorer/task/chat-tier-2-tiles.html:697 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/product-explorer/task/chat-tier-2.html:613
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/product-explorer/task/chat-tier-2.html:613 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/product-explorer/task/chat-tier-3-tiles.html:722
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/product-explorer/task/chat-tier-3-tiles.html:722 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/product-explorer/task/chat-tier-3.html:788
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/product-explorer/task/chat-tier-3.html:788 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/product-explorer/video-verification-explorer.html:2418
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/product-explorer/video-verification-explorer.html:2418 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/regulatory/index.html:465
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/regulatory/index.html:465 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/shared/shell.js:440
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/shared/shell.js:440 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/skill-marketplace/skill-marketplace/app.js:1049
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/skill-marketplace/skill-marketplace/app.js:1049 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in public/kid-design-system/components/progress-bar.html:826
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
public/kid-design-system/components/progress-bar.html:826 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in public/skill-marketplace/kid-design-system/components/progress-bar.html:826
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
public/skill-marketplace/kid-design-system/components/progress-bar.html:826 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/export-all-prototypes.mjs:16
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/export-all-prototypes.mjs:16 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/export-all.mjs:13
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/export-all.mjs:13 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 28 placeholder/mock markers across 16 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
0 test file(s) for 118 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 31 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 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 `eleven_turbo_v2` in public/kid-design-system/components/sprout-voice.js:54
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 `eleven_turbo_v2` in public/skill-marketplace/kid-design-system/components/sprout-voice.js:54
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 `unstable_legacy` in public/skill-marketplace/_next/static/chunks/3n7dm2ojtyzwn.js:1
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 frontend Frontend quality conf 1.00 React Flow edge with `label=` but no project-wide edge-label CSS override — public/skill-marketplace/_next/static/chunks/2kwgw2w607qka.js:1
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 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 — dev-server.js:85
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — public/skill-marketplace/_next/static/chunks/3365hch4zqq-2.js:1
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Complexity conf 1.00 Very large file: public/skill-marketplace/app.js (1143 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: public/skill-marketplace/skill-marketplace/app.js (1143 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/app/v2/_lib/fixtures.ts (1203 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/2f722646-c160-49f6-81e6-2580e906b443/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/2f722646-c160-49f6-81e6-2580e906b443/

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.