mirror of
https://github.com/usestrix/strix.git
synced 2026-08-20 18:38:57 +02:00
Reduce OSS docs diff to STE fixes
This commit is contained in:
@@ -3,13 +3,13 @@ title: "Skills"
|
||||
description: "Specialized knowledge packages that enhance agent capabilities"
|
||||
---
|
||||
|
||||
Skills are structured knowledge packages that give Strix agents specialized knowledge about vulnerability types, technologies, and testing methods.
|
||||
Skills are structured knowledge packages that give Strix agents deep expertise in specific vulnerability types, technologies, and testing methods.
|
||||
|
||||
## The Idea
|
||||
|
||||
LLMs have broad but shallow security knowledge. They know _about_ SQL injection but lack the nuanced techniques that experienced pentesters use, such as parser quirks, bypass methods, validation tricks, and chain attacks.
|
||||
|
||||
Skills inject specialized knowledge into the agent's context. This knowledge helps the agent specialize in the current task.
|
||||
Skills inject this deep, specialized knowledge directly into the agent's context, transforming it from a generalist into a specialist for the task at hand.
|
||||
|
||||
## How They Work
|
||||
|
||||
@@ -141,4 +141,4 @@ Community contributions are welcome. Create a `.md` file in the appropriate cate
|
||||
1. **Real-world techniques:** Methods that work in practice
|
||||
2. **Practical payloads:** Working examples with variations
|
||||
3. **Validation steps:** How to confirm without false positives
|
||||
4. **Context awareness:** Version and environment-specific behavior
|
||||
4. **Context awareness:** Version/environment-specific behavior
|
||||
|
||||
Reference in New Issue
Block a user