⛨GuardrailCybersecurityFree
Agentic Security — LLM Vulnerability Scanner
Red-teaming kit for agentic LLM workflows: 2000+ adversarial probes, RL-crafted injections, CI-ready.
安装量31k
评分★ 4.6
评价10
Agentic Security — LLM Vulnerability Scanner
Agentic Security is an open-source AI red-teaming toolkit that stress-tests LLM APIs and agent workflows against 2000+ adversarial prompts spanning jailbreaks, prompt injections, data exfiltration, OWASP LLM Top-10, and RL-crafted adaptive attacks.
Key features
- 2,000+ built-in attack payloads (jailbreaks, injections, OWASP LLM01-10)
- RL-based attack generator that adapts probes based on model responses
- REST API fuzzing mode — target any OpenAI-compatible endpoint
- CI integration with GitHub Actions and pass/fail threshold config
- Dashboard with per-category vulnerability heatmap
Quick start
pip install agentic_security
# Run against any OpenAI-compatible API
agentic_security --target http://localhost:8080/v1/chat/completions --threshold 0.8
npx ai-supply add agentic-security-llm-scanner
Curated mirror of the open-source Agentic Security (Apache-2.0). Get it from the source.