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.

waiff/sreality

https://github.com/waiff/sreality · scanned 2026-06-16 00:54 UTC (2 months, 1 week ago)

343 raw signals (97 security + 246 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 232 actionable findings from 2 signal sources. 196 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
Agent instruction/config may expose a secret: skills/rental_estimator_full_v1/SKILL.md
GapSeverity.HIGH Layer.SECURITY score 0.750
Why: high severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in skills/rental_estimator_full_v1/SKILL.md:21; move to env var / secrets manager.
skills/rental_estimator_full_v1/SKILL.md:21
#2
Agent instruction/config may expose a secret: skills/rental_estimator_v1/SKILL.md
GapSeverity.HIGH Layer.SECURITY score 0.750
Why: high severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in skills/rental_estimator_v1/SKILL.md:14; move to env var / secrets manager.
skills/rental_estimator_v1/SKILL.md:14
#3
Agent instruction/config may expose a secret: skills/skill_refiner_v1/SKILL.md
GapSeverity.HIGH Layer.SECURITY score 0.750
Why: high severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in skills/skill_refiner_v1/SKILL.md:7; move to env var / secrets manager.
skills/skill_refiner_v1/SKILL.md:7
#4
FastAPI PUT `put_skill` without auth dependency — api/routes/admin.py:112
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 api/routes/admin.py:112.
api/routes/admin.py:112
#5
FastAPI PUT `put_app_setting` without auth dependency — api/routes/admin.py:167
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 api/routes/admin.py:167.
api/routes/admin.py:167
#6
FastAPI PUT `put_filter_visibility` without auth dependency — api/routes/admin.py:245
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 api/routes/admin.py:245.
api/routes/admin.py:245
#7
FastAPI PUT `put_portal_limits` without auth dependency — api/routes/admin.py:338
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 api/routes/admin.py:338.
api/routes/admin.py:338
#8
FastAPI POST `post_rent_map_upload` without auth dependency — api/routes/admin.py:388
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 api/routes/admin.py:388.
api/routes/admin.py:388
#9
FastAPI POST `post_rent_map_fetch` without auth dependency — api/routes/admin.py:408
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 api/routes/admin.py:408.
api/routes/admin.py:408
#10
FastAPI PUT `put_condition_scoring_regions` without auth dependency — api/routes/admin.py:452
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 api/routes/admin.py:452.
api/routes/admin.py:452

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/f28a0d4a-8899-4fbb-884a-981d5a876ab7/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/f28a0d4a-8899-4fbb-884a-981d5a876ab7/

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.