Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
# After use, clean up local and remote temp files rm -f /tmp/post-content.html ssh <ssh-user>@<wp-host> 'rm -f /tmp/post-content.html' ``` Temp files contain post HTML content only — not credentials. App passwords retrieved via `op` are captured into shell variables and never written to disk.
- Confidence
- 72% confidence
- Finding
- rm -f /tmp/
