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.

jazzenchen/VibeAround

https://github.com/jazzenchen/VibeAround · scanned 2026-05-15 05:00 UTC (4 weeks, 1 day ago) · 10 languages

79 raw signals (21 security + 58 graph) 11th percentile · Rust · medium (20-100K LoC) System graph score 67 (lower by 9)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 weeks, 1 day ago · v1 · 5 actionable findings from 1 signal source. 13 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-17-v4 calibration-aware
Component Sub-score Weight Contribution
structure_score 65.0 0.15 9.75
security_score 94.0 0.25 23.50
testing_score 0.0 0.20 0.00
documentation_score 60.0 0.15 9.00
practices_score 65.0 0.15 9.75
code_quality 60.0 0.10 6.00
Overall 1.00 58.0
Calibrated penalty buckets (security_score): agent: 1.1 · journey: 4.9
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 Strongest dependencies (90), security (84); weakest testing (0), structure (48).

Showing 4 of 5 actionable findings. 18 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.

medium Security checks quality Error handling conf 0.45 [ERR002] Empty Catch Block: Empty catch blocks hide errors.
Log the error or rethrow it. Use console.error() at minimum.
src/desktop-ui/src/Onboarding/hooks/useChannelAuth.ts:145
high Security checks security auth conf 0.82 4 occurrences Browser storage is used for session token material
localStorage and sessionStorage are readable by injected JavaScript. For sensitive sessions, this turns XSS into account compromise.
3 files, 4 locations
src/web/src/main.tsx:46, 61 (2 hits)
src/web/src/PairingGate.tsx:93
src/web/src/lib/auth.ts:31
low Security checks quality Quality conf 0.60 11 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.
11 files, 11 locations
src/core/src/profiles/render.rs:218
src/desktop-ui/src/Launch/WorkspacePicker.tsx:75
src/desktop/src/onboarding/plugin_install.rs:20
src/desktop/src/profiles/launcher/codex.rs:90
src/server/src/openai_proxy/providers/zai.rs:29
src/server/src/web_server/ws_domains.rs:29
src/shared/ui/src/dropdown-menu.tsx:222
src/web/src/components/LanguageMenu.tsx:24
duplicationquality
high Security checks software dependencies conf 0.70 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.
src/resources/agents.json:93
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/91d00d9c-f481-4cf3-8f3c-c410b81d3b9a/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/91d00d9c-f481-4cf3-8f3c-c410b81d3b9a/

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.