Skip to main content

What are Agent Packs?

Hacktron Agent Packs are collections of powerful agents designed to identify specific types of vulnerabilities. They rely on Hacktron’s proprietary knowledge base, with contributions from our world-class security researchers. In addition, Hacktron learns from collaborating with you and automatically creates personal agents customised to your codebase. Agent Packs

Using Agent Packs

When you give Hacktron a task in an interactive session, it will automatically find and use the most appropriate agents to perform the task. However, you can also specify agent packs explicitly. For example, the react agent pack will run a collection of agents to find vulnerabilities in React applications. This is useful if you know what technologies you are using, or want to focus on a specific type of vulnerability. To see the list of available agent packs, run:
hacktron agent list --public
To run a specific agent pack, specify its name after the --agent flag:
hacktron --agent react

Personal Agents

Hacktron learns from collaborating with you and automatically creates personal agents customised to your codebase. These agents are dynamically created when you use Hacktron. You can see a list of your personal agents by running:
hacktron agent list --my-agents
To run a specific personal agent, specify its name after the --my-agent flag:
hacktron --my-agent my-agent-name