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.

beyondjames/pots-for-tots-2

https://github.com/beyondjames/pots-for-tots-2 · scanned 2026-06-17 01:39 UTC (1 month, 2 weeks ago)

65 raw signals (0 security + 65 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ -11.7 (diff) · 65 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 65.0/100 with 66.7% coverage. It contains 470 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 65 findings — concentrated in security (34), quality (25), frontend (6). Risk profile is low: 0 critical, 0 high, 51 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 62 of 65 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 quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — assets/box-builder-facets.js:62
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 — assets/box-builder.js:912
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 — assets/cart.js:56
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 — assets/custom-date-picker.js:210
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 — assets/facets.js:62
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 — assets/global.js:1119
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 — assets/loop_bundle.js:410
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 — assets/predictive-search.js:179
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 — assets/product-form.js:44
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 — assets/product-info.js:62
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 — assets/quick-add.js:24
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 — assets/quick-order-list.js:238
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 — assets/webmcp.js:185
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 — cloudflare/agent-discovery/src/worker.js: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 Agent instructions conf 1.00 Agent authority lacks a verifier contract: 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.
CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license, 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 security security conf 1.00 Insecure pattern 'cors_wildcard' in cloudflare/agent-discovery/README.md:38
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
cloudflare/agent-discovery/README.md:38 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in cloudflare/agent-discovery/src/lib.js:152
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
cloudflare/agent-discovery/src/lib.js:152 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/box-builder-facets.js:83
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/box-builder-facets.js:83 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/box-builder.js:590
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/box-builder.js:590 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/cart-drawer.js:87
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/cart-drawer.js:87 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/cart-notification.js:41
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/cart-notification.js:41 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/cart.js:78
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/cart.js:78 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/custom-date-picker.js:20
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/custom-date-picker.js:20 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/facets.js:83
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/facets.js:83 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/global.js:323
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/global.js:323 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/localization-form.js:165
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/localization-form.js:165 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/loop_bundle.js:604
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/loop_bundle.js:604 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/media-gallery.js:84
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/media-gallery.js:84 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/pickup-availability.js:42
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/pickup-availability.js:42 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/predictive-search.js:234
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/predictive-search.js:234 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/price-per-item.js:78
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/price-per-item.js:78 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/product-info.js:93
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/product-info.js:93 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/quick-add.js:13
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/quick-add.js:13 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/quick-order-list.js:126
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/quick-order-list.js:126 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/recipient-form.js:142
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/recipient-form.js:142 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/selling-plans-integration.js:204
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/selling-plans-integration.js:204 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in assets/box-builder-facets.js:225
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
assets/box-builder-facets.js:225 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in assets/facets.js:203
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
assets/facets.js:203 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in assets/box-builder-facets.js:83
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
assets/box-builder-facets.js:83 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in assets/cart-drawer.js:105
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
assets/cart-drawer.js:105 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in assets/cart-notification.js:64
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
assets/cart-notification.js:64 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in assets/cart.js:59
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
assets/cart.js:59 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in assets/facets.js:83
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
assets/facets.js:83 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in assets/global.js:1128
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
assets/global.js:1128 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in assets/pickup-availability.js:25
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
assets/pickup-availability.js:25 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in assets/predictive-search.js:192
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
assets/predictive-search.js:192 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in assets/product-info.js:67
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
assets/product-info.js:67 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in assets/quick-add.js:27
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
assets/quick-add.js:27 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in assets/quick-order-list.js:124
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
assets/quick-order-list.js:124 Domparser html parse
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
2 test file(s) for 42 source file(s) (ratio 0.05). 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, ci. 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 9 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 `button__copy` in assets/share.js:26
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 Stray `console.log` in TS/JS — assets/box-builder.js:898
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 — assets/custom-date-picker.js:188
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 — assets/embla.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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — assets/loop_bundle.js:436
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 — assets/selling-plans-integration.js:297
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 — assets/upsell-modal.js:20
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: assets/box-builder.js (1473 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/54c25389-bae7-4416-82d9-2c4c16dd34f5/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/54c25389-bae7-4416-82d9-2c4c16dd34f5/

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.