Skip to main content

airparser-api

Integrates with Airparser API for document parsing, enabling automation of receipt processing through webhooks and extraction schemas.

Install this skill

or
0/100

Security score

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

Categories Tested

Security Issues

medium line 50

Curl to non-GitHub URL

SourceSKILL.md
50source .env && curl -X GET https://api.airparser.com/inboxes/ \
medium line 72

Curl to non-GitHub URL

SourceSKILL.md
72source .env && curl -X GET https://api.airparser.com/inboxes \
medium line 79

Curl to non-GitHub URL

SourceSKILL.md
79source .env && curl -X DELETE https://api.airparser.com/inboxes/<inbox_id> \
medium line 103

Curl to non-GitHub URL

SourceSKILL.md
103source .env && curl -X POST https://api.airparser.com/inboxes/<inbox_id>/upload \
medium line 111

Curl to non-GitHub URL

SourceSKILL.md
111source .env && curl -X POST https://api.airparser.com/inboxes/<inbox_id>/upload \
medium line 122

Curl to non-GitHub URL

SourceSKILL.md
122source .env && curl -X GET https://api.airparser.com/docs/<document_id>/extended \
medium line 131

Curl to non-GitHub URL

SourceSKILL.md
131source .env && curl -X GET "https://api.airparser.com/inboxes/<inbox_id>/docs?page=1" \
medium line 138

Curl to non-GitHub URL

SourceSKILL.md
138source .env && curl -X GET "https://api.airparser.com/inboxes/<inbox_id>/docs?page=1&from=2025-01-01&to=2025-12-31&statuses[]=parsed" \
medium line 156

Curl to non-GitHub URL

SourceSKILL.md
156source .env && curl -X POST https://api.airparser.com/inboxes/<inbox_id>/schema \
medium line 254

Curl to non-GitHub URL

SourceSKILL.md
254source .env && curl -X POST https://api.airparser.com/inboxes/<source_inbox_id>/schema-clone \
medium line 388

Curl to non-GitHub URL

SourceSKILL.md
388source .env && curl -X POST https://api.airparser.com/inboxes/<inbox_id>/schema \
medium line 445

Curl to non-GitHub URL

SourceSKILL.md
445curl -X GET https://api.airparser.com/inboxes \
medium line 451

Curl to non-GitHub URL

SourceSKILL.md
451curl -X POST https://api.airparser.com/inboxes/abc123/schema \
medium line 457

Curl to non-GitHub URL

SourceSKILL.md
457curl -X POST https://api.airparser.com/inboxes/abc123/upload \
medium line 465

Curl to non-GitHub URL

SourceSKILL.md
465curl -X GET https://api.airparser.com/docs/<document_id>/extended \
medium line 3

Webhook reference - potential data exfiltration

SourceSKILL.md
3description: Guia para integrar con el servicio de parsing de documentos Airparser via API, webhooks y Make.com. Usar cuando se configuren inboxes, esquemas de extraccion, o flujos de automatizacion p
medium line 63

Webhook reference - potential data exfiltration

SourceSKILL.md
63| **Webhook** | Endpoint para recibir datos parseados en tiempo real (con firma de seguridad) |
medium line 126

Webhook reference - potential data exfiltration

SourceSKILL.md
126**Nota:** Se recomienda usar webhooks para recibir datos en tiempo real en lugar de polling.
medium line 270

Webhook reference - potential data exfiltration

SourceSKILL.md
270## 7) Webhooks
medium line 272

Webhook reference - potential data exfiltration

SourceSKILL.md
272### Configurar webhook (via UI)
medium line 274

Webhook reference - potential data exfiltration

SourceSKILL.md
2741. Ir a Integrations → Webhooks en Airparser
medium line 275

Webhook reference - potential data exfiltration

SourceSKILL.md
2752. Seleccionar "Create a webhook"
medium line 280

Webhook reference - potential data exfiltration

SourceSKILL.md
280### Verificar firma del webhook (seguridad)
low line 294

Webhook reference - potential data exfiltration

SourceSKILL.md
294app.post('/webhook', express.raw({type: 'application/json'}), (req, res) => {
low line 464

Webhook reference - potential data exfiltration

SourceSKILL.md
464# 5. Obtener datos parseados (o usar webhook)
medium line 512

Webhook reference - potential data exfiltration

SourceSKILL.md
512- [Configurar Webhooks](https://help.airparser.com/data-export-integrations/webhooks)
medium line 20

Access to .env file

SourceSKILL.md
20La clave API se almacena en el archivo `.env` del proyecto:
low line 23

Access to .env file

SourceSKILL.md
23# Archivo: .env (ya configurado, incluido en .gitignore)
low line 32

Access to .env file

SourceSKILL.md
32# Cargar .env antes de ejecutar comandos
low line 33

Access to .env file

SourceSKILL.md
33source .env
low line 50

Access to .env file

SourceSKILL.md
50source .env && curl -X GET https://api.airparser.com/inboxes/ \
low line 72

Access to .env file

SourceSKILL.md
72source .env && curl -X GET https://api.airparser.com/inboxes \
low line 79

Access to .env file

SourceSKILL.md
79source .env && curl -X DELETE https://api.airparser.com/inboxes/<inbox_id> \
low line 103

Access to .env file

SourceSKILL.md
103source .env && curl -X POST https://api.airparser.com/inboxes/<inbox_id>/upload \
low line 111

Access to .env file

SourceSKILL.md
111source .env && curl -X POST https://api.airparser.com/inboxes/<inbox_id>/upload \
low line 122

Access to .env file

SourceSKILL.md
122source .env && curl -X GET https://api.airparser.com/docs/<document_id>/extended \
low line 131

Access to .env file

SourceSKILL.md
131source .env && curl -X GET "https://api.airparser.com/inboxes/<inbox_id>/docs?page=1" \
low line 138

Access to .env file

SourceSKILL.md
138source .env && curl -X GET "https://api.airparser.com/inboxes/<inbox_id>/docs?page=1&from=2025-01-01&to=2025-12-31&statuses[]=parsed" \
low line 156

Access to .env file

SourceSKILL.md
156source .env && curl -X POST https://api.airparser.com/inboxes/<inbox_id>/schema \
low line 254

Access to .env file

SourceSKILL.md
254source .env && curl -X POST https://api.airparser.com/inboxes/<source_inbox_id>/schema-clone \
low line 388

Access to .env file

SourceSKILL.md
388source .env && curl -X POST https://api.airparser.com/inboxes/<inbox_id>/schema \
low line 442

Access to .env file

SourceSKILL.md
442source .env
medium line 502

Access to .env file

SourceSKILL.md
502| 401 | API key invalida | Verificar AIRPARSER_API_KEY en .env |
low line 27

External URL reference

SourceSKILL.md
27La clave API se encuentra en: https://app.airparser.com/account
low line 42

External URL reference

SourceSKILL.md
42https://api.airparser.com
low line 50

External URL reference

SourceSKILL.md
50source .env && curl -X GET https://api.airparser.com/inboxes/ \
low line 72

External URL reference

SourceSKILL.md
72source .env && curl -X GET https://api.airparser.com/inboxes \
low line 79

External URL reference

SourceSKILL.md
79source .env && curl -X DELETE https://api.airparser.com/inboxes/<inbox_id> \
low line 88

External URL reference

SourceSKILL.md
88https://app.airparser.com/inboxes/<INBOX_ID>/documents
low line 103

External URL reference

SourceSKILL.md
103source .env && curl -X POST https://api.airparser.com/inboxes/<inbox_id>/upload \
low line 111

External URL reference

SourceSKILL.md
111source .env && curl -X POST https://api.airparser.com/inboxes/<inbox_id>/upload \
low line 122

External URL reference

SourceSKILL.md
122source .env && curl -X GET https://api.airparser.com/docs/<document_id>/extended \
low line 131

External URL reference

SourceSKILL.md
131source .env && curl -X GET "https://api.airparser.com/inboxes/<inbox_id>/docs?page=1" \
low line 138

External URL reference

SourceSKILL.md
138source .env && curl -X GET "https://api.airparser.com/inboxes/<inbox_id>/docs?page=1&from=2025-01-01&to=2025-12-31&statuses[]=parsed" \
low line 156

External URL reference

SourceSKILL.md
156source .env && curl -X POST https://api.airparser.com/inboxes/<inbox_id>/schema \
low line 254

External URL reference

SourceSKILL.md
254source .env && curl -X POST https://api.airparser.com/inboxes/<source_inbox_id>/schema-clone \
low line 388

External URL reference

SourceSKILL.md
388source .env && curl -X POST https://api.airparser.com/inboxes/<inbox_id>/schema \
low line 433

External URL reference

SourceSKILL.md
4332. Ir a https://app.airparser.com/forgot
low line 445

External URL reference

SourceSKILL.md
445curl -X GET https://api.airparser.com/inboxes \
low line 451

External URL reference

SourceSKILL.md
451curl -X POST https://api.airparser.com/inboxes/abc123/schema \
low line 457

External URL reference

SourceSKILL.md
457curl -X POST https://api.airparser.com/inboxes/abc123/upload \
low line 465

External URL reference

SourceSKILL.md
465curl -X GET https://api.airparser.com/docs/<document_id>/extended \
low line 511

External URL reference

SourceSKILL.md
511- [Documentacion API Airparser](https://help.airparser.com/public-api/public-api)
low line 512

External URL reference

SourceSKILL.md
512- [Configurar Webhooks](https://help.airparser.com/data-export-integrations/webhooks)
low line 513

External URL reference

SourceSKILL.md
513- [Integracion Airparser + Make](https://help.airparser.com/data-export-integrations/make-integration)
low line 514

External URL reference

SourceSKILL.md
514- [Airparser Knowledge Base](https://help.airparser.com/)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →