| Version | Supported |
|---|---|
| 0.1.x | ✅ |
If you discover a security vulnerability in pytest-llm-report, please report it by:
- GitHub Security Advisories: Use GitHub's private vulnerability reporting
- Private disclosure: Open a draft security advisory for confidential discussion
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
- Acknowledgment: Within 48 hours
- Initial assessment: Within 1 week
- Fix timeline: Depends on severity
This plugin handles test code and may send it to LLM providers:
- Default behavior: Provider is
"none"- no data leaves your machine - When LLM is enabled: Test code is sent to the configured provider
- Secrets: We exclude common secret file patterns from context
- Redaction: Command-line arguments matching sensitive patterns are redacted
- Never enable LLM features in production CI without review
- Review
llm_context_exclude_globsfor your environment - Use local LLM (Ollama) for sensitive codebases
- Rotate any API keys that may have been exposed