Aws Waf Skill
Provides AWS guidance and assistance for deploying and managing cloud infrastructure.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add aws-waf-skill npx -- -y @trustedskills/aws-waf-skill
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"aws-waf-skill": {
"command": "npx",
"args": [
"-y",
"@trustedskills/aws-waf-skill"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The aws-waf-skill allows AI agents to interact with and manage AWS Web Application Firewall (WAF) rules. It can retrieve WAF rule details, create new rules based on specified criteria, and modify existing rules to enhance application security. This skill simplifies the process of configuring and maintaining WAF protection for web applications.
When to use it
- Automated Security Updates: Automatically update WAF rules based on emerging threat intelligence feeds or changing application requirements.
- Rule Creation from Logs: Generate new WAF rules directly from observed attack patterns in your AWS logs.
- Compliance Auditing: Retrieve and report on the configuration of WAF rules to demonstrate compliance with security policies.
- Rapid Response to Attacks: Quickly deploy temporary or targeted WAF rules to mitigate ongoing attacks.
Key capabilities
- Retrieve WAF rule details
- Create new WAF rules
- Modify existing WAF rules
Example prompts
- "Show me the details of my AWS WAF rule named 'BlockSQLi'."
- "Create a new WAF rule to block requests from IP address 203.0.113.5."
- "Update the 'RateBasedRule' WAF rule to allow 10 more requests per minute."
Tips & gotchas
- Requires appropriate AWS IAM permissions to manage WAF resources.
- Be mindful of potential impact when modifying or creating WAF rules, as incorrect configurations can disrupt legitimate traffic.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.