Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
### Delete Records ```bash DELETE /airtable/v0/{baseId}/{tableIdOrName}?records[]=recXXXXX&records[]=recYYYYY ``` ### List Bases- Confidence
- 80% confidence
- Finding
- The documented DELETE endpoint accepts user-controlled record IDs directly in query parameters, enabling an agent to perform irreversible deletions if prompted with untrusted or mistaken identifiers. In this API-gateway skill, managed auth increases the risk because the agent may have valid credentials and the documentation gives a ready-made destructive call pattern without any approval or validation controls.
