Skip to content

πŸ›‘οΈ SentinelAI v1.0.0 β€” Initial Release

Latest

Choose a tag to compare

@threatvec threatvec released this 06 Apr 05:56
· 1 commit to main since this 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 8000

Docker

docker compose up scan
docker compose up dashboard

CI/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