Thanks for your interest in contributing to vuln-poc-generate-skill.
- Report bugs and reproduction issues
- Improve PoC generation or verification scripts
- Add language-specific PoC templates and examples
- Improve docs (English and Chinese)
- Improve safety checks and validation behavior
- Use only authorized, local/disposable test environments
- Do not add instructions that target production or unauthorized systems
- Keep examples minimal and non-destructive
git clone https://github.com/Michel-sss/vuln-poc-generate-skill.git
cd vuln-poc-generate-skillRecommended checks:
python3 -m py_compile skill/scripts/*.py- Create a branch with a clear name, e.g.
feat/auto-cwe-improveorfix/verify-timeout - Keep PRs focused and small when possible
- Update documentation for behavior changes
- Include command examples for new features
- Add safety notes for any security-sensitive behavior
Use short, clear messages, for example:
feat: add go template selectorfix: handle missing sha in metadocs: update quick start examples
When opening an issue, include:
- Input commit URL (or redacted equivalent)
- Commands you ran
- Actual output/error
- Expected behavior
- OS and runtime versions
Be respectful, constructive, and collaborative.