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.

vonrobak/fedora-homelab-containers

https://github.com/vonrobak/fedora-homelab-containers · scanned 2026-06-16 00:52 UTC (2 months, 1 week ago)

44 raw signals (0 security + 44 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 44 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 69.3/100 with 100.0% coverage. It contains 936 nodes across 2 cross-layer flows, written primarily in mixed languages. Engine surfaced 44 findings — concentrated in network (17), software (11), quality (10). Risk profile is high: 0 critical, 2 high, 22 medium. Recommended next step: open the network layer findings first — that's where the highest-impact wins live.

Showing 41 of 44 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 Flask mutation route `webhook` without `@login_required` — config/alert-discord-relay/relay.py:111
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
config/alert-discord-relay/relay.py:111 securityAuth flask unauth route
high System graph security security conf 1.00 Insecure pattern 'exec_used' in scripts/archived/diagnose-redis-immich.sh:62
Found a known-risky pattern (exec_used). Review and replace if possible.
scripts/archived/diagnose-redis-immich.sh:62 Exec used
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 license, ci, tests. 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 Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
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
medium System graph cicd CI/CD security conf 1.00 No CI/CD pipelines detected
No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints.
CI/CD securityCoverage
medium System graph network Security conf 1.00 Privileged port 1 in use
Port 1 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/db-dump.sh Ports
medium System graph network Security conf 1.00 Privileged port 10 in use
Port 10 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
config/prometheus/alerts/image-update-alerts.yml Ports
medium System graph network Security conf 1.00 Privileged port 12 in use
Port 12 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/archived/homelab-snapshot.sh Ports
medium System graph network Security conf 1.00 Privileged port 16 in use
Port 16 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/check-image-updates.sh Ports
medium System graph network Security conf 1.00 Privileged port 169 in use
Port 169 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
config/prometheus/prometheus.yml Ports
medium System graph network Security conf 1.00 Privileged port 19 in use
Port 19 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/archived/intelligence-2025-11/lib/snapshot-parser.sh Ports
medium System graph network Security conf 1.00 Privileged port 4 in use
Port 4 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/db-dump.sh Ports
medium System graph network Security conf 1.00 Privileged port 51 in use
Port 51 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/archived/intelligence-2025-11/lib/snapshot-parser.sh Ports
medium System graph network Security conf 1.00 Privileged port 69 in use
Port 69 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
config/traefik/dynamic/routers.yml Ports
medium System graph network Security conf 1.00 Privileged port 70 in use
Port 70 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/jellyfin-status.sh Ports
medium System graph network Security conf 1.00 Privileged port 72 in use
Port 72 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
config/traefik/dynamic/routers.yml Ports
medium System graph network Security conf 1.00 Privileged port 75 in use
Port 75 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
config/prometheus/prometheus.yml Ports
medium System graph network Security conf 1.00 Privileged port 76 in use
Port 76 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
config/prometheus/prometheus.yml Ports
medium System graph network Security conf 1.00 Privileged port 92 in use
Port 92 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
config/prometheus/prometheus.yml Ports
medium System graph network Security conf 1.00 Privileged port 93 in use
Port 93 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
config/prometheus/prometheus.yml Ports
medium System graph network Security conf 1.00 Privileged port 94 in use
Port 94 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
config/prometheus/prometheus.yml Ports
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
0 test file(s) for 2 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths.
Coverage
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 64 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 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: collect_adr_compliance
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/security/posture-local.py:1137
low System graph software Dead code conf 1.00 Possibly dead Python function: collect_bind_surface
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/security/posture-local.py:193
low System graph software Dead code conf 1.00 Possibly dead Python function: collect_certs
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/security/posture-local.py:729
low System graph software Dead code conf 1.00 Possibly dead Python function: collect_container_egress
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/security/posture-local.py:293
low System graph software Dead code conf 1.00 Possibly dead Python function: collect_container_hardening
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/security/posture-local.py:817
low System graph software Dead code conf 1.00 Possibly dead Python function: collect_crowdsec
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/security/posture-local.py:554
low System graph software Dead code conf 1.00 Possibly dead Python function: collect_drift
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/security/posture-local.py:1013
low System graph software Dead code conf 1.00 Possibly dead Python function: collect_journal
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/security/posture-local.py:1063
low System graph software Dead code conf 1.00 Possibly dead Python function: collect_loki_liveness
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/security/posture-local.py:643
low System graph software Dead code conf 1.00 Possibly dead Python function: collect_ssh_surface
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/security/posture-local.py:947
low System graph software Dead code conf 1.00 Possibly dead Python function: collect_traefik_chain
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/security/posture-local.py:416
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph api Wiring conf 1.00 Unused endpoint: ANY /webhook
`config/alert-discord-relay/relay.py` declares `ANY /webhook` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: scripts/btrfs-snapshot-backup.sh (1710 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/security-audit.sh (1612 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
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/05c432d1-0991-4b42-b09d-422442cc706b/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/05c432d1-0991-4b42-b09d-422442cc706b/

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.