| Version | Supported |
|---|---|
| 1.x.x | ✅ |
| < 1.0 | ❌ |
If you discover a security vulnerability in OpenClaw Skills, please report it responsibly.
- Do NOT create a public GitHub issue for security vulnerabilities
- Email security concerns directly to: ian@allowayllc.com
- For core OpenClaw issues, report to: security@openclaw.ai
- Include the following in your report:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
- Response Time: You will receive an acknowledgment within 48 hours
- Updates: We will provide status updates every 5 business days
- Resolution: Critical vulnerabilities will be addressed within 7 days
- Credit: Security researchers will be credited in release notes (unless anonymity is requested)
AI skills can execute code and access external services. Security considerations include:
- Input Validation: Skills should validate all user inputs
- API Key Protection: Never hardcode API keys in skill code
- Data Exfiltration: Skills should not send user data to unauthorized endpoints
- Prompt Injection: Guard against prompt injection attacks
- Rate Limiting: Implement rate limits to prevent abuse
- Validate and sanitize all user inputs
- Use environment variables for sensitive configuration
- Implement proper error handling (don't leak sensitive info)
- Log security-relevant events
- Follow principle of least privilege for API access
- Review third-party dependencies for vulnerabilities
- Test for common injection attacks
-
External API Calls: Skills that call external APIs should use HTTPS and validate responses.
-
File System Access: Skills with file system access should be sandboxed appropriately.
-
User Data: Any user data processed by skills should be handled according to privacy best practices.
-
Dependency Security: Run
npm auditregularly and keep dependencies updated.
We follow responsible disclosure practices:
- Reporter notifies us of vulnerability
- We acknowledge and begin investigation
- We develop and test a fix
- We release the fix and notify users
- After 90 days (or upon fix release), details may be published
- Security Email: ian@allowayllc.com
- OpenClaw Security: security@openclaw.ai
- General Contact: @ianallowayxyz