Metadata-Version: 2.4
Name: ybe-check
Version: 0.2.1
Summary: Production-readiness gatekeeper for vibe-coded apps. Scans repos for secrets, prompt injection, PII, dependencies, auth, IaC, SBOM, and more.
Project-URL: Homepage, https://github.com/AddyCuber/A2K2-PS1
Project-URL: Repository, https://github.com/AddyCuber/A2K2-PS1
Project-URL: Documentation, https://github.com/AddyCuber/A2K2-PS1#readme
Author: Ybe Check
License-Expression: Apache-2.0
Keywords: production-readiness,scan,security,vibe-coded
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Requires-Dist: fastapi>=0.110.0
Requires-Dist: google-generativeai>=0.5.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: mcp>=1.0.0
Requires-Dist: typer>=0.9.0
Requires-Dist: uvicorn>=0.29.0
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Description-Content-Type: text/markdown

<!-- mcp-name: io.github.AddyCuber/ybe-check -->

# Ybe Check

Production-readiness gatekeeper for vibe-coded apps. Scans repos for secrets, prompt injection, PII, dependencies, auth, IaC, SBOM, and more.

## CLI

```bash
pip install .
ybe-check scan .
ybe-check report --format table --severity high
```

## MCP Server

```bash
python -m ybe_check.mcp_server
```

See [A2K2/README.md](A2K2/README.md) for full documentation.
