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.
16 of your 24 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 1.37s · analysis 18.6s · 1.3 MB · GitHub API rate-limit (preflight)

MarcelMichau/fake-survey-generator

https://github.com/MarcelMichau/fake-survey-generator · scanned 2026-06-05 14:34 UTC (5 days, 4 hours ago) · 10 languages

71 raw signals (23 security + 48 graph) System graph score 82 (lower by 13)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 4 hours ago · v2 · 34 actionable findings from 2 signal sources. 13 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 65.0 0.15 9.75
security_score 94.8 0.25 23.70
testing_score 29.0 0.20 5.80
documentation_score 61.0 0.15 9.15
practices_score 81.0 0.15 12.15
code_quality 75.2 0.10 7.52
Overall 1.00 68.1
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
GitHub Action is tag-pinned rather than SHA-pinned
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/codeql.yml:57
#2
GitHub Action is tag-pinned rather than SHA-pinned
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/codeql.yml:86
#3
Dockerfile runs as root: src/client/ui/Dockerfile
GapSeverity.MEDIUM Layer.HARDWARE score 0.225
Why: medium severity
#4
`fetch()` without try/.catch or AbortSignal — src/client/ui/src/components/VersionInfo.tsx:12
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Wrap the `fetch(...)` in `try { ... } catch` in src/client/ui/src/components/VersionInfo.tsx:12, OR pass `{ signal: AbortSignal.timeout(N) }` so the call cancels deterministically.
#5
`fetch()` without try/.catch or AbortSignal — src/client/ui/src/hooks/useApiCall.ts:38
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Wrap the `fetch(...)` in `try { ... } catch` in src/client/ui/src/hooks/useApiCall.ts:38, OR pass `{ signal: AbortSignal.timeout(N) }` so the call cancels deterministically.
#6
Docker base image is tag-pinned but not digest-pinned: node:25
GapSeverity.LOW Layer.HARDWARE score 0.100
Why: low severity
src/client/ui/Dockerfile:1
#7
Docker base image is tag-pinned but not digest-pinned: nginx:1.29-alpine
GapSeverity.LOW Layer.HARDWARE score 0.100
Why: low severity
src/client/ui/Dockerfile:8
#8
Docker base image is tag-pinned but not digest-pinned: mcr.microsoft.com/dotnet/aspnet:10.0-resolute-chiseled-extra
GapSeverity.LOW Layer.HARDWARE score 0.100
Why: low severity
src/server/FakeSurveyGenerator.Api/Dockerfile:3
#9
Docker base image is tag-pinned but not digest-pinned: mcr.microsoft.com/dotnet/sdk:10.0
GapSeverity.LOW Layer.HARDWARE score 0.100
Why: low severity
src/server/FakeSurveyGenerator.Api/Dockerfile:9
#10
Docker base image is tag-pinned but not digest-pinned: mcr.microsoft.com/dotnet/aspnet:10.0-resolute-chiseled-extra
GapSeverity.LOW Layer.HARDWARE score 0.100
Why: low severity
src/server/FakeSurveyGenerator.Worker/Dockerfile:3

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/28d52e8a-2374-4fc2-9fcd-79d0dfbcaeda/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/28d52e8a-2374-4fc2-9fcd-79d0dfbcaeda/

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.