This repository contains installation guides and scripts for AI CLI tools. Please follow these security guidelines:
- Installation scripts and guides
- Configuration templates with placeholder values
- Documentation and usage examples
- Open source tool references
- Real API keys or credentials
- Personal information (emails, names, addresses)
- Private configuration files
- Environment files with actual secrets
- Log files containing sensitive data
Before committing any changes, ensure:
- No real API keys (only placeholders like
your-api-key-here) - No personal information or credentials
- No
.envfiles with actual values - No log files with sensitive data
- No private configuration files
- All sensitive data is in
.gitignore
export ANTHROPIC_API_KEY="your-api-key-here"
export OPENAI_API_KEY="your-openai-api-key-here"export ANTHROPIC_API_KEY="sk-ant-abc123..."
export OPENAI_API_KEY="sk-abc123..."If you discover a security vulnerability, please:
- DO NOT create a public issue
- Email the maintainer privately
- Provide details about the vulnerability
- Wait for acknowledgment before public disclosure
This repository is regularly audited for:
- Hardcoded credentials
- Sensitive data exposure
- Security best practices
- Dependency vulnerabilities
Remember: When in doubt, don't commit it. It's better to be safe than sorry!