← Back to scan
File as GitHub Issue repo: YUxiangLuo/miao

Push this scan report to YUxiangLuo/miao

Click the green button below to open GitHub’s new-issue form, pre-filled with the report title, summary table, top findings, and an embedded score-card image. No authentication needed — you review on GitHub before submitting. Repobility is credited as the scanner.

Embedded score card image

This image will render at the top of the issue body. Hosted on Repobility, refreshes automatically after re-scans.

Repobility score card

Issue title

Server-Side Request Forgery (SSRF) — outbound HTTP from user input

Curate findings to include

Pick exactly which findings appear in the issue body. By default the top 5 are included. Uncheck noise, check what matters.

Top 5 (default)
Severity Rule Title File:line
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … src/handlers/subs.rs:131
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … src/handlers/service.rs:135
HIGH MINED003 [MINED003] Rust Unwrap In Prod: .unwrap() panics if None/Err. Acceptable in tests; risky … src/error.rs:125
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… frontend/src/utils.js:96
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… frontend/src/components/SubsCard.jsx:64
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… frontend/src/components/OnboardingScree…:13
HIGH MINED115 Action `softprops/action-gh-release` pinned to mutable ref `@v2` .github/workflows/build-release.yml:171
HIGH MINED115 Action `actions/upload-artifact` pinned to mutable ref `@v4` .github/workflows/build-release.yml:163
HIGH MINED115 Action `mlugg/setup-zig` pinned to mutable ref `@v2` .github/workflows/build-release.yml:79
HIGH MINED115 Action `actions/setup-go` pinned to mutable ref `@v5` .github/workflows/build-release.yml:73
HIGH MINED115 Action `dtolnay/rust-toolchain` pinned to mutable ref `@stable` .github/workflows/build-release.yml:58
HIGH MINED115 Action `actions/download-artifact` pinned to mutable ref `@v4` .github/workflows/build-release.yml:52
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/build-release.yml:49
HIGH MINED115 Action `actions/upload-artifact` pinned to mutable ref `@v4` .github/workflows/build-release.yml:30
HIGH MINED115 Action `actions/setup-node` pinned to mutable ref `@v4` .github/workflows/build-release.yml:18
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/build-release.yml:15
HIGH RUSTSEC-2026-0104 rustls-webpki: RUSTSEC-2026-0104 Cargo.lock
HIGH RUSTSEC-2026-0099 rustls-webpki: RUSTSEC-2026-0099 Cargo.lock
HIGH RUSTSEC-2026-0098 rustls-webpki: RUSTSEC-2026-0098 Cargo.lock
HIGH RUSTSEC-2026-0049 rustls-webpki: RUSTSEC-2026-0049 Cargo.lock
HIGH RUSTSEC-2026-0097 rand: RUSTSEC-2026-0097 Cargo.lock
HIGH RUSTSEC-2026-0037 quinn-proto: RUSTSEC-2026-0037 Cargo.lock
HIGH RUSTSEC-2026-0007 bytes: RUSTSEC-2026-0007 Cargo.lock
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED DEPCUR-GHA GitHub Action `softprops/action-gh-release@v2` is 1 major version(s) behind (latest v3.0.… .github/workflows/build-release.yml:171
MED DEPCUR-GHA GitHub Action `actions/setup-go@v5` is 1 major version(s) behind (latest v6.4.0) .github/workflows/build-release.yml:73
MED DEPCUR-GHA GitHub Action `actions/download-artifact@v4` is 4 major version(s) behind (latest v8.0.1) .github/workflows/build-release.yml:52
MED DEPCUR-GHA GitHub Action `actions/upload-artifact@v4` is 3 major version(s) behind (latest v7.0.1) .github/workflows/build-release.yml:30
MED DEPCUR-GHA GitHub Action `actions/setup-node@v4` is 2 major version(s) behind (latest v6.4.0) .github/workflows/build-release.yml:18
MED DEPCUR-GHA GitHub Action `actions/checkout@v4` is 2 major version(s) behind (latest v6.0.3) .github/workflows/build-release.yml:15
MED DEPCUR-NPM npm package `globals` is 3 major version(s) behind (14.0.0 -> 17.6.0) frontend/package.json
MED DEPCUR-NPM npm package `@vitejs/plugin-react` is 2 major version(s) behind (4.7.0 -> 6.0.2) frontend/package.json
MED DEPCUR-NPM npm package `@eslint/js` is 1 major version(s) behind (9.39.4 -> 10.0.1) frontend/package.json
MED JRN003 Frontend API reference is not matched by discovered backend routes frontend/src/hooks/useApi.js:26
MED AUC002 [AUC002] Low visible authorization coverage in route inventory: Only 12.5% of discovered …
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … src/router.rs:33
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … src/router.rs:32
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … src/router.rs:31
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … src/router.rs:30
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … src/router.rs:29
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … src/router.rs:28
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … src/router.rs:27
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … src/router.rs:26
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … src/router.rs:25
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … src/router.rs:24
LOW DEPCUR-GHA GitHub Action `mlugg/setup-zig@v2` is minor version(s) behind (latest v2.2.1) .github/workflows/build-release.yml:79
LOW AIC003 Duplicated implementation block across source files src/services/subscription.rs:53
LOW AUC005 [AUC005] No authorization-focused tests detected: No test files with common authorization…
LOW CORE_NO_LICENSE No LICENSE file
INFO MINED053 [MINED053] Placeholder Default Username: [email protected] / [email protected] / admin/admin… src/validation.rs:278
INFO MINED053 [MINED053] Placeholder Default Username: [email protected] / [email protected] / admin/admin… src/router.rs:225
INFO MINED053 [MINED053] Placeholder Default Username: [email protected] / [email protected] / admin/admin… src/models/node.rs:102
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. src/main.rs:262
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… frontend/src/hooks/useApi.js:91
INFO DEPCUR-NPM npm package `vite-plugin-singlefile` is patch version(s) behind (2.3.0 -> 2.3.3) frontend/package.json
Reset to top 5 55 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `YUxiangLuo/miao`

**Score: 68/100 (C-)**  ·  55 findings  ·  scanned 2026-06-05 14:13 UTC  ·  8,654 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 23 |
| MEDIUM | 22 |
| LOW | 4 |

📊 [Full filterable report](https://repobility.com/scan/ea6a3555-7212-422d-929f-bd9c50e55512/)  ·  ![scorecard](https://repobility.com/scan/ea6a3555-7212-422d-929f-bd9c50e55512/report.png?v=1780668796-s2)

### Top findings

1. **HIGH** `MINED003` — Rust Unwrap In Prod
   `src/handlers/subs.rs:131` · CWE-755 · ✓ Repobility
2. **HIGH** `MINED003` — Rust Unwrap In Prod
   `src/handlers/service.rs:135` · CWE-755 · ✓ Repobility
3. **HIGH** `MINED003` — Rust Unwrap In Prod
   `src/error.rs:125` · CWE-755 · ✓ Repobility
4. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `frontend/src/utils.js:96` · A10:2021 SSRF
5. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `frontend/src/components/SubsCard.jsx:64` · A10:2021 SSRF

---

**Security note**: this issue is public. If any flagged finding is a real, exploitable vulnerability, please redirect to your `SECURITY.md` policy or open a [private security advisory](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability) instead. We're happy to close this and re-submit privately.

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/ea6a3555-7212-422d-929f-bd9c50e55512/_
Megaproject â high spam risk
Could not determine 'YUxiangLuo/miao' star count (GitHub API rate-limited or unreachable). When in doubt about repo size, prefer opening a focused PR or a discussion rather than an issue.

The button opens GitHubâs new-issue page in a new tab. You will see the title + body pre-filled â review, edit if you want, then click GitHubâs "Submit new issue" button. Repobility never posts anything on your behalf.

For real security findings on big repos: use the project's SECURITY.md or private advisory flow instead of a public issue.