Skip to main content

apideck-node

Integrates with 200+ services using Apideck's Unified API for seamless data management across various platforms.

Install this skill

or
79/100

Security score

The apideck-node skill was audited on Feb 27, 2026 and we found 9 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 3

Webhook reference - potential data exfiltration

SourceSKILL.md
3description: Apideck Unified API integration patterns for TypeScript and Node.js. Use when building integrations with accounting software (QuickBooks, Xero, NetSuite), CRMs (Salesforce, HubSpot, Piped
medium line 25

Webhook reference - potential data exfiltration

SourceSKILL.md
25- **Webhook** - Event subscriptions and real-time notifications
medium line 249

Webhook reference - potential data exfiltration

SourceSKILL.md
249| `apideck.webhook.*` | [references/webhook-api.md](references/webhook-api.md) | webhooks, eventLogs |
low line 53

Access to .env file

SourceSKILL.md
53apiKey: process.env["APIDECK_API_KEY"] ?? "",
low line 77

Access to .env file

SourceSKILL.md
77apiKey: process.env["APIDECK_API_KEY"] ?? "",
low line 53

Reading sensitive environment variables

SourceSKILL.md
53apiKey: process.env["APIDECK_API_KEY"] ?? "",
low line 77

Reading sensitive environment variables

SourceSKILL.md
77apiKey: process.env["APIDECK_API_KEY"] ?? "",
low line 15

External URL reference

SourceSKILL.md
15The [Apideck Unified API](https://apideck.com) provides a single integration layer to connect with 200+ third-party services across accounting, CRM, HRIS, file storage, ATS, e-commerce, and more. The
low line 260

External URL reference

SourceSKILL.md
260redirect_uri: "https://myapp.com/integrations",
Scanned on Feb 27, 2026
View Security Dashboard