How Skills Work
When you create an agent, Strix can load up to 5 specialized skills relevant to the specific subtask and context:Skill Categories
Strix organizes skills into several categories to help you find the right expertise for your testing needs:Vulnerabilities
Advanced testing techniques for core vulnerability classes like authentication bypasses, business logic flaws, and race conditions
Frameworks
Specific testing methods for popular frameworks like Django, Express, FastAPI, and Next.js
Technologies
Specialized techniques for third-party services such as Supabase, Firebase, Auth0, and payment gateways
Protocols
Protocol-specific testing patterns for GraphQL, WebSocket, OAuth, and other communication standards
Cloud
Cloud provider security testing for AWS, Azure, GCP, and Kubernetes environments
Reconnaissance
Advanced information gathering and enumeration techniques for comprehensive attack surface mapping
What Makes a Good Skill?
A well-designed skill typically includes:- Advanced techniques - Non-obvious methods specific to the task and domain
- Practical examples - Working payloads, commands, or test cases with variations
- Validation methods - How to confirm findings and avoid false positives
- Context-specific insights - Environment and version nuances, configuration-dependent behavior, and edge cases
- YAML frontmatter -
nameanddescriptionfields for skill metadata
Available Skills
Strix currently includes skills across multiple categories: Vulnerabilities: authentication_jwt, broken_function_level_authorization, business_logic, csrf, idor, information_disclosure, insecure_file_uploads, mass_assignment, open_redirect, path_traversal_lfi_rfi, race_conditions, rce, sql_injection, ssrf, subdomain_takeover, xss, xxe Frameworks: fastapi, nextjs Technologies: firebase_firestore, supabase Protocols: graphql You can explore each category to learn more about the available skills and when to use them.Creating Your Own Skills
You can extend Strix’s capabilities by creating custom skills tailored to your specific testing scenarios. See the Creating Skills guide to learn how to build and contribute skills.Contributing
Community contributions are welcome. You can contribute new skills via pull requests or GitHub issues to help expand the collection and improve extensibility for Strix agents.The skills collection is actively expanding with specialized techniques and new categories.