New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

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
26
-13.33%
Maintainers
1
Weekly downloads
 
Created

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

Related posts