Metadata-Version: 2.4
Name: safemode-ai
Version: 0.0.1
Summary: Safe Mode — Your AI can't delete your files, leak your secrets, or blow your budget. Python SDK for AI agent safety.
Author-email: TrustScope <hello@trustscope.ai>
License: MIT
Project-URL: Homepage, https://safemode.run
Project-URL: Documentation, https://docs.safemode.run
Project-URL: Repository, https://github.com/trustscope/safemode-ai-python
Project-URL: Issues, https://github.com/trustscope/safemode-ai-python/issues
Keywords: ai,safety,agents,llm,mcp,governance,safe-mode,safemode,protection,guardrails
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Safe Mode for AI Agents

**Your AI can't delete your files, leak your secrets, or blow your budget.**

Safe Mode is a local safety layer for AI agents. It intercepts tool calls, detects dangerous actions, and blocks catastrophic mistakes — before they happen.

## Installation

```bash
pip install safemode-ai
```

## Coming Soon

The Safe Mode Python SDK is under active development. It will provide:

- **Action gating** — Allow, approve, or block AI actions by category
- **Detection engines** — Secret scanning, PII detection, prompt injection, path traversal, loop killing, budget caps
- **Preset configurations** — Safe-ish (YOLO with seatbelt), Coding (standard guardrails), Personal (AI assistant mode), Strict (read-only)
- **Framework integration** — Works with LangChain, CrewAI, AutoGen, and custom Python AI agents
- **Local-first** — Runs on your machine. No account required. No data leaves your device.

## Also Available

- **npm package (MCP proxy):** `npm install -g safemode`
- **TrustScope (cloud governance):** [trustscope.ai](https://trustscope.ai)

## Links

- **Website:** [safemode.run](https://safemode.run)
- **GitHub:** [github.com/trustscope/safemode-ai](https://github.com/trustscope/safemode-ai)

## License

MIT
