Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
# .git/hooks isn't tracked by git — nobody sees changes to it, and a fresh clone doesn't have it. In .githooks/, # changes show up in git status. (Copied from the source project's gate of the same name.) # # Escape hatch: git commit --no-verify. For emergency commits, when you know you'll follow up. set -eu
- Confidence
- 75% confidence
- Finding
- Tool parameters are crafted to achieve unintended or unsafe behavior. Parameter abuse can bypass intended safety checks (e.g. shell=True, --force, dangerous glob patterns).
