Skip to main content

finance-expert

Provides expert guidance on financial systems, FinTech applications, and payment processing for secure and compliant transactions.

Install this skill

or
92/100

Security score

The finance-expert skill was audited on Feb 9, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 70

Webhook reference - potential data exfiltration

SourceSKILL.md
70def handle_webhook(self, payload: str, signature: str):
low line 71

Webhook reference - potential data exfiltration

SourceSKILL.md
71"""Handle Stripe webhook events"""
low line 73

Webhook reference - potential data exfiltration

SourceSKILL.md
73event = stripe.Webhook.construct_event(
low line 74

Webhook reference - potential data exfiltration

SourceSKILL.md
74payload, signature, webhook_secret
low line 297

External URL reference

SourceSKILL.md
297- PCI-DSS: https://www.pcisecuritystandards.org/
low line 298

External URL reference

SourceSKILL.md
298- Stripe API: https://stripe.com/docs/api
low line 299

External URL reference

SourceSKILL.md
299- Plaid: https://plaid.com/docs/
low line 300

External URL reference

SourceSKILL.md
300- Open Banking: https://www.openbanking.org.uk/
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →