Currently supported versions of the PDCA AI Coding Skill:
| Version | Supported |
|---|---|
| 1.1.x | ✅ |
| 1.0.x | ✅ |
| < 1.0 | ❌ |
The Python scripts in this repository:
- Do not connect to external services (except git repositories you specify)
- Do not transmit data outside your local environment
- Only read/write files in directories you specify
- Are designed to be reviewed before use
The .skill file:
- Contains only prompts and instructions
- Does not execute code automatically
- Requires Claude.ai upload (follows their security model)
- Is a ZIP archive you can inspect
- Review Generated Code: Always review AI-generated code before committing
- Sensitive Data: Don't include API keys, credentials, or sensitive data in prompts
- Access Control: Keep your coding sessions and logs private
- Dependencies: Review all dependencies in generated code
- Test Thoroughly: Run all tests and manual verification before deploying
If you discover a security vulnerability in:
- The skill prompts
- The Python scripts
- The documentation or examples
Please report it by:
-
Do NOT open a public issue
-
Email repository maintainer with:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
-
You will receive a response within 48 hours
-
We will work on a fix and coordinate disclosure
Security updates will be:
- Released as patch versions (e.g., 1.1.1)
- Documented in CHANGELOG.md
- Announced in release notes
- Tagged as "security" in GitHub releases
- We follow responsible disclosure
- Security fixes will be released ASAP
- We will credit reporters (unless they prefer anonymity)
- CVEs will be filed for significant vulnerabilities
-
Vulnerabilities in scripts that could:
- Execute unintended code
- Access unauthorized files
- Leak sensitive information
- Cause denial of service
-
Prompts that could:
- Be exploited for prompt injection
- Generate malicious code patterns
- Bypass safety guardrails
- Issues with Claude.ai platform itself (report to Anthropic)
- General questions or feature requests (use GitHub Issues)
- Vulnerabilities in dependencies (report to dependency maintainers)
- Social engineering or phishing attempts
Thank you for helping keep PDCA AI Coding Skill secure!