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.

ben1441/ahoum-backend

https://github.com/ben1441/ahoum-backend · scanned 2026-06-17 01:38 UTC (1 month, 2 weeks ago)

13 raw signals (0 security + 13 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ +3.3 (diff) · 10 actionable findings from 1 signal source. 3 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
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 80.0/100 with 88.9% coverage. It contains 355 nodes across 14 cross-layer flows, written primarily in mixed languages. Engine surfaced 13 findings — concentrated in quality (6), security (3), software (2). Risk profile is high: 1 critical, 2 high, 0 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 10 of 10 actionable findings. 13 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.

critical System graph security Secrets conf 1.00 Possible secret in apps/common/management/commands/seed_demo.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
apps/common/management/commands/seed_demo.py:13
high System graph security auth conf 1.00 DRF view `EventViewSet` declares no `permission_classes` — apps/events/views.py:17
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
apps/events/views.py:17 securityAuth drf no permission classes
high System graph security auth conf 1.00 DRF view `MeView` declares no `permission_classes` — apps/accounts/views.py:65
DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings.
apps/accounts/views.py:65 securityAuth drf no permission classes
low System graph hardware Supply chain conf 1.00 2 occurrences 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.
lines 3, 19
Dockerfile:3, 19 (2 hits)
containersPinned dependencies
low System graph quality Tests conf 1.00 Low test-to-source ratio
10 tests / 60 src (ratio 0.17).
low System graph quality Integrity conf 1.00 3 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: apps/accounts/permissions.py:has_permission, apps/accounts/permissions.py:has_permission 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.
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: apps/accounts/views.py:post, apps/accounts/views.py:post, apps/accounts/views.py:post, apps/accounts/views.py:post This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or docum…
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 software Dead code conf 1.00 Possibly dead Python function: send_follow_up_email
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/notifications/emails.py:22
low System graph software Dead code conf 1.00 Possibly dead Python function: send_reminder_email
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/notifications/emails.py:31
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/caf57e2e-4503-4d2b-9ef6-fd4459653ada/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/caf57e2e-4503-4d2b-9ef6-fd4459653ada/

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.