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

Top 10 actions, ranked by impact × ease. Severity drives impact; tag-based fix-clarity drives ease.

#1
FastAPI POST `upload_census_file` without auth dependency — planalign_api/routers/files.py:53
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in planalign_api/routers/files.py:53.
planalign_api/routers/files.py:53
#2
FastAPI POST `validate_file_path` without auth dependency — planalign_api/routers/files.py:184
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in planalign_api/routers/files.py:184.
planalign_api/routers/files.py:184
#3
FastAPI POST `set_census_path` without auth dependency — planalign_api/routers/files.py:208
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in planalign_api/routers/files.py:208.
planalign_api/routers/files.py:208
#4
FastAPI POST `analyze_age_distribution` without auth dependency — planalign_api/routers/files.py:244
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in planalign_api/routers/files.py:244.
planalign_api/routers/files.py:244
#5
FastAPI POST `analyze_part_time_pct` without auth dependency — planalign_api/routers/files.py:275
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in planalign_api/routers/files.py:275.
planalign_api/routers/files.py:275
#6
FastAPI POST `analyze_compensation_by_level` without auth dependency — planalign_api/routers/files.py:310
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in planalign_api/routers/files.py:310.
planalign_api/routers/files.py:310
#7
FastAPI POST `solve_compensation_growth` without auth dependency — planalign_api/routers/files.py:346
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in planalign_api/routers/files.py:346.
planalign_api/routers/files.py:346
#8
FastAPI POST `run_all_scenarios` without auth dependency — planalign_api/routers/batch.py:31
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in planalign_api/routers/batch.py:31.
planalign_api/routers/batch.py:31
#9
FastAPI POST `analyze_age_bands` without auth dependency — planalign_api/routers/bands.py:145
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in planalign_api/routers/bands.py:145.
planalign_api/routers/bands.py:145
#10
FastAPI POST `analyze_tenure_bands` without auth dependency — planalign_api/routers/bands.py:195
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in planalign_api/routers/bands.py:195.
planalign_api/routers/bands.py:195

Click "Find this gap" on any action above to jump to it on the Findings tab. Adjust the chip bar to filter by impact (severity), layer, or source.

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.