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.

VangelisTech/archetype

https://github.com/VangelisTech/archetype · scanned 2026-06-16 00:47 UTC (2 months, 1 week ago)

145 raw signals (0 security + 145 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 94 actionable findings from 1 signal source. 51 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 55.7/100 with 100.0% coverage. It contains 2630 nodes across 23 cross-layer flows, written primarily in mixed languages. Engine surfaced 145 findings — concentrated in quality (45), cicd (38), software (25). Risk profile is high: 0 critical, 14 high, 23 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 78 of 94 actionable findings. 145 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.

high System graph security auth conf 1.00 FastAPI DELETE `destroy_world` without auth dependency — src/archetype/api/routes/worlds.py:67
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/archetype/api/routes/worlds.py:67 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `remove_components` without auth dependency — src/archetype/api/routes/entities.py:96
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/archetype/api/routes/entities.py:96 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `remove_entity` without auth dependency — src/archetype/api/routes/entities.py:49
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/archetype/api/routes/entities.py:49 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_entity` without auth dependency — src/archetype/api/routes/entities.py:64
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/archetype/api/routes/entities.py:64 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_components` without auth dependency — src/archetype/api/routes/entities.py:80
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/archetype/api/routes/entities.py:80 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_entity` without auth dependency — src/archetype/api/routes/entities.py:34
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/archetype/api/routes/entities.py:34 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_world` without auth dependency — src/archetype/api/routes/worlds.py:29
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/archetype/api/routes/worlds.py:29 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `fork_world` without auth dependency — src/archetype/api/routes/worlds.py:84
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/archetype/api/routes/worlds.py:84 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_episode` without auth dependency — src/archetype/api/routes/simulation.py:73
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/archetype/api/routes/simulation.py:73 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_rollout` without auth dependency — src/archetype/api/routes/simulation.py:87
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/archetype/api/routes/simulation.py:87 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_world` without auth dependency — src/archetype/api/routes/simulation.py:52
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/archetype/api/routes/simulation.py:52 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `step_world` without auth dependency — src/archetype/api/routes/simulation.py:36
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/archetype/api/routes/simulation.py:36 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `submit_batch` without auth dependency — src/archetype/api/routes/commands.py:59
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/archetype/api/routes/commands.py:59 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `submit_command` without auth dependency — src/archetype/api/routes/commands.py:37
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/archetype/api/routes/commands.py:37 securityAuth fastapi unauth mutation
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/settings.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/settings.json VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/archetype-processors/SKILL.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/skills/archetype-processors/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/daft-patterns/SKILL.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/skills/daft-patterns/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/footgun-detector/SKILL.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/skills/footgun-detector/SKILL.md VerificationClaude instruction
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 13 occurrences GitHub Action is tag-pinned rather than SHA-pinned
anthropics/claude-code-action@v1 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
5 files, 13 locations
.github/workflows/python-tests.yml:33, 45, 65, 93, 115 (5 hits)
.github/workflows/release.yml:20, 42, 68, 84 (4 hits)
.github/workflows/daily-security-audit.yml:32, 61 (2 hits)
.github/workflows/claude.yml:36
.github/workflows/footgun-review.yml:30
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 3 occurrences 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.
3 files, 3 locations
.github/workflows/claude.yml
.github/workflows/daily-security-audit.yml
.github/workflows/release.yml
CI/CD securitySupply chainGithub actions
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — bench/libero/vla_jepa_worker.py:124
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 12 placeholder/mock markers across 7 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 Integrity conf 1.00 14 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `ARCHETYPE_BENCH_NS`, `ARCHETYPE_DATA_URI`, `ARCT_LANCEDB_INDEX_ENTITY`, `ARCT_LANCEDB_INDEX_RUN`, `ARCT_LANCEDB_INDEX_TICK`, `ARCT_LANCEDB_INDEX_WORLD`, `ARCT_LANCEDB_SUBDIR`, `LOGFIRE_API_KEY` + 6 more. Add them (with a placeholder/comment) to .e…
config drift
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 265 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 22 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.
6 files, 22 locations
.github/workflows/python-tests.yml:25, 28, 57, 60, 85, 88, 107, 110 (8 hits)
.github/workflows/docs.yml:111, 136, 142, 148, 187, 202 (6 hits)
.github/workflows/daily-security-audit.yml:22, 27, 103 (3 hits)
.github/workflows/release.yml:15, 37, 50 (3 hits)
.github/workflows/claude.yml:30
.github/workflows/footgun-review.yml:23
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 14 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: scripts/generate_cli_docs.py:main, scripts/generate_api_docs.py:main This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
14 occurrences
repo-level (14 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 4 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: bench/core/ecs/entity_cycle.py:run, bench/core/ecs/packed_iteration.py:run, bench/core/ecs/add_remove.py:run This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document wh…
4 occurrences
repo-level (4 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: examples/pr_triage.py:process, examples/pr_triage.py:process, examples/pr_triage.py:process, examples/pr_triage.py:process This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate …
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: bench/core/ecs/packed_iteration.py:process, bench/core/ecs/packed_iteration.py:process, bench/core/ecs/packed_iteration.py:process, bench/core/ecs/packed_iteration.py:process This is *the* AI-coder failure mode (4× more duplication in vibe-coded repo…
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `df_old` in tests/aio/test_async_world_mutations.py:126
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 `model_copy` in bench/core/ecs/run.py:21
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 `model_copy` in src/archetype/app/world_service.py:164
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 `model_copy` in tests/app/test_services.py:179
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: audit_component_added
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
examples/07_hooks.py:96
low System graph software Dead code conf 1.00 Possibly dead Python function: audit_component_removed
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
examples/07_hooks.py:100
low System graph software Dead code conf 1.00 Possibly dead Python function: audit_despawn
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
examples/07_hooks.py:93
low System graph software Dead code conf 1.00 Possibly dead Python function: audit_spawn
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
examples/07_hooks.py:89
low System graph software Dead code conf 1.00 Possibly dead Python function: publish_metrics
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
examples/07_hooks.py:107
low System graph software Dead code conf 1.00 Possibly dead Python function: start_timer
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
examples/07_hooks.py:104
low System graph software Dead code conf 1.00 Possibly dead Python function: task_archetype_signatures
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
evals/suites/regression.py:78
low System graph software Dead code conf 1.00 Possibly dead Python function: task_command_ordering
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
evals/suites/regression.py:216
low System graph software Dead code conf 1.00 Possibly dead Python function: task_command_pipeline
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
evals/suites/regression.py:242
low System graph software Dead code conf 1.00 Possibly dead Python function: task_component_serde
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
evals/suites/regression.py:57
low System graph software Dead code conf 1.00 Possibly dead Python function: task_despawn_nonexistent_entity
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
evals/suites/poison_command.py:270
low System graph software Dead code conf 1.00 Possibly dead Python function: task_missing_payload_keys
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
evals/suites/poison_command.py:128
low System graph software Dead code conf 1.00 Possibly dead Python function: task_poison_in_batch
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
evals/suites/poison_command.py:51
low System graph software Dead code conf 1.00 Possibly dead Python function: task_rbac_enforcement
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
evals/suites/regression.py:133
low System graph software Dead code conf 1.00 Possibly dead Python function: task_simulation_correctness
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
evals/suites/capability.py:147
low System graph software Dead code conf 1.00 Possibly dead Python function: task_storage_roundtrip
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
evals/suites/capability.py:79
low System graph software Dead code conf 1.00 Possibly dead Python function: task_unhandled_command_noop
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
evals/suites/poison_command.py:338
low System graph software Dead code conf 1.00 Possibly dead Python function: task_unknown_component_type
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
evals/suites/poison_command.py:193
low System graph software Dead code conf 1.00 Possibly dead Python function: temporary_debug_trace
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
examples/07_hooks.py:127
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 quality Integrity conf 1.00 Stub function `_fake_handler` (body is just `pass`/`return`) — evals/suites/spec_contracts.py:530
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /{entity_id}
`src/archetype/api/routes/entities.py` declares `DELETE /{entity_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /{entity_id}/components
`src/archetype/api/routes/entities.py` declares `DELETE /{entity_id}/components` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /{world_id}
`src/archetype/api/routes/worlds.py` declares `DELETE /{world_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /
`src/archetype/api/app.py` declares `GET /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /signatures
`src/archetype/api/routes/query.py` declares `GET /signatures` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /worlds/{world_id}/components
`src/archetype/api/routes/query.py` declares `GET /worlds/{world_id}/components` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /worlds/{world_id}/entities/{entity_id}
`src/archetype/api/routes/query.py` declares `GET /worlds/{world_id}/entities/{entity_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /worlds/{world_id}/history
`src/archetype/api/routes/query.py` declares `GET /worlds/{world_id}/history` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /worlds/{world_id}/hooks
`src/archetype/api/routes/query.py` declares `GET /worlds/{world_id}/hooks` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /worlds/{world_id}/processors
`src/archetype/api/routes/query.py` declares `GET /worlds/{world_id}/processors` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /worlds/{world_id}/resources
`src/archetype/api/routes/query.py` declares `GET /worlds/{world_id}/resources` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /worlds/{world_id}/state
`src/archetype/api/routes/query.py` declares `GET /worlds/{world_id}/state` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /{world_id}
`src/archetype/api/routes/worlds.py` declares `GET /{world_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PATCH /{entity_id}
`src/archetype/api/routes/entities.py` declares `PATCH /{entity_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /
`src/archetype/api/routes/worlds.py` declares `POST /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /batch
`src/archetype/api/routes/commands.py` declares `POST /batch` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /episode
`src/archetype/api/routes/simulation.py` declares `POST /episode` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /rollout
`src/archetype/api/routes/simulation.py` declares `POST /rollout` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /run
`src/archetype/api/routes/simulation.py` declares `POST /run` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /step
`src/archetype/api/routes/simulation.py` declares `POST /step` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /{entity_id}/components
`src/archetype/api/routes/entities.py` declares `POST /{entity_id}/components` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /{world_id}/fork
`src/archetype/api/routes/worlds.py` declares `POST /{world_id}/fork` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: crates/archetype-core/src/aio/async_world.rs (1803 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/0bcadda2-c984-4689-9413-5876d2715ed7/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/0bcadda2-c984-4689-9413-5876d2715ed7/

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.