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.

Ryoki63/Challenge

https://github.com/Ryoki63/Challenge · scanned 2026-06-15 23:58 UTC (2 months, 3 weeks ago)

53 raw signals (0 security + 53 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 43 actionable findings from 1 signal source. 10 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 58.0/100 with 77.8% coverage. It contains 623 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 53 findings — concentrated in quality (29), software (14), cicd (6). Risk profile is high: 2 critical, 0 high, 5 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 30 of 43 actionable findings. 53 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical System graph security security conf 1.00 Insecure pattern 'private_key_in_repo' in products/lien/supabase/functions/_shared/apns.ts:143
Found a known-risky pattern (private_key_in_repo). Review and replace if possible.
products/lien/supabase/functions/_shared/apns.ts:143 Private key in repo
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — products/lien/supabase/functions/_shared/apns.ts:10
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: AGENTS.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.
AGENTS.md VerificationAgents md
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. 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 cicd CI/CD security conf 1.00 2 occurrences GitHub Action is tag-pinned rather than SHA-pinned
denoland/setup-deno@v2 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
2 files, 2 locations
.github/workflows/lien-ci.yml:21
.github/workflows/lien-deploy.yml:32
CI/CD securitySupply chainGithub actions
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 25 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 4 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.
3 files, 4 locations
.github/workflows/lien-ci.yml:18, 33 (2 hits)
.github/workflows/lien-deploy.yml:29
.github/workflows/lien-ios.yml:31
CI/CD securitySupply chainGithub actions
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: products/lien/assets/plant/v2_drafts/style_a/gen.py:make_contact_sheet, products/lien/assets/plant/v2_drafts/style_d/gen.py:make_contact_sheet This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hy…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 3 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: products/lien/assets/plant/v2_drafts/style_a/gen.py:paste_pixels, products/lien/assets/plant/v2_drafts/style_c/gen.py:paste_pixels, products/lien/assets/plant/tools/gen_sprites.py:paste_pixels This is *the* AI-coder failure mode (4× more duplication …
3 occurrences
repo-level (3 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: products/lien/assets/plant/v2_drafts/style_a/gen.py:grid_to_rgba, products/lien/assets/plant/v2_drafts/style_d/gen.py:grid_to_rgba, products/lien/assets/plant/v2_drafts/style_c/gen.py:grid_to_rgba, products/lien/assets/plant/v2_drafts/style_b/gen.py:g…
duplicatesduplication
low System graph quality Integrity conf 1.00 4 occurrences Near-duplicate function bodies in 7 places
Functions with the same first-5-line body hash: products/lien/assets/icon/tools/gen_icon.py:read_png_header, products/lien/assets/plant/v2_drafts/style_a/gen.py:read_png_size, products/lien/assets/plant/v2_drafts/style_d/gen.py:read_png_size, products/lien/assets/plant/v2_drafts/style_c/gen.py:read…
4 occurrences
repo-level (4 hits)
duplicatesduplication
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `tooOld` in products/lien/supabase/functions/checkin/core_test.ts:412
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: apply_mouth
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
products/lien/assets/plant/v2_drafts/style_c/gen.py:286
low System graph software Dead code conf 1.00 Possibly dead Python function: face_happy
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
products/lien/assets/plant/v2_drafts/style_d/gen.py:148
low System graph software Dead code conf 1.00 Possibly dead Python function: face_normal
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
products/lien/assets/plant/v2_drafts/style_d/gen.py:136
low System graph software Dead code conf 1.00 Possibly dead Python function: frame_final_happy
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
products/lien/assets/plant/v3_drafts/style_g/gen.py:449
low System graph software Dead code conf 1.00 Possibly dead Python function: frame_final_normal
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
products/lien/assets/plant/v3_drafts/style_g/gen.py:442
low System graph software Dead code conf 1.00 Possibly dead Python function: frame_late
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
products/lien/assets/plant/v3_drafts/style_g/gen.py:415
low System graph software Dead code conf 1.00 Possibly dead Python function: frame_late
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
products/lien/assets/plant/v3_drafts/style_e/gen.py:345
low System graph software Dead code conf 1.00 Possibly dead Python function: frame_mid
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
products/lien/assets/plant/v3_drafts/style_g/gen.py:403
low System graph software Dead code conf 1.00 Possibly dead Python function: frame_mid
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
products/lien/assets/plant/v3_drafts/style_e/gen.py:333
low System graph software Dead code conf 1.00 Possibly dead Python function: frame_soil
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
products/lien/assets/plant/v3_drafts/style_g/gen.py:385
low System graph software Dead code conf 1.00 Possibly dead Python function: frame_soil
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
products/lien/assets/plant/v3_drafts/style_e/gen.py:272
low System graph software Dead code conf 1.00 Possibly dead Python function: frame_sprout
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
products/lien/assets/plant/v3_drafts/style_g/gen.py:392
low System graph software Dead code conf 1.00 Possibly dead Python function: frame_sprout
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
products/lien/assets/plant/v3_drafts/style_e/gen.py:323
low System graph software Dead code conf 1.00 Possibly dead Python function: make_soil
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
products/lien/assets/plant/v2_drafts/style_d/gen.py:112
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 — products/lien/supabase/functions/close-day/index.ts:235
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
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/dcc5144e-e550-4446-9501-7180d6f2c15a/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/dcc5144e-e550-4446-9501-7180d6f2c15a/

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.