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

Scan timing: clone 2.92s · analysis 14.12s · 0.6 MB · GitHub preflight 433ms

YUxiangLuo/miao

https://github.com/YUxiangLuo/miao · scanned 2026-06-05 14:13 UTC (5 days, 5 hours ago) · 10 languages

111 raw signals (55 security + 56 graph) 17th percentile · Rust · small (2-20K LoC) System graph score 70 (lower by 15)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 5 hours ago · v2 · 52 actionable findings from 2 signal sources. 30 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 100.0 0.15 15.00
security_score 42.7 0.25 10.68
testing_score 20.0 0.20 4.00
documentation_score 42.0 0.15 6.30
practices_score 69.0 0.15 10.35
code_quality 79.4 0.10 7.94
Overall 1.00 54.3
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
Possible secret in src/validation.rs
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in src/validation.rs:278; move to env var / secrets manager.
src/validation.rs:278
#2
Possible secret in src/validation.rs
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in src/validation.rs:299; move to env var / secrets manager.
src/validation.rs:299
#3
Possible secret in src/models/node.rs
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in src/models/node.rs:102; move to env var / secrets manager.
src/models/node.rs:102
#4
Possible secret in src/models/node.rs
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in src/models/node.rs:107; move to env var / secrets manager.
src/models/node.rs:107
#5
Possible secret in src/models/node.rs
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in src/models/node.rs:129; move to env var / secrets manager.
src/models/node.rs:129
#6
Possible secret in src/services/vps.rs
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in src/services/vps.rs:375; move to env var / secrets manager.
src/services/vps.rs:375
#7
Possible secret in src/services/vps.rs
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in src/services/vps.rs:405; move to env var / secrets manager.
src/services/vps.rs:405
#8
No auth library detected
GapSeverity.MEDIUM Layer.SECURITY score 0.338
Why: medium severity
#9
GitHub Action is tag-pinned rather than SHA-pinned
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/build-release.yml:58
#10
GitHub Action is tag-pinned rather than SHA-pinned
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/build-release.yml:79

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/ea6a3555-7212-422d-929f-bd9c50e55512/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/ea6a3555-7212-422d-929f-bd9c50e55512/

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.