Releases: threatvec/SentinelAI
Releases · threatvec/SentinelAI
🛡️ SentinelAI v1.0.0 — Initial Release
🛡️ SentinelAI v1.0.0 — Initial Release
AI Security & Monitoring Platform.
Features
- 🔍 Secret Scanner — 50+ patterns for API keys, tokens, passwords, certificates
- 🛡️ Code Scanner — OWASP Top 10: SQL injection, XSS, command injection, path traversal
- 🔥 LLM Firewall — Prompt injection detection & PII protection
- 🤖 Agent Monitor — Runtime behavior tracking with LangChain & CrewAI plugins
- 📊 Web Dashboard — Local-first, dark theme, real-time monitoring
- 📄 Report Generator — JSON, HTML, SARIF output formats
- ⚡ CLI — 7 commands with Rich terminal output
- 🐳 Docker — Dockerfile + docker-compose ready
- ⚙️ GitHub Action — CI/CD integration
- 🔗 Pre-commit hooks — Automated security scanning
Quick Start
pip install sentinelai
sentinelai scan .
sentinelai dashboard --port 8000Docker
docker compose up scan
docker compose up dashboardCI/CD
- uses: threatvec/SentinelAI@v1
with:
rules: "secrets,code,owasp"
fail-on: "high"Download
Download the .whl or .tar.gz below:
sentinelai-1.0.0-py3-none-any.whl— Python wheel (pip install)sentinelai-1.0.0.tar.gz— Source distribution
Security — VirusTotal Scan
✅ 0/65 — Clean — No security vendors flagged this file as malicious.
SHA256: de1e152deacc6e8d2fa6ede7808953e54d88f507ce24b81c20ae607391dcf023
Stats
- 90 files | 10,657 lines | 37 tests (all passing)
- Python 3.11+ | FastAPI | Click | Rich
Made by talkdedsec & threatvec