Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
- `POST /crawl`: create async crawl job and return job ID. - `GET /crawl/status/{jobId}`: return crawl output and status. - `DELETE /crawl/status/{jobId}`: cancel a running crawl; completed pages remain available. - `GET /crawl/{url}`: browser-style shortcut that starts crawl and returns tracking page. ### Common Crawl Options- Confidence
- 80% 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).
