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.

crzyc98/planwise_navigator

https://github.com/crzyc98/planwise_navigator · scanned 2026-06-17 01:52 UTC (1 month, 1 week ago)

279 raw signals (0 security + 279 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -30.4 (diff) · 134 actionable findings from 1 signal source. 145 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Repository scanned at 46.3/100 with 100.0% coverage. It contains 7604 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 279 findings — concentrated in cicd (117), quality (77), security (42). Risk profile is high: 0 critical, 47 high, 43 medium. Recommended next step: open the cicd layer findings first — that's where the highest-impact wins live.

Showing 113 of 134 actionable findings. 279 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high System graph hardware Supply chain conf 1.00 3 occurrences Dockerfile pipes a remote installer into a shell
Executing downloaded code during image build gives the remote endpoint build-time code execution. Prefer pinned packages or verify downloaded installers by checksum/signature.
lines 64, 83, 92
.devcontainer/Dockerfile:64, 83, 92 (3 hits)
containersRemote installer
high System graph security auth conf 1.00 FastAPI DELETE `delete_parquet_file` without auth dependency — planalign_api/routers/imports.py:597
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/imports.py:597 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_scenario_database` without auth dependency — planalign_api/routers/scenarios.py:226
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/scenarios.py:226 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_scenario` without auth dependency — planalign_api/routers/scenarios.py:206
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/scenarios.py:206 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_workspace` without auth dependency — planalign_api/routers/workspaces.py:186
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/workspaces.py:186 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `select_sheet` without auth dependency — planalign_api/routers/imports.py:268
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/imports.py:268 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `analyze_age_bands` without auth dependency — planalign_api/routers/bands.py:145
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/bands.py:145 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `analyze_age_distribution` without auth dependency — planalign_api/routers/files.py:244
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/files.py:244 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `analyze_compensation_by_level` without auth dependency — planalign_api/routers/files.py:310
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/files.py:310 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `analyze_opt_out_rate` without auth dependency — planalign_api/routers/bands.py:304
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/bands.py:304 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `analyze_part_time_pct` without auth dependency — planalign_api/routers/files.py:275
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/files.py:275 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `analyze_tenure_bands` without auth dependency — planalign_api/routers/bands.py:195
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/bands.py:195 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `analyze_turnover` without auth dependency — planalign_api/routers/bands.py:250
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/bands.py:250 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `analyze_vesting` without auth dependency — planalign_api/routers/vesting.py:78
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/vesting.py:78 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `apply_template` without auth dependency — planalign_api/routers/imports.py:665
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/imports.py:665 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `apply_workforce_params` without auth dependency — planalign_api/routers/scenarios.py:160
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/scenarios.py:160 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cancel_simulation` without auth dependency — planalign_api/routers/simulations.py:239
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/simulations.py:239 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_scenario` without auth dependency — planalign_api/routers/scenarios.py:49
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/scenarios.py:49 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_workspace` without auth dependency — planalign_api/routers/workspaces.py:111
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/workspaces.py:111 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `disconnect_sync` without auth dependency — planalign_api/routers/sync.py:171
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/sync.py:171 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `export_workspace` without auth dependency — planalign_api/routers/workspaces.py:208
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/workspaces.py:208 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_parquet` without auth dependency — planalign_api/routers/imports.py:498
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/imports.py:498 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `import_workspace` without auth dependency — planalign_api/routers/workspaces.py:364
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/workspaces.py:364 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `init_sync` without auth dependency — planalign_api/routers/sync.py:64
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/sync.py:64 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `pull_changes` without auth dependency — planalign_api/routers/sync.py:111
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/sync.py:111 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `push_changes` without auth dependency — planalign_api/routers/sync.py:86
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/sync.py:86 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reset_simulation_status` without auth dependency — planalign_api/routers/simulations.py:270
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/simulations.py:270 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_all_scenarios` without auth dependency — planalign_api/routers/batch.py:31
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/batch.py:31 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `save_mapping_template` without auth dependency — planalign_api/routers/imports.py:635
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/imports.py:635 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `set_census_path` without auth dependency — planalign_api/routers/files.py:208
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/files.py:208 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `solve_compensation_growth` without auth dependency — planalign_api/routers/files.py:346
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/files.py:346 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start_bulk_export` without auth dependency — planalign_api/routers/workspaces.py:250
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/workspaces.py:250 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start_bulk_import` without auth dependency — planalign_api/routers/workspaces.py:418
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/workspaces.py:418 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start_simulation` without auth dependency — planalign_api/routers/simulations.py:74
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/simulations.py:74 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upload_census_file` without auth dependency — planalign_api/routers/files.py:53
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/files.py:53 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upload_file` without auth dependency — planalign_api/routers/imports.py:197
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/imports.py:197 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `validate_file_path` without auth dependency — planalign_api/routers/files.py:184
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/files.py:184 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `validate_import` without auth dependency — planalign_api/routers/workspaces.py:316
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/workspaces.py:316 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `save_mapping` without auth dependency — planalign_api/routers/imports.py:316
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/imports.py:316 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_scenario` without auth dependency — planalign_api/routers/scenarios.py:116
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/scenarios.py:116 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_workspace` without auth dependency — planalign_api/routers/workspaces.py:144
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
planalign_api/routers/workspaces.py:144 securityAuth fastapi unauth mutation
high System graph cicd CI/CD security conf 1.00 GitHub Action tracks a moving branch
aquasecurity/trivy-action@master can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/ci.yml:101 CI/CD securitySupply chainGithub actions
high System graph security security conf 1.00 Insecure pattern 'eval_used' in planalign_api/services/mapping_engine.py:36
Found a known-risky pattern (eval_used). Review and replace if possible.
planalign_api/services/mapping_engine.py:36 Eval used
high System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in scripts/setup_staging.py:23
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
scripts/setup_staging.py:23 Subprocess shell true
high System graph cicd CI/CD security conf 1.00 pip extra-index-url can enable dependency confusion
pip --extra-index-url searches an additional package index and can resolve public packages when a private package name is missing or has a lower version. Prefer a single controlled index or explicit hashes and package source policy.
requirements-dev.txt CI/CD securitySupply chainPypi
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — planalign_studio/services/api.ts:305
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 — planalign_studio/services/importService.ts:217
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license, lockfile. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph hardware Security conf 1.00 Dockerfile runs as root: .devcontainer/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph quality Integrity conf 1.00 15 occurrences Frontend route `simulate` has no Link/navigate to it — planalign_studio/App.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
15 occurrences
repo-level (15 hits)
Orphan pageWiring
medium System graph cicd CI/CD security conf 1.00 5 occurrences GitHub Action is tag-pinned rather than SHA-pinned
codecov/codecov-action@v3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
3 files, 5 locations
.github/workflows/ci.yml:85, 108 (2 hits)
.github/workflows/tests.yml:56, 62 (2 hits)
.github/workflows/claude.yml:33
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/claude.yml CI/CD securitySupply chainGithub actions
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — planalign_api/services/simulation/subprocess_utils.py:44
`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 — planalign_cli/commands/studio.py:333
`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 — planalign_orchestrator/dbt_runner.py:385
`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/smart_command_wrapper.py:274
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 43 placeholder/mock markers across 21 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph network Security conf 1.00 Privileged port 30 in use
Port 30 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
config/simulation_config.yaml Ports
medium System graph network Security conf 1.00 Privileged port 45 in use
Port 45 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
config/simulation_config.yaml Ports
medium System graph network Security conf 1.00 Privileged port 70 in use
Port 70 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
config/simulation_config.yaml Ports
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, lockfile. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 467 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: node:20
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
.devcontainer/Dockerfile:3 containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 109 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/setup-python@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
10 files, 109 locations
.github/workflows/e068h-validation.yml:48, 53, 113, 131, 136, 149, 168, 193, +12 more (20 hits)
.github/workflows/validation-framework.yml:40, 43, 173, 189, 192, 206, 331, 346, +12 more (20 hits)
.github/workflows/snapshot-architecture-validation.yml:53, 56, 363, 379, 382, 396, 518, 533, +7 more (15 hits)
.github/workflows/performance-validation.yml:27, 30, 35, 109, 123, 126, 157, 171, +6 more (14 hits)
.github/workflows/production-validation.yml:24, 27, 35, 103, 119, 122, 191, 207, +6 more (14 hits)
.github/workflows/performance-benchmark.yml:73, 78, 86, 105, 232, 243, 296, 360, +2 more (10 hits)
.github/workflows/erisa-compliance-validation.yml:36, 39, 82, 135, 162, 165, 209 (7 hits)
.github/workflows/ci.yml:21, 29, 53, 61, 119 (5 hits)
CI/CD securitySupply chainGithub actions
low System graph quality Agent instructions conf 1.00 Multiple root agent instruction files without precedence
The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies.
Governance
low System graph quality Integrity conf 1.00 16 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: planalign_cli/main.py:sync_init_cmd, planalign_cli/commands/sync.py:sync_init This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
16 occurrences
repo-level (16 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 3 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: planalign_cli/commands/analyze.py:analyze_workforce, planalign_cli/commands/analyze.py:analyze_events, planalign_cli/commands/status.py:show_status This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-co…
3 occurrences
repo-level (3 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: planalign_api/services/ndt_service.py:run_acp_test, planalign_api/services/ndt_service.py:run_401a4_test, planalign_api/services/ndt_service.py:run_415_test, planalign_api/services/ndt_service.py:run_adp_test This is *the* AI-coder failure mode (4× m…
duplicatesduplication
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: planalign_studio/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
planalign_studio/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_execute_parallel_legacy` in planalign_orchestrator/parallel_execution_engine.py:489
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_stage_models_legacy` in planalign_orchestrator/pipeline/year_executor.py:362
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_stage_models_legacy` in tests/unit/orchestrator/test_year_executor.py:13
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 `_save_config_copy` in planalign_orchestrator/scenario_batch_runner.py:287
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 `calibration_v1` in scripts/calibrate_compensation.py:194
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 `CM_Old` in tests/unit/resources/test_cpu_monitor.py:214
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 planalign_orchestrator/backup_manager.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 `create_backup` in scripts/migrate_database_location.py:76
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 `DM_Old` in tests/unit/monitoring/test_duckdb_monitor.py:449
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 `emergency_backup` in planalign_orchestrator/recovery_manager.py:70
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 `employer_legacy` in planalign_orchestrator/config/export.py:464
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 `has_backup` in planalign_orchestrator/run_summary.py:225
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 `MM_Old` in tests/unit/resources/test_memory_monitor.py:202
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 scripts/scale_testing_framework.py:537
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 `PM_Old` in tests/unit/monitoring/test_base_monitor.py:213
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_create_basic_event_deprecated` in tests/unit/events/test_simulation_event.py:330
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_dc_plan_overrides_legacy` in tests/unit/orchestrator/test_config_export.py:1032
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_returns_copy` in tests/unit/orchestrator/test_excel_exporter.py:164
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: broadcast
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
planalign_api/websocket/manager.py:43
low System graph software Dead code conf 1.00 Possibly dead Python function: broadcast_json
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
planalign_api/websocket/manager.py:62
low System graph software Dead code conf 1.00 Possibly dead Python function: check_required_files
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
planalign_cli/utils/config_helpers.py:157
low System graph software Dead code conf 1.00 Possibly dead Python function: execute_sequence
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/smart_command_wrapper.py:331
low System graph software Dead code conf 1.00 Possibly dead Python function: finish_operation
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
planalign_cli/ui/progress.py:158
low System graph software Dead code conf 1.00 Possibly dead Python function: model_post_init
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
planalign_api/models/suggestion.py:72
low System graph software Dead code conf 1.00 Possibly dead Python function: model_post_init
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
planalign_api/models/imports.py:118
low System graph software Dead code conf 1.00 Possibly dead Python function: start_operation
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
planalign_cli/ui/progress.py:140
low System graph software Dead code conf 1.00 Possibly dead Python function: sync_status
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
planalign_cli/commands/sync.py:210
low System graph software Dead code conf 1.00 Possibly dead Python function: update_layout
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
planalign_cli/commands/simulate.py:508
low System graph software Dead code conf 1.00 Possibly dead Python function: update_operation
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
planalign_cli/ui/progress.py:150
low System graph software Dead code conf 1.00 Possibly dead Python function: update_simulation_progress
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
planalign_cli/ui/progress.py:73
low System graph software Dead code conf 1.00 Possibly dead Python function: update_stage_progress
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
planalign_cli/ui/progress.py:287
low System graph software Dead code conf 1.00 Possibly dead Python function: version_callback
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
planalign_cli/main.py:48
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — planalign_studio/components/config/ConfigContext.tsx:611
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — planalign_studio/services/websocket.ts:275
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Complexity conf 1.00 Very large file: planalign_api/services/file_service.py (1389 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: planalign_api/services/ndt_service.py (1379 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: planalign_orchestrator/config/export.py (1157 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: planalign_studio/components/config/DCPlanSection.tsx (1023 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: planalign_studio/components/NDTTesting.tsx (1687 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: planalign_studio/components/ScenarioCostComparison.tsx (1253 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: planalign_studio/services/api.ts (2083 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/test_analytics_service.py (1208 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/b172f3f3-854b-4613-8d17-e6554cf7aae5/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/b172f3f3-854b-4613-8d17-e6554cf7aae5/

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.