This project is a lightweight agentic skill and CLI. Security fixes are handled on the main branch.
Please do not open a public issue for vulnerabilities involving secrets, credential leakage, unsafe file handling, or API misuse.
Report privately through GitHub's security advisory flow if available, or contact the repository owner through their public GitHub profile.
When reporting, include:
- A short summary of the issue.
- Reproduction steps or a minimal proof of concept.
- Impact and affected files.
- Any suggested fix, if known.
- Never commit
OPENAI_API_KEY,.env, or other credentials. - The CLI reads
OPENAI_API_KEYfrom process env, then.env, then~/.envwithout overriding an already-set env var. - Generated examples and issue reports should not include private prompts, private images, or API response bodies containing secrets.