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

youngbryan97/aura

https://github.com/youngbryan97/aura · scanned 2026-06-05 20:23 UTC (4 days, 13 hours ago) · 10 languages

1104 raw signals (160 security + 944 graph) 11/13 scanners ran 55th percentile · Python · medium (20-100K LoC) System graph score 60 (higher by 7)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 13 hours ago · v2 · 504 actionable findings from 2 signal sources. 128 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 60.0 0.15 9.00
security_score 100.0 0.25 25.00
testing_score 23.0 0.20 4.60
documentation_score 74.0 0.15 11.10
practices_score 76.0 0.15 11.40
code_quality 59.0 0.10 5.90
Overall 1.00 67.0
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- (67/100). Dimensions: security 100, maintainability 60. 160 findings (54 security). 81,671 lines analyzed.

Showing 416 of 504 actionable findings. 632 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 Security checks quality Quality conf 1.00 ✓ Repobility 6 occurrences [MINED107] Missing import: `queue` used but not imported: The file uses `queue.something(...)` but never imports `queue`. This raises NameError at runtime the first time the line executes.
Add `import queue` at the top of the file.
6 files, 6 locations
aura_bench/aletheia_runner.py:760
core/actuators/code_execution_actuator.py:98
core/agency/canvas_manager.py:216
core/agency/private_phenomenology.py:266
core/audit/action_challenger.py:23
core/autonomous_initiative_loop.py:303
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.
archive/verification_scripts/verify_pulse.py:72
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED036] Python Os System Call: os.system() invokes shell with no escaping.
Review and fix per the pattern semantics. See CWE-78 / for context.
archive/verification_scripts/verify_phase_15.py:58
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED106] Phantom test coverage: test_adaptive_reasoning: Test function `test_adaptive_reasoning` runs code but contains no assert / expect / should call — it passes regardless of behaviour. Adds line coverage without verifying anything.
Add an explicit assertion that captures the test's intent, or remove the test.
archive/verification_scripts/verify_phase_14.py:46
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED106] Phantom test coverage: test_affect_telemetry_sync: Test function `test_affect_telemetry_sync` runs code but contains no assert / expect / should call — it passes regardless of behaviour. Adds line coverage without verifying anything.
Add an explicit assertion that captures the test's intent, or remove the test.
archive/one_off_scripts/verify_architectural_fix.py:83
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED106] Phantom test coverage: test_autogenesis: Test function `test_autogenesis` runs code but contains no assert / expect / should call — it passes regardless of behaviour. Adds line coverage without verifying anything.
Add an explicit assertion that captures the test's intent, or remove the test.
archive/verification_scripts/verify_phase_15.py:13
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED106] Phantom test coverage: test_boot_sequence: Test function `test_boot_sequence` runs code but contains no assert / expect / should call — it passes regardless of behaviour. Adds line coverage without verifying anything.
Add an explicit assertion that captures the test's intent, or remove the test.
archive/one_off_scripts/repro_loop_monitor.py:16
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED106] Phantom test coverage: test_fallbacks: Test function `test_fallbacks` runs code but contains no assert / expect / should call — it passes regardless of behaviour. Adds line coverage without verifying anything.
Add an explicit assertion that captures the test's intent, or remove the test.
archive/one_off_scripts/verify_leak_prevention.py:55
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED106] Phantom test coverage: test_mind_tick_resilience: Test function `test_mind_tick_resilience` runs code but contains no assert / expect / should call — it passes regardless of behaviour. Adds line coverage without verifying anything.
Add an explicit assertion that captures the test's intent, or remove the test.
archive/one_off_scripts/reproduce_stall.py:8
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED106] Phantom test coverage: test_mlx_client_retries: Test function `test_mlx_client_retries` runs code but contains no assert / expect / should call — it passes regardless of behaviour. Adds line coverage without verifying anything.
Add an explicit assertion that captures the test's intent, or remove the test.
archive/one_off_scripts/verify_architectural_fix.py:24
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED106] Phantom test coverage: test_mortality_integration: Test function `test_mortality_integration` runs code but contains no assert / expect / should call — it passes regardless of behaviour. Adds line coverage without verifying anything.
Add an explicit assertion that captures the test's intent, or remove the test.
archive/verification_scripts/verify_phase_14.py:17
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED106] Phantom test coverage: test_response_phase_watchdog: Test function `test_response_phase_watchdog` runs code but contains no assert / expect / should call — it passes regardless of behaviour. Adds line coverage without verifying anything.
Add an explicit assertion that captures the test's intent, or remove the test.
archive/one_off_scripts/verify_architectural_fix.py:58
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED106] Phantom test coverage: test_robust_lock: Test function `test_robust_lock` runs code but contains no assert / expect / should call — it passes regardless of behaviour. Adds line coverage without verifying anything.
Add an explicit assertion that captures the test's intent, or remove the test.
archive/one_off_scripts/verify_architectural_fix.py:112
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED106] Phantom test coverage: test_robustness: Test function `test_robustness` runs code but contains no assert / expect / should call — it passes regardless of behaviour. Adds line coverage without verifying anything.
Add an explicit assertion that captures the test's intent, or remove the test.
archive/verification_scripts/verify_robustness.py:18
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED106] Phantom test coverage: test_scrubbing: Test function `test_scrubbing` runs code but contains no assert / expect / should call — it passes regardless of behaviour. Adds line coverage without verifying anything.
Add an explicit assertion that captures the test's intent, or remove the test.
archive/one_off_scripts/verify_leak_prevention.py:20
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED106] Phantom test coverage: test_swarm_debate: Test function `test_swarm_debate` runs code but contains no assert / expect / should call — it passes regardless of behaviour. Adds line coverage without verifying anything.
Add an explicit assertion that captures the test's intent, or remove the test.
archive/verification_scripts/verify_phase_14.py:83
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED106] Phantom test coverage: test_swarm_review: Test function `test_swarm_review` runs code but contains no assert / expect / should call — it passes regardless of behaviour. Adds line coverage without verifying anything.
Add an explicit assertion that captures the test's intent, or remove the test.
archive/verification_scripts/verify_phase_15.py:42
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED106] Phantom test coverage: test_syntax_gating: Test function `test_syntax_gating` runs code but contains no assert / expect / should call — it passes regardless of behaviour. Adds line coverage without verifying anything.
Add an explicit assertion that captures the test's intent, or remove the test.
archive/verification_scripts/verify_syntax_gating.py:23
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED106] Phantom test coverage: test_telemetry_emission: Test function `test_telemetry_emission` runs code but contains no assert / expect / should call — it passes regardless of behaviour. Adds line coverage without verifying anything.
Add an explicit assertion that captures the test's intent, or remove the test.
archive/verification_scripts/verify_telemetry.py:13
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED106] Phantom test coverage: test_zenith_fixes: Test function `test_zenith_fixes` runs code but contains no assert / expect / should call — it passes regardless of behaviour. Adds line coverage without verifying anything.
Add an explicit assertion that captures the test's intent, or remove the test.
archive/one_off_scripts/verify_zenith.py:22
high Security checks quality Quality conf 1.00 ✓ Repobility 25 occurrences [MINED108] `self._redact` used but never assigned in __init__: Method `_redact` of class `AuditLogger` reads `self._redact`, 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._redact = <default>` in __init__, or add a class-level default.
4 files, 25 locations
core/backup.py:170, 179, 188, 225, 237, 252, 278, 300, +3 more (11 hits)
core/audit_logger.py:62, 64, 70, 72, 93 (5 hits)
core/autonomous_initiative_loop.py:154, 157, 160, 164, 171 (5 hits)
core/base_module.py:60, 68, 78, 86 (4 hits)
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED118] Dockerfile FROM `python:3.12-slim` not pinned by digest: `FROM python:3.12-slim` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity.
Replace with: `FROM python:3.12-slim@sha256:<digest>`. Get the digest from `docker manifest inspect`. Re-pin via a scheduled bot (Renovate, Dependabot).
docker/Dockerfile:3
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED118] Dockerfile FROM `python:3.12-slim` not pinned by digest: `FROM python:3.12-slim` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity.
Replace with: `FROM python:3.12-slim@sha256:<digest>`. Get the digest from `docker manifest inspect`. Re-pin via a scheduled bot (Renovate, Dependabot).
Dockerfile:8
low Security checks security Injection conf 1.00 3 occurrences [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).
3 files, 3 locations
archive/repair_scripts/fix_all_repos.py:52
archive/repair_scripts/fix_all_write_text.py:21
archive/repair_scripts/fix_write_text.py:31
high Security checks cicd CI/CD security conf 0.92 Dockerfile copies the entire context without .dockerignore
Create .dockerignore before using broad context copies, or copy only the required files and directories.
Dockerfile:40 CI/CD securitycontainers
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 26 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout@v4` 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…
6 files, 26 locations
.github/workflows/security-gates.yml:18, 30, 31, 50, 62, 81, 82, 92, +7 more (17 hits)
.github/workflows/production-readiness.yml:13, 14, 30 (4 hits)
.github/workflows/decisive.yml:13, 33 (2 hits)
.github/workflows/enterprise-gate.yml:50
.github/workflows/release.yml:67
.github/workflows/slo-gate.yml:30
CI/CD securitySupply chainGitHub Actions
high Security checks cicd CI/CD security conf 0.90 ✓ Repobility 2 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `trufflesecurity/trufflehog` pinned to mutable ref `@main`: `uses: trufflesecurity/trufflehog@main` 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…
lines 54, 66
.github/workflows/security-gates.yml:54, 66 (2 hits)
CI/CD securitySupply chainGitHub Actions
high System graph quality Integrity conf 1.00 Blocking `time.sleep(...)` inside `async def _induce_loop_lag` — tools/chaos/injector.py:69
Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thre…
tools/chaos/injector.py:69 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `time.sleep(...)` inside `async def stalling_loop` — archive/verification_scripts/verify_robustness.py:55
Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thre…
archive/verification_scripts/verify_robustness.py:55 Sync io in asyncPerformance
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/snapshot (interface/static/first_run.js:66)
`interface/static/first_run.js:66` calls `GET /api/dashboard/snapshot` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/snapshot` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/settings (interface/static/first_run.js:35)
`interface/static/first_run.js:35` calls `GET /api/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/settings` 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: GET /api/state (interface/static/service-worker.js:153)
`interface/static/service-worker.js:153` calls `GET /api/state` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/state` 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: GET /api/state (interface/static/service-worker.js:166)
`interface/static/service-worker.js:166` calls `GET /api/state` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/state` 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: PATCH /api/settings (interface/static/first_run.js:43)
`interface/static/first_run.js:43` calls `PATCH /api/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/settings` 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 /api/performance/ack (interface/static/aura.js:2300)
`interface/static/aura.js:2300` calls `POST /api/performance/ack` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/performance/ack` 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 /api/performance/ack (interface/static/perf_collector.js:53)
`interface/static/perf_collector.js:53` calls `POST /api/performance/ack` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/performance/ack` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/performance/frame (interface/static/perf_collector.js:38)
`interface/static/perf_collector.js:38` calls `POST /api/performance/frame` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/performance/frame` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/privacy/${type} (interface/static/aura.js:3412)
`interface/static/aura.js:3412` calls `POST /api/privacy/${type}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/privacy/<p>` 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 /api/settings/auth/fresh (interface/static/first_run.js:174)
`interface/static/first_run.js:174` calls `POST /api/settings/auth/fresh` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/settings/auth/fresh` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph security auth conf 1.00 FastAPI POST `api_consolidate_now` without auth dependency — interface/routes/subsystems.py:265
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
interface/routes/subsystems.py:265 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_hot_reload` without auth dependency — interface/routes/system.py:1850
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
interface/routes/system.py:1850 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_security_snapshot` without auth dependency — interface/routes/subsystems.py:204
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
interface/routes/subsystems.py:204 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_terminal_send` without auth dependency — interface/routes/subsystems.py:150
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
interface/routes/subsystems.py:150 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_voice_chunk` without auth dependency — interface/routes/privacy.py:179
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
interface/routes/privacy.py:179 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restore_checkpoint` without auth dependency — interface/server.py:824
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
interface/server.py:824 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `save_checkpoint` without auth dependency — interface/server.py:806
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
interface/server.py:806 securityAuth fastapi unauth mutation
high System graph cicd CI/CD security conf 1.00 2 occurrences GitHub Action tracks a moving branch
trufflesecurity/trufflehog@main can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
lines 54, 66
.github/workflows/security-gates.yml:54, 66 (2 hits)
CI/CD securitySupply chainGithub actions
high System graph security security conf 1.00 Insecure pattern 'eval_used' in core/actuators/actuator_synthesis.py:138
Found a known-risky pattern (eval_used). Review and replace if possible.
core/actuators/actuator_synthesis.py:138 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in core/brain/llm/code_generator.py:63
Found a known-risky pattern (eval_used). Review and replace if possible.
core/brain/llm/code_generator.py:63 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in core/consciousness/affective_steering.py:892
Found a known-risky pattern (eval_used). Review and replace if possible.
core/consciousness/affective_steering.py:892 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in core/consciousness/neural_mesh.py:785
Found a known-risky pattern (eval_used). Review and replace if possible.
core/consciousness/neural_mesh.py:785 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in core/discovery/evolver.py:93
Found a known-risky pattern (eval_used). Review and replace if possible.
core/discovery/evolver.py:93 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in core/lattice/model.py:375
Found a known-risky pattern (eval_used). Review and replace if possible.
core/lattice/model.py:375 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in core/lattice/trainer.py:114
Found a known-risky pattern (eval_used). Review and replace if possible.
core/lattice/trainer.py:114 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in core/research_core/core.py:234
Found a known-risky pattern (eval_used). Review and replace if possible.
core/research_core/core.py:234 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in core/self_modification/code_repair.py:365
Found a known-risky pattern (eval_used). Review and replace if possible.
core/self_modification/code_repair.py:365 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in core/skills/malware_analysis.py:71
Found a known-risky pattern (eval_used). Review and replace if possible.
core/skills/malware_analysis.py:71 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in core/sovereign/platform_root.py:109
Found a known-risky pattern (eval_used). Review and replace if possible.
core/sovereign/platform_root.py:109 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in core/unknowns/entropy_probe.py:50
Found a known-risky pattern (eval_used). Review and replace if possible.
core/unknowns/entropy_probe.py:50 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in scripts/build_launcher_icon.py:54
Found a known-risky pattern (eval_used). Review and replace if possible.
scripts/build_launcher_icon.py:54 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in scripts/generate_steering_vectors.py:257
Found a known-risky pattern (eval_used). Review and replace if possible.
scripts/generate_steering_vectors.py:257 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in training/extract_steering_vectors.py:266
Found a known-risky pattern (eval_used). Review and replace if possible.
training/extract_steering_vectors.py:266 Eval used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in core/actuators/actuator_synthesis.py:138
Found a known-risky pattern (exec_used). Review and replace if possible.
core/actuators/actuator_synthesis.py:138 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in core/brain/llm/code_generator.py:63
Found a known-risky pattern (exec_used). Review and replace if possible.
core/brain/llm/code_generator.py:63 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in core/runtime/dynamic_execution_gateway.py:76
Found a known-risky pattern (exec_used). Review and replace if possible.
core/runtime/dynamic_execution_gateway.py:76 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in core/sandbox/macos_sandbox.py:43
Found a known-risky pattern (exec_used). Review and replace if possible.
core/sandbox/macos_sandbox.py:43 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in core/self_modification/code_repair.py:366
Found a known-risky pattern (exec_used). Review and replace if possible.
core/self_modification/code_repair.py:366 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in core/twins/digital_twin.py:75
Found a known-risky pattern (exec_used). Review and replace if possible.
core/twins/digital_twin.py:75 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 Practices conf 1.00 [CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build artifacts.
Add a .gitignore appropriate for your language/framework.
medium Security checks software dependencies conf 0.90 ✓ Repobility 21 occurrences [MINED124] requirements.txt: `mlx-whisper` has no version pin: Unpinned pip requirement means every fresh install may resolve a different version. Newer releases can introduce malicious code (typosquats, account compromises). Reproducible installs need exact pins.
Replace `mlx-whisper` with `mlx-whisper==<version>` and manage upgrades through PRs / Dependabot.
lines 3, 4, 5, 9, 13, 14, 17, 18, +13 more
requirements.txt:3, 4, 5, 9, 13, 14, 17, 18, +13 more (21 hits)
medium Security checks security Security conf 1.00 [SEC119] World-writable / world-readable file permissions: World-writable files let any local user (or container neighbor) tamper with data; world-readable files leak secrets.
Use 0600 (owner rw only) for secrets, 0644 for general files, 0700 for directories with secrets. Java: `setReadable(true, true)` (owner-only).
cloud/_write_retry_script.py:168
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.
aura_main.py:26
medium Security checks cicd CI/CD security conf 0.90 Docker build context has no .dockerignore
Add .dockerignore with at least .git, .env, private keys, dependency folders, build outputs, and local databases.
.dockerignore CI/CD securitycontainers
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
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — interface/static/aura.js:3412
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 — interface/static/service-worker.js:166
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 cicd CI/CD security conf 1.00 9 occurrences GitHub Action is tag-pinned rather than SHA-pinned
dtolnay/rust-toolchain@stable can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
2 files, 9 locations
.github/workflows/security-gates.yml:20, 24, 41, 73 (8 hits)
.github/workflows/release.yml:30
CI/CD securitySupply chainGitHub Actions
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in core/factory/regression_guard.py:30
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
core/factory/regression_guard.py:30 Subprocess shell true
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — core/runtime/subprocess_gateway.py:254
`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 — core/self_modification/code_repair.py:358
`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/build_app.py:98
`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/migrate_p1_io_concurrency.py:61
`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
low Security checks security auth conf 0.76 [AUC005] No authorization-focused tests detected: No test files with common authorization, ownership, 403, admin, or super_admin assertions were found.
Add regression tests for anonymous denial, cross-user object denial, admin role limits, and super_admin-only behavior.
low Security checks software Race condition conf 1.00 [SEC124] TOCTOU file access (os.access then open): Check-then-use file pattern (access/exists then open) lets an attacker swap the file between check and use (symlink attack). `mktemp` is deprecated for the same reason.
Use `os.open(path, os.O_CREAT | os.O_EXCL | os.O_WRONLY)` for atomic create-only. Use `tempfile.NamedTemporaryFile()` (not `mktemp`). For locking, use `fcntl.flock`.
archive/repair_scripts/fix_remaining.py:10
low Security checks quality Quality conf 0.68 Archive or legacy directory is mixed into the active repository root
Move archived code out of the active repository, mark it with .repobilityignore, or document exactly why it must stay and how scanners should treat it.
archive:1
low Security checks quality Quality conf 0.60 12 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.
10 files, 12 locations
artifacts/rsi_frozen_generations/reproduction/frozen_generations/Aura-G4/solver.py:1, 8 (2 hits)
core/autonomy/content_fetcher.py:59, 64 (2 hits)
artifacts/rsi_frozen_generations/frozen_generations/Aura-G4/solver.py:1
artifacts/rsi_frozen_generations/reproduction/frozen_generations/Aura-G2/solver.py:1
artifacts/rsi_frozen_generations/reproduction/frozen_generations/Aura-G3/solver.py:1
core/advanced_cognition/zero_shot_transfer.py:296
core/agency/neural_intent_router.py:39
core/agency/skill_library.py:34
duplicationquality
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: python:3.12-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
Dockerfile:8 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: python:3.12-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
docker/Dockerfile:3 containersPinned dependencies
low System graph software Dead code candidate conf 1.00 File has no detected symbols: archive/one_off_scripts/consolidate_stack.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: archive/repair_scripts/fix_future.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: archive/repair_scripts/fix_remaining.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: archive/repair_scripts/fix_scripts_exact.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: archive/repair_scripts/fix_sys_exit.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: archive/repair_scripts/fix_test_hardening.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: archive/repair_scripts/fix_tests.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: archive/test_dock.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: archive/test_main.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: archive/test_mlx_vlm.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: archive/test_vision_client.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: cloud/_write_retry_script.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: cloud/oci_launch.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: core/cognitive_integration.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: core/identity.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: core/long_term_memory_engine.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: core/memory_compaction_patch.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: core/orchestrator_boot.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: dev_archive/dead_modules/patches/pending_patch.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: dev_archive/scaffolding/test_eval.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: dev_archive/scaffolding/test_eval2.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: dev_archive/scaffolding/test_eval3.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: dev_archive/scaffolding/test_eval4.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: dev_archive/scaffolding/test_eval5.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: interface/static/memory/src/index.jsx
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: interface/static/memory/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: interface/static/service-worker.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: interface/static/shell/src/main.jsx
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: interface/static/shell/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: main_daemon.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: scratch/center_brain.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: scratch/debug_lock.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: scratch/debug_nethack.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: scratch/design_brain_ascii.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: scratch/test_nethack.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: scratch/test_rc.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/generate_icon.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/generate_starter_dataset.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/patch_paths.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: tests/debug_skill_import.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: tests/integration/test_cognitive_loop.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: tests/integration/test_natural_conversation_integration.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: tests/integration/test_skill_dispatch.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: tests/test_dlq.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: tests/test_smoke.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: tests/test_system_hardening_2026.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: tests/test_telemetry.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: tests/test_vision.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: tests/test_webview_diag.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: tests/v52_quarantine_unit_final.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph quality Integrity conf 1.00 20 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: aura_bench/aletheia_runner_live.py:read_file, aura_bench/aletheia_runner.py:read_file 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.
20 occurrences
repo-level (20 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_create_backup` in core/memory/atomic_storage.py:95
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 `_create_backup` in core/self_modification_engine.py:262
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 `_create_shadow_copy` in core/self_modification/shadow_runtime.py:144
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 `_fake_legacy` in tests/test_web_search_research_pipeline.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 quality Integrity conf 1.00 Old/deprecated-named symbol `_is_casual_interaction_v2` in core/brain/llm/context_assembler_patch.py:103
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 `_last_backup` in core/safety/self_preservation_safe.py:39
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 `_self_repair_legacy` in core/skills/self_repair_legacy.py:2
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 `_self_repair_legacy` in skills/self_repair.py:2
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 `affect_engine_v2` in core/consciousness/phenomenal_now.py:394
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 `affect_engine_v2` in core/runtime/ablation_policy.py:39
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 `affect_engine_v2` in tests/test_stream_of_being_runtime.py:53
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 `affect_v2` in core/consciousness/stream_of_being.py:439
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 `agi_smoke_old` in tests/test_receipt_coverage_validator.py:310
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 `aura_backup` in scripts/patch_paths.py:38
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 `aura_source_copy` in scratch/export_aura_for_audit.py:8
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 `aura_source_copy` in scripts/export_architecture_source.py:6
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 `aura_source_copy` in scripts/export_source_bundle.py:5
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 `aura_source_copy` in scripts/generate_txt_export.py:94
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 `autonomy_ppo_v1` in core/rl_train.py:42
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 `build_dataset_v2` in training/build_dataset_v2.py:8
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 `cmd_backup` in core/runtime/operator_cli.py:146
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 `content_fetcher_cache_copy` in core/autonomy/content_fetcher.py:754
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 `continuity_copy` in core/evaluation/deep_mind_probe.py:47
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 `create_backup` in core/backup.py:220
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 `create_backup` in core/resilience/system_integrity.py:85
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 `create_backup` in core/self_modification/safe_modification.py:372
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 `create_backup` in tests/test_self_modification_engine_recovery.py:309
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 `create_dreamer_v2` in core/providers/memory_provider.py:93
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 `create_isolated_copy` in tests/agi/live/live_harness.py:29
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 `create_isolated_copy` in tests/agi/live/test_dnu_agi_proof_battery.py:22
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 `create_isolated_copy` in tests/agi/live/test_live_agi_capability_battery.py:9
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 `create_isolated_copy` in tests/agi/live/test_live_anti_theater.py:6
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 `create_isolated_copy` in tests/agi/live/test_live_causal_agency.py:6
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 `create_isolated_copy` in tests/agi/live/test_live_governance_receipts.py:6
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 `create_isolated_copy` in tests/agi/live/test_live_harness_proof.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 quality Integrity conf 1.00 Old/deprecated-named symbol `create_isolated_copy` in tests/agi/live/test_live_prompt_baseline_ablation.py:6
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 `create_isolated_repo_copy` in tests/agi/contracts/test_contract_agi_proof_stack.py:125
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 `damasio_v2` in archive/verification_scripts/verify_phase_4.py:16
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 `damasio_v2` in core/affect/__init__.py:4
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 `damasio_v2` in core/affect/damasio_v2.py:51
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 `damasio_v2` in core/introspection/code_graph.py:17
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 `damasio_v2` in core/orchestrator/mixins/boot/boot_cognitive.py:488
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 `damasio_v2` in core/providers/consciousness_provider.py:32
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 `damasio_v2` in tests/test_affect_behavioral.py:16
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 `damasio_v2` in tests/test_runtime_stability_edges.py:322
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 `damasio_v2` in tests/test_stress_lifecycle.py:27
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 `days_old` in core/memory/shared_ground.py:152
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 `days_old` in core/memory/temporal_rag.py:19
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 `deterministic_claim_parser_v2` in core/learning/formalizer.py:54
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 `dreamer_v2` in core/adaptation/heuristic_synthesizer.py:79
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 `dreamer_v2` in core/autonomy/research_cycle.py:812
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 `dreamer_v2` in core/autonomy/sleep_trigger.py:178
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 `dreamer_v2` in core/coordinators/cognitive_coordinator.py:642
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 `dreamer_v2` in core/dreamer_v2.py:62
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 `dreamer_v2` in core/orchestrator/main.py:1653
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 `dreamer_v2` in core/orchestrator/mixins/autonomy.py:724
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 `dreamer_v2` in tests/test_enterprise_hardening_fixes.py:1935
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 `dreamer_v2` in tests/test_orchestrator.py:693
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 `dreamer_v2` in tests/test_runtime_boot_contracts.py:108
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 `dynamic_value_graph_v2` in core/adaptation/value_autopoiesis.py:243
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 `embodied_general_v1` in tests/architecture/benchmarks/test_curriculum_proof_pack_ablations.py:22
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 `ensure_recent_backup` in core/resilience/stability_guardian.py:1065
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 `evolved_v1` in scripts/self_update.py:86
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 `F_old` in core/adaptation/plasticity_governor.py:12
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 `FamilyLegacy` in core/brain/pii_scrubber.py:31
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 `FamilyLegacy` in core/identity/biography.py:17
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 `files_to_copy` in core/skills/branching_futures.py:31
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 `files_to_copy` in tests/skills/test_branching_futures.py:8
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 `full_old` in scripts/update_imports.py:63
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 `get_health_v2` in core/health/system_health.py:75
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 `get_health_v2` in tests/test_runtime_health_contract.py:12
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 `get_state_copy` in core/state_registry.py:174
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 `integrate_safe_backup` in core/orchestrator/mixins/boot/boot_resilience.py:471
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 `live_harness_aura_v1` in core/architect/ghost_boot.py:237
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 `live_harness_aura_v1` in tests/live_harness_all.py:23
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 `live_harness_aura_v1` in tests/live_harness_aura_v1.py:1
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 `log_copy` in core/runtime/diagnostics_bundle.py:461
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 `method_text_hash_v1` in core/grounding/grounding_kernel.py:59
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 `method_text_hash_v1` in tests/test_grounding_and_plasticity.py:48
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 `mock_model_v1` in archive/one_off_scripts/verify_boot_fixes.py:59
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 core/skills/memory_ops.py: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 `o_old` in core/world_model/belief_graph.py:270
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 `overlay_backup` in core/self_modification/boot_validator.py:109
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 `oxy_backup` in tests/test_null_hypothesis_defeat.py:5024
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 `perform_backup` in core/runtime/backup_restore.py:67
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 `perform_backup` in core/runtime/restore_drill.py:37
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 `perform_backup` in tests/test_restore_drill.py:12
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 `periodic_state_backup` in tests/test_server_runtime_hardening.py:3709
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 `personality_spec_v2` in training/build_dataset_v3.py:26
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 `proactive_perception_v2` in core/proactive_perception_v2.py:52
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 `proactive_perception_v2` in tools/long_run_model/registry.py:44
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 `retrieve_memories_v2` in core/memory/__init__.py:2
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 `retrieve_memories_v2` in core/memory/rag.py:63
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 `rollback_backup` in core/self_modification/safe_modification_harness.py:297
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 `rollback_backup` in tests/test_safe_modification_harness.py:110
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 `run_dreamer_v2` in core/consciousness/subconscious_loop.py:142
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 `run_dreamer_v2` in core/coordinators/dream_coordinator.py:58
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 `runtime_manifest_copy` in tools/agi/run_dnu_agi_proof_battery.py:2738
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 `self_repair_test_protection_v1` in tools/integration/run_unified_aura_scenario.py:99
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 `self_repair_test_protection_v1` in tools/integration/validate_unified_aura_scenario.py:174
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 `snap_old` in aura_bench/tests/hot_calibration.py:71
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 `sql_v1` in core/db/migrations.py:7
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 `state_copy` in core/consciousness/liquid_substrate.py:465
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 `test_copy` in core/kernel/shadow_kernel.py:158
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 `test_direct_rollback_restores_saved_backup` in tests/test_sandboxed_modifier_hardening.py:64
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 `test_seqlock_shm_v2` in tests/integration/verify_seqlock.py:44
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 `W_copy` in core/consciousness/plasticity_monitor.py:230
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 `xtts_v2` in core/senses/voice_engine.py:283
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: asyncSetUp
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/one_off_scripts/verify_boot_fixes.py:19
low System graph software Dead code conf 1.00 Possibly dead Python function: check_observations
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/screen_observer.py:207
low System graph software Dead code conf 1.00 Possibly dead Python function: check_prompt_injection
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
security/sanitizer.py:24
low System graph software Dead code conf 1.00 Possibly dead Python function: comprehensive_scan
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/device_discovery.py:56
low System graph software Dead code conf 1.00 Possibly dead Python function: connect_ssh
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/device_discovery.py:263
low System graph software Dead code conf 1.00 Possibly dead Python function: decorator
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
integration/aura_master_integration.py:99
low System graph software Dead code conf 1.00 Possibly dead Python function: deploy_to_device
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/device_discovery.py:351
low System graph software Dead code conf 1.00 Possibly dead Python function: disconnect_all
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/device_discovery.py:407
low System graph software Dead code conf 1.00 Possibly dead Python function: dummy_skill
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/verification_scripts/verify_stability.py:46
low System graph software Dead code conf 1.00 Possibly dead Python function: enables
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
aura_bench/capability_delta/profiles.py:30
low System graph software Dead code conf 1.00 Possibly dead Python function: ground_statement
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/reality_grounding.py:65
low System graph software Dead code conf 1.00 Possibly dead Python function: hanging_think
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/one_off_scripts/verify_architectural_fix.py:69
low System graph software Dead code conf 1.00 Possibly dead Python function: hung_publish
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/one_off_scripts/reproduce_stall.py:20
low System graph software Dead code conf 1.00 Possibly dead Python function: integrate_advanced_device_discovery
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/device_discovery.py:413
low System graph software Dead code conf 1.00 Possibly dead Python function: integrate_reality_grounding
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/reality_grounding.py:74
low System graph software Dead code conf 1.00 Possibly dead Python function: pin_to_e_cores
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/one_off_scripts/aura_m1_ext.py:14
low System graph software Dead code conf 1.00 Possibly dead Python function: pin_to_p_cores
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/one_off_scripts/aura_m1_ext.py:10
low System graph software Dead code conf 1.00 Possibly dead Python function: replace_start
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dev_archive/dead_modules/preprocessors/pronoun_resolution.py:44
low System graph software Dead code conf 1.00 Possibly dead Python function: resolve_pronouns
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dev_archive/dead_modules/preprocessors/pronoun_resolution.py:8
low System graph software Dead code conf 1.00 Possibly dead Python function: stub_replacer
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/migration_scripts/migrate_p1_silent_pass.py:32
low System graph software Dead code conf 1.00 Possibly dead Python function: test_qualia_registration_race
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/one_off_scripts/verify_boot_fixes.py:24
low System graph software Dead code conf 1.00 Possibly dead Python function: test_steering_geometry_discovery
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/one_off_scripts/verify_boot_fixes.py:54
low System graph software Dead code conf 1.00 Possibly dead Python function: traced_detect_intent
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/one_off_scripts/live_aura_skill_probe.py:274
low System graph software Dead code conf 1.00 Possibly dead Python function: traced_execute
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/one_off_scripts/live_aura_skill_probe.py:286
low System graph software Dead code conf 1.00 Possibly dead Python function: world_index
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
aura_bench/aletheia_runner_live.py:151
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — interface/static/aura.js:60
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 `baseline` (body is just `pass`/`return`) — aura_bench/runner.py:112
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 `capture` (body is just `pass`/`return`) — core/kernel/organ_fallbacks.py:28
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 `close` (body is just `pass`/`return`) — core/brain/llm/gemini_adapter.py:315
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 `close` (body is just `pass`/`return`) — core/brain/local_llm.py:170
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 `close` (body is just `pass`/`return`) — core/brain/trace_logger.py:29
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 `ensure_ready` (body is just `pass`/`return`) — core/skills/web_search.py:264
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 `eval` (body is just `pass`/`return`) — core/senses/neural_bridge.py:113
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 `flush` (body is just `pass`/`return`) — core/runtime/telemetry_exporter.py:54
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 `log_message` (body is just `pass`/`return`) — tools/external_validation/run_external_live_validation.py:76
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 `record_degradation` (body is just `pass`/`return`) — senses/vision_service.py:17
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 `reset` (body is just `pass`/`return`) — core/rl_env.py:26
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 `start` (body is just `pass`/`return`) — tools/proof_bundle.py:293
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_after_attempt` (body is just `pass`/`return`) — core/brain/llm/retry_compat.py:15
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_after_attempt` (body is just `pass`/`return`) — core/capability_engine.py:50
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 /
`interface/server.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 /action-log
`interface/routes/subsystems.py` declares `GET /action-log` 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/conscience
`interface/routes/dashboard.py` declares `GET /api/conscience` 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/integration
`interface/routes/dashboard.py` declares `GET /api/integration` 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/projects
`interface/routes/dashboard.py` declares `GET /api/projects` 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/receipts
`interface/routes/dashboard.py` declares `GET /api/receipts` 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/relationships
`interface/routes/dashboard.py` declares `GET /api/relationships` 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/report
`interface/routes/performance.py` declares `GET /api/report` 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/snapshot
`interface/routes/dashboard.py` declares `GET /api/snapshot` 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/stream
`interface/routes/multimodal.py` declares `GET /api/stream` 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/tokens
`interface/routes/dashboard.py` declares `GET /api/tokens` 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

Showing first 300 of 416. Refine filters or use the findings page for deep search.

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/1672b1f6-4f62-4dca-a44a-70b8f94b6dfd/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/1672b1f6-4f62-4dca-a44a-70b8f94b6dfd/

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.