Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
### Delete ```bash gopass rm path/to/secret gopass rm -r path/to/folder # recursive ```
- Confidence
- 93% confidence
- Finding
- `gopass rm path/to/secret` is a destructive parameterized command acting on sensitive assets, and the skill presents it without guardrails such as target validation or confirmation. Because the skill is designed for credential management, misuse of this command can directly remove needed secrets and disrupt authentication workflows.
