Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
### Delete Customer ```bash DELETE /stripe/v1/customers/{customer_id} ``` Example:- Confidence
- 87% confidence
- Finding
- DELETE /stripe/v1/customers/{customer_id}
Security checks across malware telemetry and agentic risk
This Stripe skill is high-impact because it can change billing data, but its capabilities are clearly disclosed, purpose-aligned, and guarded by explicit approval instructions.
Install only if you want an agent to administer Stripe. Use a least-privileged Stripe connection, prefer test mode for evaluation, always specify and verify the Maton connection ID, and require human confirmation before any payment, refund, deletion, cancellation, invoice, price, subscription, or payment-method change.
### Delete Customer
```bash
DELETE /stripe/v1/customers/{customer_id}
```
Example:### Delete Product
```bash
DELETE /stripe/v1/products/{product_id}
```
Example:### Cancel Subscription
```bash
DELETE /stripe/v1/subscriptions/{subscription_id}
```
Example:### Delete Coupon
```bash
DELETE /stripe/v1/coupons/{coupon_id}
```
Example:65/65 vendors flagged this skill as clean.