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

Scan timing: clone 9.6s · analysis 6.23s · 18.5 MB · GitHub API rate-limit (preflight)

starship/starship

https://github.com/starship/starship · scanned 2026-06-05 09:53 UTC (5 days, 16 hours ago) · 10 languages

77 raw signals (57 security + 20 graph) 42nd percentile · Rust · medium (20-100K LoC) System graph score 99 (lower by 33)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 16 hours ago · v2 · 22 actionable findings from 2 signal sources. 45 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 85.0 0.15 12.75
security_score 87.9 0.25 21.98
testing_score 15.0 0.20 3.00
documentation_score 89.6 0.15 13.44
practices_score 75.0 0.15 11.25
code_quality 36.7 0.10 3.67
Overall 1.00 66.1
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade B- (66/100). Dimensions: security 88, maintainability 85. 57 findings (16 security). 50,861 lines analyzed.

Showing 16 of 22 actionable findings. 67 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 Security checks security secrets conf 0.95 Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
Gitleaks detected a committed secret or credential pattern.
docs/.vitepress/config.mts:413
low Security checks cicd CI/CD security conf 0.35 ✓ Repobility 2 occurrences Workflow references repository secrets in a pull_request workflow
Fork pull_request runs do not receive normal repository secrets on GitHub Actions. Review this as a reliability/intent signal, not as direct fork-secret exfiltration. Raise severity only for pull_request_target or another trusted-context path that runs untrusted PR code with secrets.
lines 241, 253
.github/workflows/workflow.yml:241, 253 (2 hits)
CI/CD securityworkflow secretsGitHub Actions
high System graph security security conf 1.00 Insecure pattern 'eval_used' in install/install.sh:356
Found a known-risky pattern (eval_used). Review and replace if possible.
install/install.sh:356 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in src/init/mod.rs:180
Found a known-risky pattern (eval_used). Review and replace if possible.
src/init/mod.rs:180 Eval used
medium Security checks quality Quality conf 1.00 [SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; using it for tokens/keys/nonces is predictable. Ported from gosec G404 / eslint detect-pseudoRandomBytes concept (Apache-2.0).
Use `crypto.randomBytes(32).toString('hex')` (Node) or `crypto.getRandomValues()` (browser).
src/init/starship.lua:65
medium Security checks software dependencies conf 0.88 esbuild: GHSA-67mh-4wv8-2f99
esbuild enables any website to send any requests to the development server and read the response
docs/package-lock.json
high Security checks software dependencies conf 0.70 12 occurrences Remote install command pipes network code directly to a shell
Agent helper projects often publish one-line installers. `curl | sh` style commands are convenient, but they bypass review unless the script is pinned, signed, or checksum-verified.
12 files, 12 locations
.github/workflows/install-script.yml:30
README.md:230
docs/README.md:57
docs/ar-SA/README.md:61
docs/ar-SA/faq/README.md:56
docs/ar-SA/guide/README.md:219
docs/bn-BD/README.md:61
docs/bn-BD/faq/README.md:56
medium Security checks software dependencies conf 0.88 vite: GHSA-4w7w-66w2-5vf9
Vite Vulnerable to Path Traversal in Optimized Deps `.map` Handling
docs/package-lock.json
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/release.yml CI/CD securitySupply chainGithub actions
medium System graph security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). Either auth lives in custom code, in a separate service, or is missing.
auth
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
1 test file(s) for 244 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths.
Coverage
low Security checks quality Quality conf 0.60 30 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
12 files, 12 locations
src/modules/claude_cost.rs:18
src/modules/cmake.rs:15
src/modules/cobol.rs:15
src/modules/crystal.rs:15
src/modules/daml.rs:17
src/modules/dart.rs:16
src/modules/deno.rs:15
src/modules/docker_context.rs:40
duplicationquality
low Security checks quality Quality conf 0.74 robots.txt does not advertise a sitemap
Sitemap directives in robots.txt help crawlers and AI agents find the canonical public URL inventory quickly.
docs/public/robots.txt
low System graph quality Complexity conf 1.00 Very large file: src/modules/directory.rs (1909 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/modules/git_status.rs (2299 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/modules/package.rs (1710 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/514fa833-692c-4c83-9ff4-eccaab0e6e4a/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/514fa833-692c-4c83-9ff4-eccaab0e6e4a/

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.