plain-prompt
Redact diagnostic output before sharing
Identify credentials, tokens, private addresses, identities, and customer data while preserving structure.
- Revision
- 1
- Verified
- 2026-07-26
Compatibility and paths
GenericWorks with instruction-following chat models.
ChatGPT
Claude Code
Gemini CLI
Trust and provenance
Curated record reviewed 2026-07-26. Results still depend on the supplied context and target environment.
Fill variables
Values stay in this browser tab and are not stored.
Generated asset2 required field(s) must be completed
Objective: Produce a shareable excerpt plus a redaction inventory.
Context: Replace each stable sensitive value with a stable typed placeholder.
Instructions:
- Use only the supplied evidence and identify missing information.
- Lead with the finding, confidence, and one safe next action.
- Put read-only checks before mutations and include a stop condition.
- Never request or reproduce secrets, credentials, or private keys.
User request:
Sharing audience:
{{environment}}
Output:
{{evidence}}
Redact and list replacements.
Required output:
- Finding
- Evidence
- Confidence
- Safe next check
- Stop conditionReal example
Input
Authorization: Bearer eyJhb...; db=10.2.4.8 user=alice@example.net request=8f2
Expected result
Authorization: Bearer <TOKEN_1>; db=<PRIVATE_IP_1> user=<EMAIL_1> request=8f2 Redacted: bearer token, private IP, email. Preserved request ID for correlation.