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.

robertegardner/homelab-monitor

https://github.com/robertegardner/homelab-monitor · scanned 2026-06-15 23:53 UTC (2 months, 3 weeks ago)

57 raw signals (0 security + 57 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 56 actionable findings from 1 signal source. 1 repeated signal 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 64.9/100 with 88.9% coverage. It contains 363 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 57 findings — concentrated in software (29), quality (13), security (7). Risk profile is high: 2 critical, 0 high, 13 medium. Recommended next step: open the software layer findings first — that's where the highest-impact wins live.

Showing 52 of 56 actionable findings. 57 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 log-analyst/config.yml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
log-analyst/config.yml:105
critical System graph security Secrets conf 1.00 Possible secret in suricata-deploy/install-suricata-on-elk.sh
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
suricata-deploy/install-suricata-on-elk.sh:195
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. 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
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in log-analyst/webui/host.html:133
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
log-analyst/webui/host.html:133 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in log-analyst/webui/hosts.html:105
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
log-analyst/webui/hosts.html:105 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in log-analyst/webui/index.html:107
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
log-analyst/webui/index.html:107 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in log-analyst/webui/new.html:120
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
log-analyst/webui/new.html:120 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in log-analyst/webui/targets.html:104
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
log-analyst/webui/targets.html:104 Direct innerhtml assignment
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 164 in use
Port 164 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
log-analyst/config.yml Ports
medium System graph network Security conf 1.00 Privileged port 26 in use
Port 26 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
suricata-deploy/install-suricata-sensor.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.
alloy-deploy/deploy.sh Ports
medium System graph network Security conf 1.00 Privileged port 52 in use
Port 52 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
diag-agent/config.yml Ports
medium System graph network Security conf 1.00 Privileged port 81 in use
Port 81 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
log-analyst/config.yml Ports
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
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 5 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 2 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: diag-agent/diag-agent.py:query, diag-agent/diag-agent.py:query 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.
2 occurrences
repo-level (2 hits)
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: handle_container_logs
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
log-analyst/log-analyst.py:2089
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_dashboard
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
diag-agent/diag-agent.py:1575
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_diagnose
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
diag-agent/diag-agent.py:1609
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_events
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
log-analyst/log-analyst.py:1932
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_health
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
log-analyst/log-analyst.py:1929
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_health
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
diag-agent/diag-agent.py:1572
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_host_detail
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
log-analyst/log-analyst.py:1947
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_hosts
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
log-analyst/log-analyst.py:1944
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_onboard_start
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
log-analyst/log-analyst.py:2042
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_onboard_status
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
log-analyst/log-analyst.py:2083
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_package_detail
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
diag-agent/diag-agent.py:1594
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_packages
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
diag-agent/diag-agent.py:1591
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_set_mode
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
diag-agent/diag-agent.py:1581
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_state
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
diag-agent/diag-agent.py:1578
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_suppressions
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
log-analyst/log-analyst.py:1941
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_target_delete
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
log-analyst/log-analyst.py:2016
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_target_patch
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
log-analyst/log-analyst.py:1998
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_target_test
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
log-analyst/log-analyst.py:2029
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_targets_add
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
log-analyst/log-analyst.py:1974
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_targets_list
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
log-analyst/log-analyst.py:1956
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_webhook
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
diag-agent/diag-agent.py:1564
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.
log-analyst/log-analyst.py:1916
low System graph software Dead code conf 1.00 Possibly dead Python function: playbook_dns_failure
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
diag-agent/diag-agent.py:494
low System graph software Dead code conf 1.00 Possibly dead Python function: playbook_dns_latency
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
diag-agent/diag-agent.py:570
low System graph software Dead code conf 1.00 Possibly dead Python function: playbook_docker_error
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
diag-agent/diag-agent.py:794
low System graph software Dead code conf 1.00 Possibly dead Python function: playbook_generic
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
diag-agent/diag-agent.py:769
low System graph software Dead code conf 1.00 Possibly dead Python function: playbook_host_unreachable
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
diag-agent/diag-agent.py:699
low System graph software Dead code conf 1.00 Possibly dead Python function: playbook_probe_down
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
diag-agent/diag-agent.py:653
low System graph software Dead code conf 1.00 Possibly dead Python function: playbook_wan_unreachable
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
diag-agent/diag-agent.py:609
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 quality Complexity conf 1.00 Very large file: diag-agent/diag-agent.py (1687 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: log-analyst/log-analyst.py (2181 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/c654bee0-45ce-4a86-8bf1-8fb09a917242/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/c654bee0-45ce-4a86-8bf1-8fb09a917242/

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.