Stripe Audit
Helps with Stripe, auditing as part of agent workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add stripe-audit npx -- -y @trustedskills/stripe-audit
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"stripe-audit": {
"command": "npx",
"args": [
"-y",
"@trustedskills/stripe-audit"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The stripe-audit skill allows AI agents to access and interpret Stripe audit logs. It can extract specific events, filter by date ranges or user actions, and summarize findings related to transactions, refunds, or disputes. This facilitates automated compliance checks and fraud detection within a Stripe account.
When to use it
- Compliance Audits: Automatically review Stripe transaction history for adherence to regulatory requirements.
- Fraud Detection: Identify suspicious patterns in refund requests or chargebacks.
- Transaction Reconciliation: Verify the accuracy of financial records by comparing them against Stripe audit data.
- Security Incident Response: Investigate potential security breaches by analyzing user actions within the Stripe platform.
Key capabilities
- Accesses Stripe Audit Logs
- Filters events by date range
- Filters events by user action
- Summarizes findings from logs
Example prompts
- "Show me all refunds issued in the last week."
- "List any transactions with a dispute status from January 1st to February 15th."
- "Summarize all actions performed by user 'john.doe' on my Stripe account."
Tips & gotchas
Requires appropriate API keys and permissions within your Stripe account for the AI agent to function correctly. The granularity of data available depends on your Stripe plan and audit log retention settings.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.