| Version | Supported |
|---|---|
| 1.8.x | ✅ |
| < 1.8 | ❌ |
Found vuln in skill? Report responsibly:
- Do NOT open a public issue for security vulnerabilities
- Email security concerns to the repository owner
- Include:
- Vuln description
- Repro steps
- Impact
- Suggested fix (if any)
- Acknowledgment: Within 48 hours
- Initial Assessment: Within 7 days
- Resolution: Depends on severity
- All reports taken seriously
- Prompt investigation + response
- Reporter credit in changelog (unless anonymous preferred)
Using skill:
- Never commit secrets - Env vars for API keys
- Review generated code - Review before run
- Keep dependencies updated - Update Appwrite SDK often
- Use proper permissions - Least privilege in Appwrite
Policy covers skill docs + included code examples. Not covered:
- Third-party deps
- Appwrite platform itself
- Your implementation of patterns