π‘οΈ 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
π View Full VirusTotal Report
Stats
- 90 files | 10,657 lines | 37 tests (all passing)
- Python 3.11+ | FastAPI | Click | Rich
Made by talkdedsec & threatvec