Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
1. **Publish** — Creates a new skill via POST /api/v1/skills with multipart form data 2. **Inspect** — Retrieves skill metadata via GET /api/v1/skills/{slug} 3. **Update** — Publishes a new version of an existing skill 4. **Delete** — Removes the skill via DELETE /api/v1/skills/{slug} ## Notes- Confidence
- 86% confidence
- Finding
- The documented use of DELETE /api/v1/skills/{slug} is a destructive operation where the target is parameterized by slug, creating risk if that parameter is influenced incorrectly or insufficiently validated. In the context of a skill that exercises the real API lifecycle, this could delete unintended skills or enable destructive actions beyond the expected test resource.
