Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
Replace `/path/to/file` with the actual file path: ```bash rm -f /tmp/perkoon-send.log /tmp/perkoon-send.pid npx -y perkoon@0.5.7 send /path/to/file --json --timeout 1800 > /tmp/perkoon-send.log 2>&1 & echo $! > /tmp/perkoon-send.pid
- Confidence
- 85% 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).
