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.

Zephyr-Ovo/Fiam

https://github.com/Zephyr-Ovo/Fiam · scanned 2026-06-16 01:12 UTC (2 months, 1 week ago)

204 raw signals (0 security + 204 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 182 actionable findings from 1 signal source. 22 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 46.3/100 with 100.0% coverage. It contains 6330 nodes across 20 cross-layer flows, written primarily in mixed languages. Engine surfaced 204 findings — concentrated in quality (116), software (30), frontend (17). Risk profile is high: 0 critical, 4 high, 41 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 118 of 182 actionable findings. 204 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 api Wiring conf 1.00 Dangling fetch: GET /api/antiphon-token (dashboard/src/lib/antiphon/api.ts:11)
`dashboard/src/lib/antiphon/api.ts:11` calls `GET /api/antiphon-token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/antiphon-token` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.mapbox.com/geocoding/v5/mapbox.places/${point.lng.toFixed(6)},${point.lat.toFixed(6)}.json?${params.toString()} (sources/favilla/app/src/routes/Stroll.tsx:1146)
`sources/favilla/app/src/routes/Stroll.tsx:1146` calls `GET https://api.mapbox.com/geocoding/v5/mapbox.places/${point.lng.toFixed(6)},${point.lat.toFixed(6)}.json?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /app/edit-last (sources/atrium/src/panel/Chat.tsx:586)
`sources/atrium/src/panel/Chat.tsx:586` calls `POST /app/edit-last` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/app/edit-last` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /favilla/upload (dashboard/src/lib/antiphon/api.ts:204)
`dashboard/src/lib/antiphon/api.ts:204` calls `POST /favilla/upload` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/favilla/upload` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — sources/atrium/src/panel/md.tsx:9
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 — dashboard/src/lib/antiphon/api.ts:11
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 — dashboard/src/lib/api.ts:9
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 — scripts/social_browser_action.mjs:64
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 — scripts/social_render_cards.mjs:255
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 — sources/antiphon/app/src/lib/api.ts:436
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 — sources/atrium/src/widget/StreamChatLive.tsx:184
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 — sources/favilla/app/src/lib/api.ts:260
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 — sources/favilla/app/src/lib/ring-ble.ts:190
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 — sources/favilla/app/src/lib/voice.ts:47
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 — sources/obsidian-fiam-studio/main.js:55
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 — sources/obsidian-fiam-studio/src/foliate-bundle.js:3094
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 lockfile. 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 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/antiphon-android.yml
.github/workflows/ephemeris-android.yml
.github/workflows/favilla-android.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in scripts/dashboard_server.py:19553
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
scripts/dashboard_server.py:19553 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in packages/chord-card/src/ChordCard.tsx:375
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
packages/chord-card/src/ChordCard.tsx:375 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in sources/atrium/browser-extension/content.js:396
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
sources/atrium/browser-extension/content.js:396 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in sources/favilla/demo/index.html:194
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
sources/favilla/demo/index.html:194 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in sources/obsidian-fiam-studio/main.js:55
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
sources/obsidian-fiam-studio/main.js:55 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in sources/obsidian-fiam-studio/src/foliate-bundle.js:3182
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
sources/obsidian-fiam-studio/src/foliate-bundle.js:3182 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in sources/ephemeris/src/render.js:466
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
sources/ephemeris/src/render.js:466 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in sources/ephemeris/src/study.js:330
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
sources/ephemeris/src/study.js:330 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in sources/antiphon/app/vite.config.ts:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
sources/antiphon/app/vite.config.ts:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in sources/favilla/app/vite.config.ts:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
sources/favilla/app/vite.config.ts:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in sources/obsidian-fiam-studio/main.js:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
sources/obsidian-fiam-studio/main.js:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in sources/obsidian-fiam-studio/src/main.ts:17
Found a known-risky pattern (node_child_process). Review and replace if possible.
sources/obsidian-fiam-studio/src/main.ts:17 Node child process
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in src/fiam/runtime/tools.py:1031
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
src/fiam/runtime/tools.py:1031 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in CLAUDE.md:24
Found a known-risky pattern (weak_hash). Review and replace if possible.
CLAUDE.md:24 Weak hash
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/dashboard_server.py:853
`subprocess.run(...)` 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 Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/fiam_lib/cc_channel.py:335
`subprocess.run(...)` 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 Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/fiam_lib/daemon.py:666
`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 Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/fiam_lib/debug_mode.py:84
`subprocess.run(...)` 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 Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/fiam_lib/home_mgmt.py:71
`subprocess.run(...)` 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 Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/fiam_lib/init_wizard.py:159
`subprocess.run(...)` 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 Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/fiam_lib/tmux_workroom.py:47
`subprocess.run(...)` 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 Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/workroom_cleanup_project.py:46
`subprocess.run(...)` 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 89 placeholder/mock markers across 33 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 106 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `ALLOW_NO_INGEST_TOKEN`, `ANTHROPIC_API_KEY`, `ANTIPHON_ASK_LOCATION`, `ANTIPHON_ASK_MODEL`, `BOOKSHELF_DIR`, `CAP_DEV_URL`, `CLAUDE_CONFIG_DIR`, `CLOUDFLARE_API_TOKEN` + 98 more. Add them (with a placeholder/comment) to .env.example so onboarding …
config drift
low System graph quality Maintenance conf 1.00 50 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 331 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/cache@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
3 files, 5 locations
.github/workflows/antiphon-android.yml:44, 88 (2 hits)
.github/workflows/favilla-android.yml:57, 134 (2 hits)
.github/workflows/ephemeris-android.yml:35
CI/CD securitySupply chainGithub actions
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — sources/favilla/app/src/routes/Brewing.tsx:641
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — sources/favilla/app/src/routes/Calendar.tsx:785
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph quality Tests conf 1.00 Low test-to-source ratio
67 tests / 323 src (ratio 0.21).
low System graph quality Integrity conf 1.00 13 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: scripts/ccjson_signature_monitor.py:parse_args, scripts/ccjson_model_monitor.py:parse_args 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.
13 occurrences
repo-level (13 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 5 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: scripts/dashboard_server.py:read_from, scripts/dashboard_server.py:read_from, scripts/dashboard_server.py:read This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document …
5 occurrences
repo-level (5 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: scripts/dashboard_server.py:add, scripts/dashboard_server.py:add, scripts/dashboard_server.py:add, scripts/dashboard_server.py:add This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Cons…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 9 places
Functions with the same first-5-line body hash: mcp/recall/server.py:main, mcp/research/server.py:main, mcp/stickers/server.py:main, mcp/diary/server.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 w…
duplicatesduplication
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/chord-card/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages/chord-card/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `cta_compare_v1` in sources/favilla/easteregg-design/data.jsx:82
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 cicd CI/CD security conf 1.00 package.json defines install-time lifecycle scripts
preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access.
dashboard/package.json CI/CD securitySupply chainNpm
low System graph software Dead code conf 1.00 Possibly dead Python function: agent_done
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/agent_status.py:30
low System graph software Dead code conf 1.00 Possibly dead Python function: agent_start
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/agent_status.py:21
low System graph software Dead code conf 1.00 Possibly dead Python function: beat_vectors_from_store
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/fiam_lib/dashboard_annotation.py:87
low System graph software Dead code conf 1.00 Possibly dead Python function: budget_awareness
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/fiam_lib/cost.py:122
low System graph software Dead code conf 1.00 Possibly dead Python function: configure
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/fiam_lib/dashboard_annotation.py:23
low System graph software Dead code conf 1.00 Possibly dead Python function: cot_repl
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/curate_clean_history_memory.py:352
low System graph software Dead code conf 1.00 Possibly dead Python function: do_DELETE
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/dashboard_server.py:22024
low System graph software Dead code conf 1.00 Possibly dead Python function: do_DELETE
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/mcd_mcp_bridge.py:36
low System graph software Dead code conf 1.00 Possibly dead Python function: do_GET
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/dashboard_server.py:19330
low System graph software Dead code conf 1.00 Possibly dead Python function: do_GET
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/mcd_mcp_bridge.py:39
low System graph software Dead code conf 1.00 Possibly dead Python function: do_HEAD
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/mcd_mcp_bridge.py:42
low System graph software Dead code conf 1.00 Possibly dead Python function: do_OPTIONS
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/dashboard_server.py:22171
low System graph software Dead code conf 1.00 Possibly dead Python function: do_OPTIONS
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/mcd_mcp_bridge.py:45
low System graph software Dead code conf 1.00 Possibly dead Python function: do_PATCH
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/mcd_mcp_bridge.py:48
low System graph software Dead code conf 1.00 Possibly dead Python function: do_POST
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/dashboard_server.py:20391
low System graph software Dead code conf 1.00 Possibly dead Python function: do_POST
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/mcd_mcp_bridge.py:51
low System graph software Dead code conf 1.00 Possibly dead Python function: do_PUT
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/dashboard_server.py:22112
low System graph software Dead code conf 1.00 Possibly dead Python function: do_PUT
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/mcd_mcp_bridge.py:54
low System graph software Dead code conf 1.00 Possibly dead Python function: held_repl
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/curate_clean_history_memory.py:348
low System graph software Dead code conf 1.00 Possibly dead Python function: is_done
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/dashboard_server.py:15211
low System graph software Dead code conf 1.00 Possibly dead Python function: log_message
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/dashboard_server.py:22270
low System graph software Dead code conf 1.00 Possibly dead Python function: log_message
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/mcd_mcp_bridge.py:57
low System graph software Dead code conf 1.00 Possibly dead Python function: narrate_recall_fragments
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/fiam_lib/app_markers.py:405
low System graph software Dead code conf 1.00 Possibly dead Python function: note_event
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/fiam_lib/life_state.py:204
low System graph software Dead code conf 1.00 Possibly dead Python function: order_key
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/dashboard_server.py:6592
low System graph software Dead code conf 1.00 Possibly dead Python function: reader_for
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/dashboard_server.py:16096
low System graph software Dead code conf 1.00 Possibly dead Python function: record_telemetry
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/fiam_lib/drone_store.py:194
low System graph software Dead code conf 1.00 Possibly dead Python function: safe_event_id
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/fiam_lib/dashboard_annotation.py:70
low System graph software Dead code conf 1.00 Possibly dead Python function: save_annotation_state
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/fiam_lib/dashboard_annotation.py:59
low System graph software Dead code conf 1.00 Possibly dead Python function: timeline_track_names
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/fiam_lib/timeline.py:187
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 — sources/atrium/src/panel/Today.tsx:564
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 Integrity conf 1.00 Stub function `update` (body is just `pass`/`return`) — scripts/fiam_lib/ui.py:39
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: GET /
`sources/ephemeris/src/index.js` 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 /a/:slug/:date/:id
`sources/ephemeris/src/index.js` declares `GET /a/:slug/:date/: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 /api/article/:slug/:date/:id
`sources/ephemeris/src/index.js` declares `GET /api/article/:slug/:date/: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 /api/front/:date?
`sources/ephemeris/src/index.js` declares `GET /api/front/:date?` 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 /api/study/anno/:docid
`sources/ephemeris/src/study.js` declares `GET /api/study/anno/:docid` 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 /api/study/doc/:docid
`sources/ephemeris/src/study.js` declares `GET /api/study/doc/:docid` 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 /d/:date
`sources/ephemeris/src/index.js` declares `GET /d/:date` 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 /manifest.webmanifest
`sources/ephemeris/src/index.js` declares `GET /manifest.webmanifest` 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 /p/:slug/:date?
`sources/ephemeris/src/index.js` declares `GET /p/:slug/:date?` 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 /s/:docid
`sources/ephemeris/src/study.js` declares `GET /s/:docid` 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 /study
`sources/ephemeris/src/study.js` declares `GET /study` 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 /sw.js
`sources/ephemeris/src/index.js` declares `GET /sw.js` 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: PUT /api/study/anno/:docid
`sources/ephemeris/src/study.js` declares `PUT /api/study/anno/:docid` 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: scripts/dashboard_server.py (22414 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/fiam_lib/cc_channel.py (1654 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/fiam_lib/daemon.py (1443 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sources/atrium/src-tauri/src/main.rs (2588 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sources/favilla/app/src/App.tsx (7154 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sources/favilla/app/src/lib/api.ts (2627 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sources/favilla/app/src/routes/AgentExtensions.tsx (1312 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sources/favilla/app/src/routes/Brewing.tsx (1605 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sources/favilla/app/src/routes/Stroll.tsx (1170 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sources/favilla/app/src/routes/Workroom.tsx (1911 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sources/obsidian-fiam-studio/src/foliate-bundle.js (7574 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/fiam/bookshelf.py (1537 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/fiam/runtime/api.py (1477 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/fiam/runtime/tools.py (1383 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/test_app_runtime_router.py (2156 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/test_workroom_dashboard.py (1582 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/65b12fed-bb07-47b1-9e53-3f985e0692c7/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/65b12fed-bb07-47b1-9e53-3f985e0692c7/

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.