Skip to main content

plaid-integration

Integrates Plaid API for seamless bank account connections and transaction syncing in TypeScript applications.

Install this skill

or
87/100

Security score

The plaid-integration skill was audited on Feb 12, 2026 and we found 9 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 43

Template literal with variable interpolation in command context

SourceSKILL.md
43user: { client_user_id: `user-${Date.now()}` },
low line 20

Access to .env file

SourceSKILL.md
20basePath: PlaidEnvironments[process.env.PLAID_ENV || 'sandbox'],
low line 23

Access to .env file

SourceSKILL.md
23'PLAID-CLIENT-ID': process.env.PLAID_CLIENT_ID,
low line 24

Access to .env file

SourceSKILL.md
24'PLAID-SECRET': process.env.PLAID_SECRET,
low line 158

External URL reference

SourceSKILL.md
158- [Plaid Quickstart](https://plaid.com/docs/quickstart/)
low line 159

External URL reference

SourceSKILL.md
159- [Link Token API](https://plaid.com/docs/api/tokens/#linktokencreate)
low line 160

External URL reference

SourceSKILL.md
160- [Transactions API](https://plaid.com/docs/api/products/transactions/)
low line 161

External URL reference

SourceSKILL.md
161- [Error Reference](https://plaid.com/docs/errors/)
low line 162

External URL reference

SourceSKILL.md
162- [Sandbox Test Credentials](https://plaid.com/docs/sandbox/test-credentials/)
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →