Skip to main content

apideck-rest

Provides a unified REST API reference for integrating with over 200 services, including accounting, CRM, and HRIS platforms.

Install this skill

or
38/100

Security score

The apideck-rest skill was audited on Feb 28, 2026 and we found 22 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 56

Curl to non-GitHub URL

SourceSKILL.md
56curl -X GET 'https://unify.apideck.com/crm/contacts?limit=20&filter[email][email protected]&sort[by]=updated_at&sort[direction]=desc&fields=id,name,email' \
medium line 93

Curl to non-GitHub URL

SourceSKILL.md
93curl -X POST 'https://unify.apideck.com/crm/contacts' \
medium line 121

Curl to non-GitHub URL

SourceSKILL.md
121curl -X GET 'https://unify.apideck.com/crm/contacts/contact_123' \
medium line 131

Curl to non-GitHub URL

SourceSKILL.md
131curl -X PATCH 'https://unify.apideck.com/crm/contacts/contact_123' \
medium line 143

Curl to non-GitHub URL

SourceSKILL.md
143curl -X DELETE 'https://unify.apideck.com/crm/contacts/contact_123' \
medium line 161

Curl to non-GitHub URL

SourceSKILL.md
161curl 'https://unify.apideck.com/crm/contacts?limit=50' -H '...'
medium line 164

Curl to non-GitHub URL

SourceSKILL.md
164curl 'https://unify.apideck.com/crm/contacts?limit=50&cursor=em9oby1jcm06Om9mZnNldDo6NTA=' -H '...'
medium line 3

Webhook reference - potential data exfiltration

SourceSKILL.md
3description: Apideck Unified REST API reference for any language. Use when building integrations with accounting software (QuickBooks, Xero, NetSuite), CRMs (Salesforce, HubSpot, Pipedrive), HRIS plat
medium line 272

Webhook reference - potential data exfiltration

SourceSKILL.md
272| Webhook | `/webhook/` | webhooks, event-logs |
medium line 274

Webhook reference - potential data exfiltration

SourceSKILL.md
274## Webhook Events
low line 15

External URL reference

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

External URL reference

SourceSKILL.md
17**Base URL:** `https://unify.apideck.com`
low line 56

External URL reference

SourceSKILL.md
56curl -X GET 'https://unify.apideck.com/crm/contacts?limit=20&filter[email][email protected]&sort[by]=updated_at&sort[direction]=desc&fields=id,name,email' \
low line 84

External URL reference

SourceSKILL.md
84"current": "https://unify.apideck.com/crm/contacts?cursor=...",
low line 85

External URL reference

SourceSKILL.md
85"next": "https://unify.apideck.com/crm/contacts?cursor=..."
low line 93

External URL reference

SourceSKILL.md
93curl -X POST 'https://unify.apideck.com/crm/contacts' \
low line 121

External URL reference

SourceSKILL.md
121curl -X GET 'https://unify.apideck.com/crm/contacts/contact_123' \
low line 131

External URL reference

SourceSKILL.md
131curl -X PATCH 'https://unify.apideck.com/crm/contacts/contact_123' \
low line 143

External URL reference

SourceSKILL.md
143curl -X DELETE 'https://unify.apideck.com/crm/contacts/contact_123' \
low line 161

External URL reference

SourceSKILL.md
161curl 'https://unify.apideck.com/crm/contacts?limit=50' -H '...'
low line 164

External URL reference

SourceSKILL.md
164curl 'https://unify.apideck.com/crm/contacts?limit=50&cursor=em9oby1jcm06Om9mZnNldDo6NTA=' -H '...'
low line 234

External URL reference

SourceSKILL.md
234"ref": "https://developers.apideck.com/errors#requestvalidationerror"
Scanned on Feb 28, 2026
View Security Dashboard