Skip to content

[FEATURE]: Add LLM security agent based on OWASP LLM Top 10 #36

Description

@Nislive

Feature hasn't been suggested before.

  • I have verified this 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions