Feature hasn't been suggested before.
Category
Security Agent
Description
Summary
Add a new security agent that tests chatbots and LLM-based
applications for common vulnerabilities, built around the
OWASP LLM Top 10 framework.
Motivation
LLM-based applications are increasingly common but lack
dedicated security testing tools within this project. An
agent that systematically checks against OWASP LLM Top 10
risks (prompt injection, insecure output handling, training
data poisoning, etc.) would fill this gap.
Proposed solution
- New agent module dedicated to LLM security testing
- SKILL.md file defining the testing methodology
- Step-by-step execution following OWASP LLM Top 10 categories
- Ability to target chatbots and LLM endpoints
Verification
Tested locally against a Llama 3.1 8B model. The agent
successfully loaded the SKILL.md, executed security tests
step-by-step, and identified vulnerabilities.
Related PR
Implementation ready in #33
Feature hasn't been suggested before.
Category
Security Agent
Description
Summary
Add a new security agent that tests chatbots and LLM-based
applications for common vulnerabilities, built around the
OWASP LLM Top 10 framework.
Motivation
LLM-based applications are increasingly common but lack
dedicated security testing tools within this project. An
agent that systematically checks against OWASP LLM Top 10
risks (prompt injection, insecure output handling, training
data poisoning, etc.) would fill this gap.
Proposed solution
Verification
Tested locally against a Llama 3.1 8B model. The agent
successfully loaded the SKILL.md, executed security tests
step-by-step, and identified vulnerabilities.
Related PR
Implementation ready in #33