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.

deveshagarwal/boff

https://github.com/deveshagarwal/boff · scanned 2026-06-17 01:55 UTC (1 month, 1 week ago)

26 raw signals (0 security + 26 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -2.6 (diff) · 26 actionable findings from 1 signal source. 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
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 74.1/100 with 77.8% coverage. It contains 763 nodes across 2 cross-layer flows, written primarily in mixed languages. Engine surfaced 26 findings — concentrated in software (17), quality (8), security (1). Risk profile is high: 0 critical, 1 high, 2 medium. Recommended next step: open the software layer findings first — that's where the highest-impact wins live.

Showing 24 of 26 actionable findings. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high System graph security auth conf 1.00 FastAPI POST `gmail_webhook` without auth dependency — aria_server.py:18
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
aria_server.py:18 securityAuth fastapi unauth mutation
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 ci. 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
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 230 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 quality Integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: email_backend.py:smtp_send, email_backend.py:imap_create_draft 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.
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 9 places
Functions with the same first-5-line body hash: engine.py:check, engine.py:check, engine.py:check, engine.py:check 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.
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_make_legacy` in tests/test_commitments.py:153
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: beat
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
telegram_bot.py:103
low System graph software Dead code conf 1.00 Possibly dead Python function: build_agent
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
agent_core.py:330
low System graph software Dead code conf 1.00 Possibly dead Python function: cb
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
imessage_bot.py:86
low System graph software Dead code conf 1.00 Possibly dead Python function: cb
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
telegram_bot.py:181
low System graph software Dead code conf 1.00 Possibly dead Python function: check_briefing_today
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
healthcheck.py:101
low System graph software Dead code conf 1.00 Possibly dead Python function: check_databases
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
healthcheck.py:76
low System graph software Dead code conf 1.00 Possibly dead Python function: check_disk
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
healthcheck.py:119
low System graph software Dead code conf 1.00 Possibly dead Python function: check_email
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
healthcheck.py:54
low System graph software Dead code conf 1.00 Possibly dead Python function: check_heartbeat
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
healthcheck.py:112
low System graph software Dead code conf 1.00 Possibly dead Python function: check_memory
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
healthcheck.py:69
low System graph software Dead code conf 1.00 Possibly dead Python function: extract_text
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
agent_core.py:347
low System graph software Dead code conf 1.00 Possibly dead Python function: handler
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
claude_provider.py:66
low System graph software Dead code conf 1.00 Possibly dead Python function: mark_reminder_completed
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
skills/calendar_manager.py:52
low System graph software Dead code conf 1.00 Possibly dead Python function: open_checkpointer
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
agent_core.py:340
low System graph software Dead code conf 1.00 Possibly dead Python function: progress
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
interact.py:33
low System graph software Dead code conf 1.00 Possibly dead Python function: system_prompt_text
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
agent_core.py:313
low System graph software Dead code conf 1.00 Possibly dead Python function: thread_config
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
agent_core.py:324
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/70684902-af4a-4f31-93f3-a77961c2a0aa/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/70684902-af4a-4f31-93f3-a77961c2a0aa/

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.