PromptDiff is built for local prompt review. It should not make network calls or upload prompt contents in the default CLI path.
The project is pre-1.0. Security fixes will target the current main branch until releases are formalized.
Please open a private GitHub security advisory or contact the maintainer through the repository owner profile. Do not paste real secrets into public issues.
- Redaction is enabled by default.
- Secret-like prompt content should be represented as
<redacted>in reports. --no-redactis for local debugging only.- Commands write files only when
--outis provided. - Exit code
2represents a policy/risk gate failure, not a runtime crash.
PromptDiff is not a secret scanner, policy engine, or LLM safety evaluator. It catches common risky prompt-review patterns and should be used alongside normal code review and secret scanning.