ammarion/waf-detector
Agent Claude Code
Use this agent when you need expert code review after making changes to the codebase, particularly after rust-analyzer has confirmed technical standards are met. This agent focuses on higher-level concerns like architecture, design patterns, security implications, and code maintainability rather than syntax or…
ammarion/waf-detector
Agent Claude Code
Use this agent when you need to create, update, or maintain technical documentation including README files, API documentation, architecture guides, or code comments. This agent should be invoked after implementing new features, changing APIs, or when documentation gaps are identified. Examples:\n\n \nContext: The user…
ammarion/waf-detector
Agent Claude Code
Use this agent when you need to perform comprehensive end-to-end testing of a system with multiple components (CLI, web interface, APIs). This includes testing functionality, integration points, error handling, and accuracy validation. The agent should be invoked after significant code changes, before releases, or…
ammarion/waf-detector
Agent Claude Code
Use this agent when you need to create, update, or validate security payloads for WAF (Web Application Firewall) testing. This includes developing new attack patterns, researching WAF bypass techniques, or enhancing existing payload collections for smoke testing purposes. Context: The user needs to add new WAF testing…
ammarion/waf-detector
Agent Claude Code
Use this agent when you need to analyze and optimize Rust code performance, particularly for network-intensive applications. This includes profiling execution speed, reducing memory usage, optimizing async operations, and improving concurrent processing capabilities. The agent should be invoked after implementing new…
ammarion/waf-detector
Agent Claude Code
Use this agent when debugging Rust code, especially async networking issues, WAF detection failures, test failures, runtime panics, or compilation errors. The agent should be invoked proactively when tests fail, detection results are incorrect, or runtime errors occur. Examples:\n\n \nContext: The user is working on a…
ammarion/waf-detector
Agent Claude Code
Use this agent when you need to perform security audits on code, identify vulnerabilities, or ensure secure coding practices. This includes reviewing code for input validation issues, network security concerns, dependency vulnerabilities, and general security best practices. The agent should be invoked after writing…
ammarion/waf-detector
Agent Claude Code
Use this agent when you need to add support for a new WAF (Web Application Firewall) or CDN (Content Delivery Network) provider to the detection system. This includes researching provider-specific HTTP signatures, implementing detection logic, and ensuring comprehensive test coverage. Examples:\n\n \nContext: The user…