🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

ybe-check

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ybe-check

Production-readiness security gatekeeper for vibe-coded apps — 16 scan modules, AI remediation, MCP server, VS Code extension, and bento dashboard.

pipPyPI
Version
1.0.0
Weekly downloads
18
-37.93%
Maintainers
1
Weekly downloads
 

Ybe Check 🛡️

Production-readiness security gatekeeper for vibe-coded apps.

16 scan modules · AI remediation · MCP server · VS Code + Copilot · Bento dashboard

Version License Python 3.10+

Quick Start

pip install .
ybe-check init          # Extension + MCP + Scan + Dashboard in one command

CLI

ybe-check scan .                              # Run all 16 modules
ybe-check report --severity high              # Show high-severity findings
ybe-check dashboard                           # Launch bento grid dashboard
ybe-check setup                               # Install extension + configure MCP

MCP Server (7 tools, 3 prompts)

python -m ybe_check.mcp_server                # stdio transport

Tools: ybe.scan_repo · ybe.list_findings · ybe.get_remediation · ybe.get_security_context · ybe.enhance_prompt · ybe.get_fix_prompt · ybe.get_review_prompt

Prompts: security-audit · fix-critical · review-file

VS Code Extension (13 commands)

Auto-installs MCP on activation. Open Command Palette → "Ybe Check" to scan, audit, fix, and chat with Copilot.

Dashboard

ybe-check dashboard     # http://127.0.0.1:7474

See A2K2/README.md for full documentation.

Keywords

audit

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts