If you discover a security vulnerability in this repository, please email security@prospectbutcher.co.
We take security seriously and will respond within 48 hours.
This repository contains documentation and scripts for AI agent skills. Please report issues related to:
- Accidentally committed secrets or credentials
- Insecure code patterns in scripts
- Documentation that encourages insecure practices
- Data exposure risks
- Third-party APIs documented in skills (report to those providers directly)
- Vulnerabilities in tools that skills integrate with (e.g., Slack, Google Ads)
- General questions about skill functionality
All skills in this repository follow these principles:
- No hardcoded credentials — All secrets use environment variables or secret managers
- Least privilege — Skills document only the permissions they actually need
- Safe scripting — Shell scripts use
set -uo pipefailand proper quoting - Clear warnings — Sensitive operations (wallet management, API writes) include prominent security notices
We appreciate responsible disclosure and will acknowledge security researchers who report valid vulnerabilities (unless they prefer to remain anonymous).