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.
87 of your 162 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 10.78s · analysis 7.72s · 29.6 MB · GitHub API rate-limit (preflight)

leon-ai/leon

https://github.com/leon-ai/leon · scanned 2026-06-05 18:35 UTC (4 days, 17 hours ago) · 10 languages

495 raw signals (155 security + 340 graph) 11/13 scanners ran 49th percentile · Typescript · large (100-500K LoC) System graph score 80 (lower by 5)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 17 hours ago · v2 · 201 actionable findings from 2 signal sources. 124 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 85.0 0.15 12.75
security_score 100.0 0.25 25.00
testing_score 35.0 0.20 7.00
documentation_score 75.0 0.15 11.25
practices_score 77.0 0.15 11.55
code_quality 70.0 0.10 7.00
Overall 1.00 74.5
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade B (74/100). Dimensions: security 100, maintainability 85. 155 findings (19 security). 122,037 lines analyzed.

Showing 159 of 201 actionable findings. 325 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 Security checks quality Quality conf 1.00 ✓ Repobility [MINED035] Js New Function: new Function(...) compiles strings to functions.
Review and fix per the pattern semantics. See CWE-95 / for context.
server/src/helpers/file-helper.ts:358
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED107] Missing import: `signal` used but not imported: The file uses `signal.something(...)` but never imports `signal`. This raises NameError at runtime the first time the line executes.
Add `import signal` at the top of the file.
tcp_server/src/lib/tts/commons.py:79
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED107] Missing import: `time` used but not imported: The file uses `time.something(...)` but never imports `time`. This raises NameError at runtime the first time the line executes.
Add `import time` at the top of the file.
tcp_server/src/lib/tts/text/english_utils/time_norm.py:31
low Security checks quality Quality conf 1.00 ✓ Repobility [MINED006] Overcatch Baseexception: except BaseException: ... — prevents Ctrl+C and SystemExit from working.
Review and fix per the pattern semantics. See CWE-705 / for context.
skills/native/partner_assistant_skill/src/actions/tell_about_assistant.py:14
low Security checks quality Quality conf 1.00 ✓ Repobility [MINED006] Overcatch Baseexception: except BaseException: ... — prevents Ctrl+C and SystemExit from working.
Review and fix per the pattern semantics. See CWE-705 / for context.
skills/native/color_skill/src/actions/tell_hexadecimal_color.py:26
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED021] Path Traversal Os Join: os.path.join(user_dir, filename) where filename can contain "../" — directory escape.
Review and fix per the pattern semantics. See CWE-22 / A01:2021 for context.
tcp_server/src/main.py:21
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED021] Path Traversal Os Join: os.path.join(user_dir, filename) where filename can contain "../" — directory escape.
Review and fix per the pattern semantics. See CWE-22 / A01:2021 for context.
bridges/python/src/constants.py:32
high Security checks quality Quality conf 1.00 ✓ Repobility 25 occurrences [MINED108] `self.tool_name` used but never assigned in __init__: Method `alias_tool_name` of class `BaseTool` reads `self.tool_name`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
Initialize `self.tool_name = <default>` in __init__, or add a class-level default.
3 files, 25 locations
bridges/python/src/sdk/base_tool.py:103, 104, 106, 109, 112, 132, 175, 179, +9 more (19 hits)
bridges/python/src/sdk/leon.py:88, 89, 104, 105 (4 hits)
bridges/python/src/sdk/memory.py:50, 63 (2 hits)
high Security checks security path traversal conf 0.80 3 occurrences [SEC013] Path Traversal — User Input in File Path: User-controlled input used in file path without sanitization. Allows reading arbitrary files.
Use os.path.realpath() and verify the path starts with your expected base directory. Use secure_filename() for uploads.
3 files, 3 locations
tools/music_audio/assemblyai_audio/src/python/assemblyai_audio_tool.py:77
tools/music_audio/elevenlabs_audio/src/python/elevenlabs_audio_tool.py:81
tools/music_audio/openai_audio/src/python/openai_audio_tool.py:78
low Security checks security Injection conf 1.00 [SEC103] LDAP injection — non-constant search filter: User input concatenated into an LDAP search filter. Attackers inject `*)(uid=*` style payloads to bypass auth or enumerate accounts.
Escape with javax.naming.ldap.Rdn.escapeValue or equivalent. For python-ldap, use ldap.filter.escape_filter_chars. Better: use parameterized search APIs (Spring LdapTemplate filter encoders).
tools/music_audio/faster_whisper/src/python/faster_whisper_tool.py:125
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 15 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `actions/checkout` pinned to mutable ref `@v2`: `uses: actions/checkout@v2` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lo…
3 files, 15 locations
.github/workflows/build.yml:16, 19, 24 (5 hits)
.github/workflows/lint.yml:16, 19, 24 (5 hits)
.github/workflows/tests.yml:16, 19, 24 (5 hits)
CI/CD securitySupply chainGitHub Actions
high System graph api Wiring conf 1.00 Dangling fetch: GET /${this.gitBranch}/package.json (server/src/updater.ts:21)
`server/src/updater.ts:21` calls `GET /${this.gitBranch}/package.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/<p>/package.json` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST /on-error (server/src/telemetry.ts:199)
`server/src/telemetry.ts:199` calls `POST /on-error` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/on-error` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST /on-event (server/src/telemetry.ts:245)
`server/src/telemetry.ts:245` calls `POST /on-event` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/on-event` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST /on-post-install (server/src/telemetry.ts:53)
`server/src/telemetry.ts:53` calls `POST /on-post-install` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/on-post-install` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST /on-start (server/src/telemetry.ts:104)
`server/src/telemetry.ts:104` calls `POST /on-start` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/on-start` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST /on-start (server/src/telemetry.ts:118)
`server/src/telemetry.ts:118` calls `POST /on-start` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/on-start` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST /on-utterance (server/src/telemetry.ts:156)
`server/src/telemetry.ts:156` calls `POST /on-utterance` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/on-utterance` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST /on-utterance (server/src/telemetry.ts:174)
`server/src/telemetry.ts:174` calls `POST /on-utterance` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/on-utterance` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchAxios
high System graph security security conf 1.00 Insecure pattern 'eval_used' in tcp_server/src/lib/tts/api.py:70
Found a known-risky pattern (eval_used). Review and replace if possible.
tcp_server/src/lib/tts/api.py:70 Eval used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in server/src/declarations.d.ts:18
Found a known-risky pattern (exec_used). Review and replace if possible.
server/src/declarations.d.ts:18 Exec used
medium Security checks security auth conf 0.92 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation.
Add .repobility/access.yml mapping routes to anonymous, authenticated, owner, admin, and super_admin. Keep business-specific rules in the repo so CI can enforce them.
medium Security checks quality Error handling conf 1.00 [ERR002] Empty Catch Block: Empty catch blocks hide errors.
Log the error or rethrow it. Use console.error() at minimum.
skills/native/podcast_generator_skill/src/actions/generate.ts:256
medium Security checks quality Quality conf 1.00 ✓ Repobility [MINED109] Mutable default argument in `__init__` (dict): `def __init__(... = []/{}/set())` — Python's default value is constructed ONCE at function definition time and shared across all calls. Mutating it in one call mutates it for every future call too.
Use None as the default and create the collection inside the function: `def __init__(x=None): x = x or []`
bridges/python/src/sdk/network.py:46
medium Security checks quality Quality conf 1.00 ✓ Repobility [MINED109] Mutable default argument in `summarize` (dict): `def summarize(... = []/{}/set())` — Python's default value is constructed ONCE at function definition time and shared across all calls. Mutating it in one call mutates it for every future call too.
Use None as the default and create the collection inside the function: `def summarize(x=None): x = x or []`
tcp_server/src/lib/tts/utils.py:136
medium Security checks quality Quality conf 1.00 3 occurrences [SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; using it for tokens/keys/nonces is predictable. Ported from gosec G404 / eslint detect-pseudoRandomBytes concept (Apache-2.0).
Use `crypto.randomBytes(32).toString('hex')` (Node) or `crypto.getRandomValues()` (browser).
3 files, 3 locations
app/src/js/voice-energy.js:56
bridges/nodejs/src/sdk/widget.ts:127
server/src/core/nlp/conversation.ts:256
high Security checks quality Quality conf 0.72 Agent control bridge may listen on a network interface without visible auth
Bind local agent bridges to 127.0.0.1 by default. If remote access is required, require a bearer token or mTLS, enforce origin/CSRF checks for browser clients, and document the threat model.
server/src/core/http-server/http-server.ts:5
high Security checks quality Quality conf 0.72 Agent control bridge may listen on a network interface without visible auth
Bind local agent bridges to 127.0.0.1 by default. If remote access is required, require a bearer token or mTLS, enforce origin/CSRF checks for browser clients, and document the threat model.
server/src/core/context-manager/context-probe-helper.ts:62
low Security checks quality Error handling conf 0.55 ✓ Repobility 25 occurrences Broad exception handler needs review
This handler catches Exception/BaseException. It is actionable when it swallows errors without logging, re-raising, or returning a structured error. Handlers that intentionally convert exceptions into typed error results should not be treated as high risk.
9 files, 25 locations
tools/coding_development/opencode/src/python/opencode_tool.py:202, 279, 329, 431, 643, 900, 934, 946, +1 more (9 hits)
bridges/python/src/sdk/base_tool.py:105, 604, 930, 996 (4 hits)
bridges/python/src/sdk/network.py:32, 90, 119 (3 hits)
bridges/python/src/main.py:114, 122 (2 hits)
bridges/python/src/sdk/leon.py:34, 156 (2 hits)
tools/search_web/grok/src/python/grok_tool.py:97, 188 (2 hits)
tcp_server/src/lib/audio_input.py:24
tools/operating_system_control/shell/src/python/shell_tool.py:168
Error handlingquality
high Security checks quality Quality conf 0.74 Codex auth.json is read or copied without visible secret-file hardening
Use the platform credential store where possible. If auth files must be touched, enforce 0600 permissions, avoid backups in the repo/workspace, redact logs, and document rotation if the file is exposed.
tools/coding_development/opencode/src/python/opencode_tool.py:127
medium Security checks quality Quality conf 0.70 Public web app has no Content Security Policy
Add a Content-Security-Policy header through the web framework or hosting config. For static apps, add a CSP meta tag that restricts default-src, script-src, connect-src, img-src, and frame-ancestors.
index.html
medium Security checks quality Quality conf 0.78 Public web service has no security.txt
Add /.well-known/security.txt with Contact, Expires, Canonical, Preferred-Languages, and Policy fields. Keep the contact endpoint monitored.
.well-known/security.txt
high Security checks software dependencies conf 0.70 Remote install command pipes network code directly to a shell
Publish a package-manager install path or add checksum/signature verification before execution. For docs, show the inspect-then-run flow and pin the downloaded artifact version.
.github/CONTRIBUTING.md:169
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — server/src/helpers/network-helper.ts:565
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 security security conf 1.00 Insecure pattern 'subprocess_shell_true' in bridges/python/src/sdk/base_tool.py:291
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
bridges/python/src/sdk/base_tool.py:291 Subprocess shell true
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — bridges/python/src/sdk/base_tool.py:391
`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 — bridges/python/src/sdk/utils.py:298
`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 — skills/native/akinator_skill/src/lib/main.py:41
`requests.post(...)` 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 security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). Either auth lives in custom code, in a separate service, or is missing.
auth
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
20 test file(s) for 732 source file(s) (ratio 0.03). Consider adding integration or unit tests for critical paths.
Coverage
low Security checks quality Quality conf 0.60 30 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
12 files, 18 locations
scripts/setup/setup-runtime-binary.js:19, 20, 28 (3 hits)
server/src/built-in-command/commands/skill-command/sub-commands/enable-skill-sub-command.ts:1, 27 (2 hits)
server/src/built-in-command/commands/tool-command/sub-commands/enable-tool-sub-command.ts:1, 27 (2 hits)
server/src/built-in-command/commands/tool-command/sub-commands/list-tool-sub-command.ts:20, 30 (2 hits)
server/src/core/context-manager/context-files/local-inventory-context-file.ts:55, 144 (2 hits)
aurora/src/components/lists/list-item/list-item.tsx:40
scripts/run-tcp-server.js:44
scripts/setup/setup-dotenv.js:10
duplicationquality
low Security checks quality Quality conf 0.64 Public docs site has no llms.txt
Add llms.txt with the product summary, canonical docs, API endpoints, security guidance, and preferred CLI workflow for AI agents.
llms.txt
low Security checks quality Quality conf 0.50 Public web app has no humans.txt
Add humans.txt with team ownership, contact URL, key documentation links, and the last-updated date.
humans.txt
low Security checks quality Quality conf 0.74 Public web app has no robots.txt
Add robots.txt at the web root or a framework-native robots route. Include an explicit Sitemap directive and disallow only private paths.
robots.txt
low Security checks quality Quality conf 0.72 Public web app has no sitemap
Add sitemap.xml, a sitemap index, or a framework-native sitemap route and reference it from robots.txt.
sitemap.xml
low System graph quality Maintenance conf 1.00 68 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: app/src/js/constants.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: app/src/js/main.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: aurora/global.d.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: aurora/preview/main.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: aurora/preview/vite.config.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: aurora/src/lib/types.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: bridges/nodejs/src/constants.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: bridges/nodejs/src/sdk/packages/lodash.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: bridges/nodejs/src/sdk/types.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: bridges/nodejs/src/version.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: bridges/python/src/constants.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: bridges/python/src/version.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: scripts/app/run-build-app.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: scripts/check-os.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: scripts/commit-msg.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: scripts/generate/generate-prompt.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: scripts/generate/run-generate-client-interface-token.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: scripts/generate/run-generate-json-schemas.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: scripts/generate/run-generate-prompt.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: scripts/lint.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: scripts/release/generate-changelog.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: scripts/release/prepare-release.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: scripts/release/update-version.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: scripts/run-clean-test-dbs.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: scripts/run-python-bridge.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: scripts/run-tcp-server.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: scripts/setup/create-instance-id.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: scripts/setup/preinstall.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: scripts/setup/set-ffprobe-permissions.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: scripts/setup/setup-skills/setup-skills-settings.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: scripts/setup/setup-skills/setup-skills.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: scripts/sync-skill-deps.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: scripts/train/run-train.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: scripts/train/train-skill-router-duty.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: scripts/train/train.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: server/src/global.d.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tcp_server/src/lib/tts/text/fr_phonemizer/french_abbreviations.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tcp_server/src/lib/tts/text/symbols.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tcp_server/src/version.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/agent/e2e/provider-matrix.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/controlled/e2e/controlled-skill-smoke.spec.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/controlled/unit/action-calling-llm-duty.spec.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/controlled/unit/paraphrase-llm-duty.spec.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/controlled/unit/skill-router-llm-duty.spec.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: test/controlled/unit/slot-filling-llm-duty.spec.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: vitest.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: web-app/src/main.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: web-app/src/query-client.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: web-app/src/router.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: web-app/vite.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 14 places
Functions with the same first-5-line body hash: tcp_server/src/lib/tts/models.py:forward_probability, tcp_server/src/lib/tts/models.py:forward, tcp_server/src/lib/tts/models.py:forward, tcp_server/src/lib/tts/models.py:forward This is *the* AI-coder failure mode (4× more duplication in vibe-coded …
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 16 places
Functions with the same first-5-line body hash: tcp_server/src/lib/tts/attentions.py:forward, tcp_server/src/lib/tts/attentions.py:forward, tcp_server/src/lib/tts/attentions.py:forward, tcp_server/src/lib/tts/attentions.py:forward This is *the* AI-coder failure mode (4× more duplication in vibe-co…
duplicatesduplication
low System graph quality Integrity conf 1.00 12 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: tcp_server/src/lib/tcp_server.py:init_tts, tcp_server/src/lib/tcp_server.py:init 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.
12 occurrences
repo-level (12 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: bridges/python/src/sdk/settings.py:set, bridges/python/src/sdk/settings.py:set, bridges/python/src/sdk/settings.py:set This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or d…
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: bridges/python/src/sdk/settings.py:get_settings_sample, bridges/python/src/sdk/settings.py:get, bridges/python/src/sdk/settings.py:get, bridges/python/src/sdk/settings.py:get 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 `_build_leon_context_legacy` in tools/coding_development/opencode/src/python/opencode_tool.py:644
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 `buildLeonContextLegacy` in tools/coding_development/opencode/src/nodejs/opencode-tool.ts:1017
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 `g2p_old` in tcp_server/src/lib/tts/text/english.py:204
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 `rebuild_missing_memory_markdown_mirrors_v1` in server/src/core/memory-manager/memory-manager.ts:61
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 `scribe_v1` in skills/native/music_audio_toolkit_skill/src/actions/transcribe_audio.ts:72
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 `scribe_v1` in tools/music_audio/elevenlabs_audio/src/nodejs/elevenlabs_audio-tool.ts:11
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 `scribe_v1` in tools/music_audio/elevenlabs_audio/src/python/elevenlabs_audio_tool.py:11
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.
package.json CI/CD securitySupply chainNpm
low System graph software Dead code conf 1.00 Possibly dead Python function: asr_start_recording
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tcp_server/src/lib/tcp_server.py:180
low System graph software Dead code conf 1.00 Possibly dead Python function: find_action_argument_from_context
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
bridges/python/src/sdk/params_helper.py:72
low System graph software Dead code conf 1.00 Possibly dead Python function: find_all_entities
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
bridges/python/src/sdk/params_helper.py:61
low System graph software Dead code conf 1.00 Possibly dead Python function: find_all_entities_from_context
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
bridges/python/src/sdk/params_helper.py:113
low System graph software Dead code conf 1.00 Possibly dead Python function: find_entity
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
bridges/python/src/sdk/params_helper.py:36
low System graph software Dead code conf 1.00 Possibly dead Python function: find_last_action_argument_from_context
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
bridges/python/src/sdk/params_helper.py:86
low System graph software Dead code conf 1.00 Possibly dead Python function: find_last_entity
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
bridges/python/src/sdk/params_helper.py:48
low System graph software Dead code conf 1.00 Possibly dead Python function: find_last_entity_from_context
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
bridges/python/src/sdk/params_helper.py:101
low System graph software Dead code conf 1.00 Possibly dead Python function: format_file_paths
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
bridges/python/src/sdk/utils.py:70
low System graph software Dead code conf 1.00 Possibly dead Python function: forward
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tcp_server/src/lib/tts/attentions.py:423
low System graph software Dead code conf 1.00 Possibly dead Python function: forward
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tcp_server/src/lib/tts/modules.py:535
low System graph software Dead code conf 1.00 Possibly dead Python function: init_asr
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tcp_server/src/lib/tcp_server.py:67
low System graph software Dead code conf 1.00 Possibly dead Python function: is_linux
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
bridges/python/src/sdk/utils.py:163
low System graph software Dead code conf 1.00 Possibly dead Python function: is_linux
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tcp_server/src/lib/utils.py:28
low System graph software Dead code conf 1.00 Possibly dead Python function: is_missing_tool_settings_error
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
bridges/python/src/sdk/tool_manager.py:45
low System graph software Dead code conf 1.00 Possibly dead Python function: is_network_available
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
bridges/python/src/sdk/network.py:142
low System graph software Dead code conf 1.00 Possibly dead Python function: leon_speech_audio_ended
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tcp_server/src/lib/tcp_server.py:239
low System graph software Dead code conf 1.00 Possibly dead Python function: load_checkpoint
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tcp_server/src/lib/tts/utils.py:56
low System graph software Dead code conf 1.00 Possibly dead Python function: merge_short_sentences_en
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tcp_server/src/lib/tts/split_utils.py:45
low System graph software Dead code conf 1.00 Possibly dead Python function: normalize_language_code
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
bridges/python/src/sdk/utils.py:85
low System graph software Dead code conf 1.00 Possibly dead Python function: save_checkpoint
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tcp_server/src/lib/tts/utils.py:115
low System graph software Dead code conf 1.00 Possibly dead Python function: stop_stream
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tcp_server/src/lib/audio_input.py:47
low System graph software Dead code conf 1.00 Possibly dead Python function: summarize
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tcp_server/src/lib/tts/utils.py:136
low System graph software Dead code conf 1.00 Possibly dead Python function: tts_synthesize
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tcp_server/src/lib/tcp_server.py:195
low System graph software Dead code conf 1.00 Possibly dead Python function: unconstrained_rational_quadratic_spline
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tcp_server/src/lib/tts/transforms.py:50
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — aurora/preview/App.tsx:117
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 — scripts/kill.js:65
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 — scripts/run-built-in-command.js:20
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/setup/setup-banner.js:72
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 — scripts/setup/setup-ui.js:43
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 — scripts/setup/setup.js:416
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 — server/src/core/brain/brain.ts:499
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 — server/src/core/context-manager/context-files/browser-history-context-file.ts:234
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 — server/src/core/context-manager/context-probe-helper.ts:586
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 — server/src/core/http-server/api/fetch-widget/get.ts:92
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 — server/src/helpers/log-helper.ts:14
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 — server/src/helpers/network-helper.ts:277
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 — test/agent/e2e/run-agent-provider-scenario.ts:80
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 `do_nothing` (body is just `pass`/`return`) — skills/native/speed_test_skill/src/lib/speedtest.py:791
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `render` (body is just `pass`/`return`) — bridges/python/src/sdk/widget.py:65
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `stop_stream` (body is just `pass`/`return`) — tcp_server/src/lib/audio_input.py:47
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 /
`server/src/core/http-server/http-server.ts` 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 quality Complexity conf 1.00 Very large file: aurora/preview/App.tsx (1839 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: server/src/core/llm-manager/llm-duties/react-llm-duty.ts (3439 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: server/src/core/llm-manager/llm-duties/react-llm-duty/execution.ts (2749 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: server/src/core/llm-manager/llm-provider.ts (2867 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: server/src/core/memory-manager/memory-manager.ts (2187 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: skills/native/speed_test_skill/src/lib/speedtest.py (2089 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tools/coding_development/opencode/src/nodejs/opencode-tool.ts (2156 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tools/coding_development/opencode/src/python/opencode_tool.py (1845 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/672a583a-861d-47a6-880c-08e510bfe10f/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/672a583a-861d-47a6-880c-08e510bfe10f/

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.