| Version | Supported |
|---|---|
| 1.x | Yes |
If you discover a security issue, please report it responsibly:
- Do not open a public GitHub issue
- Use GitHub Security Advisories to report privately
- Include a description of the issue and steps to reproduce
- Acknowledgment: Within 48 hours
- Assessment: Within 1 week
- Fix: Based on severity
This skill instructs AI assistants to read and write files in the user's workspace (state/, memory/, MEMORY.md, AGENTS.md). Users should understand that:
- The AI assistant will create and modify files in your working directory
- State files may contain session context and decisions
- Memory files may contain summaries of your work
- No data is sent to external services — all files are local
- Review
state/current.mdperiodically to ensure it contains only intended information - Add sensitive file patterns to your
.gitignoreto prevent accidental commits - Use workspace-level permissions to control which directories the AI can access