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.

commontrace/server

https://github.com/commontrace/server · scanned 2026-06-17 01:50 UTC (1 month, 1 week ago)

32 raw signals (0 security + 32 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -14.8 (diff) · 32 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 61.9/100 with 88.9% coverage. It contains 639 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 32 findings — concentrated in security (15), quality (8), hardware (7). Risk profile is high: 1 critical, 14 high, 6 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 31 of 32 actionable findings. 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 api/app/services/scanner.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
api/app/services/scanner.py:17
high System graph security auth conf 1.00 FastAPI DELETE `admin_delete_user` without auth dependency — api/app/routers/admin.py:424
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/app/routers/admin.py:424 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `remove_trace` without auth dependency — api/app/routers/moderation.py:133
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/app/routers/moderation.py:133 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_grant_contributor` without auth dependency — api/app/routers/admin.py:391
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/app/routers/admin.py:391 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_mint_invitations` without auth dependency — api/app/routers/admin.py:341
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/app/routers/admin.py:341 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cast_vote` without auth dependency — api/app/routers/votes.py:28
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/app/routers/votes.py:28 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `flag_trace` without auth dependency — api/app/routers/moderation.py:36
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/app/routers/moderation.py:36 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_api_key` without auth dependency — api/app/routers/auth.py:27
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/app/routers/auth.py:27 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `mint_invitation` without auth dependency — api/app/routers/invitations.py:38
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/app/routers/invitations.py:38 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `redeem_invitation` without auth dependency — api/app/routers/invitations.py:85
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/app/routers/invitations.py:85 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `report_install` without auth dependency — api/app/routers/telemetry.py:83
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/app/routers/telemetry.py:83 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `report_trigger_stats` without auth dependency — api/app/routers/telemetry.py:42
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/app/routers/telemetry.py:42 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `search_traces` without auth dependency — api/app/routers/search.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.
api/app/routers/search.py:197 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `submit_amendment` without auth dependency — api/app/routers/amendments.py:21
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/app/routers/amendments.py:21 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `submit_trace` without auth dependency — api/app/routers/traces.py:29
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/app/routers/traces.py:29 securityAuth fastapi unauth mutation
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: api/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: frontend/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: mcp-server/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 Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 34 placeholder/mock markers across 5 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 quality Tests conf 1.00 Very low test-to-source ratio
5 test file(s) for 107 source file(s) (ratio 0.05). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 51 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: nginx:alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
frontend/Dockerfile:18 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 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.
api/Dockerfile:1 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 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.
mcp-server/Dockerfile:1 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: python:3.12.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.
frontend/Dockerfile:2 containersPinned dependencies
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `nbase_dir_old` in api/fixtures/add_seed_traces_2.py:310
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 `postgres_backup` in api/fixtures/add_seed_traces_3.py:86
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: metrics_endpoint
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
api/app/metrics.py:37
low System graph software Dead code conf 1.00 Possibly dead Python function: should_apply_temporal_decay
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
api/app/services/maturity.py:62
low System graph quality Integrity conf 1.00 Stub function `downgrade` (body is just `pass`/`return`) — api/migrations/versions/0018_fix_revision_ids.py:46
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
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/672ec13a-593f-4245-84ef-7ac4bc9fc3a8/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/672ec13a-593f-4245-84ef-7ac4bc9fc3a8/

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.