aaw-security
Installation
SKILL.md
AAW Security Rules
This skill enforces security policies for all AAW operations.
Absolute Prohibitions
1. Secrets and Credentials
NEVER do these:
- Read
.env,.env.*, or any environment files - Read files in
secrets/directories - Read files named
credentials*,*.pem,*.key - Log, output, or display secret values
- Commit secrets to version control
- Store secrets in code comments