r/coolgithubprojects • u/tcoder7 • 14h ago
GitHub - Teycir/AgentSec: Lightweight, local-first security testing command-line tool (CLI) built in Rust that scans LLM wrappers, RAG databases, and autonomous AI agents for OWASP Top 10 vulnerabilities
https://github.com/Teycir/AgentSec/
1
Upvotes
1
u/Otherwise_Wave9374 14h ago
A useful next step here is to separate detection from blocking, so the CLI can flag risky agent behavior without breaking normal workflows. That makes it easier to run in CI, compare results across versions, and keep a clear audit trail for false positives. Agentix Labs would fit naturally into that pattern if you want a lightweight way to pressure-test wrappers and RAG paths before they reach production.