Metadata-Version: 2.4
Name: aurakeeper
Version: 0.0.1
Summary: AuraKeeper: The ambient security layer for AI-generated code
Author: AuraKeeper
License: MIT
Project-URL: Homepage, https://github.com/AuraKeeper/aurakeeper
Project-URL: Repository, https://github.com/AuraKeeper/aurakeeper
Keywords: security,ai,vibe-coding,flow-coding,supply-chain,mcp,sast,sca,secrets,slopsquatting
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Security
Classifier: License :: OSI Approved :: MIT 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
Description-Content-Type: text/markdown

# AuraKeeper

> Your code has an aura. We keep it safe.

AuraKeeper is the ambient security layer for AI-generated code. It detects the unique threats that AI coding tools (Cursor, Claude Code, Copilot, Windsurf) introduce: hallucinated packages (slopsquatting), MCP server poisoning, prompt injection in source code, context window leakage, exposed secrets, and backdoors the AI left behind.

## Status

**Coming soon.** This package reserves the name on PyPI.

The full tool includes:
- 20+ security scanners (SCA, SAST, secrets, PII, git history, archives)
- 8 vibecoder-specific scanners (slopsquatting, MCP audit, prompt injection, URL reputation, context leakage, permissions, backdoors)
- MCP server with 16 AI-native tools (for Claude Code, Cursor, Windsurf)
- Pre-commit hook with auto-fix
- Multi-agent evaluation system with confidence scoring
- Consolidated cross-scanner reports with deduplication

## Install (when ready)

```bash
pip install aurakeeper
aurakeeper init
```

## Links

- GitHub: [github.com/AuraKeeper/aurakeeper](https://github.com/AuraKeeper/aurakeeper)
