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.

dmaher42/Archaeology-Dig-App

https://github.com/dmaher42/Archaeology-Dig-App · scanned 2026-06-17 01:57 UTC (1 month, 1 week ago)

94 raw signals (0 security + 94 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -15.0 (diff) · 80 actionable findings from 1 signal source. 14 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 61.7/100 with 66.7% coverage. It contains 1420 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 94 findings — concentrated in quality (52), software (30), cicd (6). Risk profile is low: 0 critical, 0 high, 19 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 72 of 80 actionable findings. 94 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 quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/components/expedition-journey/journeyBackgroundAssets.js:155
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/expedition-journey/journeyBossSprites.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 — src/components/expedition-journey/journeyCollectibleSprites.js: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/expedition-journey/journeyEnemySprites.js:415
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/expedition-journey/journeyMarkerSprites.js:49
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/expedition-journey/journeyPlayerWeaponSprites.js: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 Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/components/expedition-journey/journeyRenderAssets.js:285
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/expedition-journey/rome/romeBossSprites.js:117
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/expedition-journey/rome/romeEnemySprites.js:97
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/expedition/expeditionMapAssets.js:338
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/expedition/rome/romeMapAssets.js:97
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/full-investigation/fullInvestigationAssets.js:69
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/launch.json
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/launch.json VerificationClaude instruction
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 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 Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/deploy.yml CI/CD securitySupply chainGithub actions
medium System graph security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing.
auth
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 19 placeholder/mock markers across 13 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 49 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 5 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 33, 35, 44, 46, 52
.github/workflows/deploy.yml:33, 35, 44, 46, 52 (5 hits)
CI/CD securitySupply chainGithub actions
low System graph quality Tests conf 1.00 Low test-to-source ratio
21 tests / 91 src (ratio 0.23).
low System graph quality Integrity conf 1.00 8 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: scripts/generate_enemy_sprite_sheets.py:draw_scarab_queen_body, scripts/generate_enemy_sprite_sheets.py:draw_scarab This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or docu…
8 occurrences
repo-level (8 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: scripts/rebuild_hooded_asha_atlas.py:frame_key, scripts/build_asha_v5_atlas.py:frame_key, scripts/build_asha_final_production_atlas.py:frame_key This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-…
3 occurrences
repo-level (3 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: scripts/build_asha_v5_atlas.py:remove_checkerboard_background, scripts/build_bes_guardian_atlas.py:remove_checkerboard_background, scripts/build_asha_v4_atlas.py:remove_checkerboard_background, scripts/build_asha_final_production_atlas.py:remove_check…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: scripts/rebuild_hooded_asha_atlas.py:remove_checkerboard_background, scripts/rebuild_hooded_asha_atlas.py:remove_chroma_green_background, scripts/rebuild_hooded_asha_atlas.py:keep_cyan_slash_effect, scripts/build_asha_v3_candidate_atlas.py:remove_chro…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 6 places
Functions with the same first-5-line body hash: scripts/build_asha_v5_atlas.py:main, scripts/build_asha_new_idle_atlas.py:main, scripts/build_asha_v4_atlas.py:main, scripts/build_asha_v3_candidate_atlas.py:main This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see http…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 7 places
Functions with the same first-5-line body hash: scripts/rebuild_hooded_asha_atlas.py:measure_bounds, scripts/build_asha_v5_atlas.py:measure_bounds, scripts/build_asha_new_idle_atlas.py:measure_bounds, scripts/build_asha_v4_atlas.py:measure_bounds This is *the* AI-coder failure mode (4× more duplic…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 8 places
Functions with the same first-5-line body hash: scripts/rebuild_hooded_asha_atlas.py:paste_sprite_cell, scripts/build_asha_v5_atlas.py:paste_sprite_cell, scripts/build_asha_new_idle_atlas.py:paste_sprite_cell, scripts/build_asha_v4_atlas.py:paste_sprite_cell This is *the* AI-coder failure mode (4×…
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 software Dead code conf 1.00 Possibly dead Python function: asha_hurt_breath
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_expedition_sfx.py:277
low System graph software Dead code conf 1.00 Possibly dead Python function: attack_source_cell
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/rebuild_hooded_asha_atlas.py:266
low System graph software Dead code conf 1.00 Possibly dead Python function: boss_warning
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_expedition_sfx.py:194
low System graph software Dead code conf 1.00 Possibly dead Python function: bridge_stone_crack
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_expedition_sfx.py:315
low System graph software Dead code conf 1.00 Possibly dead Python function: catacomb_deep_breath
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_expedition_sfx.py:301
low System graph software Dead code conf 1.00 Possibly dead Python function: catacomb_fog_whisper
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_expedition_sfx.py:308
low System graph software Dead code conf 1.00 Possibly dead Python function: combat_danger_hit
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_expedition_sfx.py:270
low System graph software Dead code conf 1.00 Possibly dead Python function: distant_monster_call
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_expedition_sfx.py:244
low System graph software Dead code conf 1.00 Possibly dead Python function: enemy_hit
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_expedition_sfx.py:180
low System graph software Dead code conf 1.00 Possibly dead Python function: final_guardian_dread
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_expedition_sfx.py:329
low System graph software Dead code conf 1.00 Possibly dead Python function: keep_cyan_slash_effect
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/rebuild_hooded_asha_atlas.py:130
low System graph software Dead code conf 1.00 Possibly dead Python function: land_soft
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_expedition_sfx.py:144
low System graph software Dead code conf 1.00 Possibly dead Python function: major_cave_in
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_expedition_sfx.py:253
low System graph software Dead code conf 1.00 Possibly dead Python function: metal_click
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_expedition_sfx.py:163
low System graph software Dead code conf 1.00 Possibly dead Python function: player_hit
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_expedition_sfx.py:187
low System graph software Dead code conf 1.00 Possibly dead Python function: reality_tear_rumble
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_expedition_sfx.py:356
low System graph software Dead code conf 1.00 Possibly dead Python function: relic_shard
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_expedition_sfx.py:170
low System graph software Dead code conf 1.00 Possibly dead Python function: sandfall_stone_cascade
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_expedition_sfx.py:291
low System graph software Dead code conf 1.00 Possibly dead Python function: satchel_buckle
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_expedition_sfx.py:157
low System graph software Dead code conf 1.00 Possibly dead Python function: satchel_leather
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_expedition_sfx.py:151
low System graph software Dead code conf 1.00 Possibly dead Python function: scarab_touch_whisper
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_expedition_sfx.py:366
low System graph software Dead code conf 1.00 Possibly dead Python function: stone_gate_blocked
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_expedition_sfx.py:208
low System graph software Dead code conf 1.00 Possibly dead Python function: stone_gate_open
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_expedition_sfx.py:201
low System graph software Dead code conf 1.00 Possibly dead Python function: structure_ripping
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_expedition_sfx.py:260
low System graph software Dead code conf 1.00 Possibly dead Python function: temple_door_boom
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_expedition_sfx.py:284
low System graph software Dead code conf 1.00 Possibly dead Python function: temple_stone_groan
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_expedition_sfx.py:230
low System graph software Dead code conf 1.00 Possibly dead Python function: threshold_reality_tear
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_expedition_sfx.py:377
low System graph software Dead code conf 1.00 Possibly dead Python function: underworld_heart_drone
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_expedition_sfx.py:345
low System graph software Dead code conf 1.00 Possibly dead Python function: unstable_excavation_tremor
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_expedition_sfx.py:322
low System graph software Dead code conf 1.00 Possibly dead Python function: void_bass_swell
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_expedition_sfx.py:336
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scratch/check_braces.js:15
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 — scratch/map_gen/gen_map.js:21
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 — scratch/map_gen/gen_map_data.js:40
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 — src/App.jsx:1240
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 — src/utils/gameLogic.js:877
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: scripts/generate_enemy_sprite_sheets.py (1207 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.jsx (1701 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/expedition-journey/journeyLevelData.js (1940 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/expedition-journey/journeyPlacementOverrides.generated.js (3561 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/expedition-journey/journeySecrets.test.js (5827 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/expedition-journey/journeyUtils.js (2028 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/ExpeditionMode.jsx (7177 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/d9019b8a-4eb2-4a15-a847-127eab159b2a/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/d9019b8a-4eb2-4a15-a847-127eab159b2a/

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.