Skip to main content

airtable

Integrates with the Airtable API for managing bases, tables, and records with full CRUD operations using OAuth authentication.

Install this skill

or
69/100

Security score

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

Categories Tested

Security Issues

medium line 281

Template literal with variable interpolation in command context

SourceSKILL.md
281'Authorization': `Bearer ${process.env.MATON_API_KEY}`
low line 277

Fetch to external URL

SourceSKILL.md
277const response = await fetch(
low line 281

Access to .env file

SourceSKILL.md
281'Authorization': `Bearer ${process.env.MATON_API_KEY}`
low line 4

External URL reference

SourceSKILL.md
4Airtable API integration with managed OAuth. Manage bases, tables, and records. Use this skill when users want to read, create, update, or delete Airtable records, or query data with filter formulas.
low line 26

External URL reference

SourceSKILL.md
26req = urllib.request.Request('https://gateway.maton.ai/airtable/v0/{baseId}/{tableIdOrName}?maxRecords=100')
low line 35

External URL reference

SourceSKILL.md
35https://gateway.maton.ai/airtable/{native-api-path}
low line 56

External URL reference

SourceSKILL.md
561. Sign in or create an account at [maton.ai](https://maton.ai)
low line 57

External URL reference

SourceSKILL.md
572. Go to [maton.ai/settings](https://maton.ai/settings)
low line 62

External URL reference

SourceSKILL.md
62Manage your Airtable OAuth connections at `https://ctrl.maton.ai`.
low line 69

External URL reference

SourceSKILL.md
69req = urllib.request.Request('https://ctrl.maton.ai/connections?app=airtable&status=ACTIVE')
low line 81

External URL reference

SourceSKILL.md
81req = urllib.request.Request('https://ctrl.maton.ai/connections', data=data, method='POST')
low line 93

External URL reference

SourceSKILL.md
93req = urllib.request.Request('https://ctrl.maton.ai/connections/{connection_id}')
low line 107

External URL reference

SourceSKILL.md
107"url": "https://connect.maton.ai/?session_token=...",
low line 121

External URL reference

SourceSKILL.md
121req = urllib.request.Request('https://ctrl.maton.ai/connections/{connection_id}', method='DELETE')
low line 134

External URL reference

SourceSKILL.md
134req = urllib.request.Request('https://gateway.maton.ai/airtable/v0/appXXXXX/TableName')
low line 278

External URL reference

SourceSKILL.md
278'https://gateway.maton.ai/airtable/v0/appXXXXX/TableName?maxRecords=10',
low line 294

External URL reference

SourceSKILL.md
294'https://gateway.maton.ai/airtable/v0/appXXXXX/TableName',
low line 333

External URL reference

SourceSKILL.md
333req = urllib.request.Request('https://ctrl.maton.ai/connections')
low line 343

External URL reference

SourceSKILL.md
343- Correct: `https://gateway.maton.ai/airtable/v0/{baseId}/{tableIdOrName}`
low line 344

External URL reference

SourceSKILL.md
344- Incorrect: `https://gateway.maton.ai/v0/{baseId}/{tableIdOrName}`
low line 348

External URL reference

SourceSKILL.md
348- [Airtable API Overview](https://airtable.com/developers/web/api/introduction)
low line 349

External URL reference

SourceSKILL.md
349- [List Records](https://airtable.com/developers/web/api/list-records)
low line 350

External URL reference

SourceSKILL.md
350- [Create Records](https://airtable.com/developers/web/api/create-records)
low line 351

External URL reference

SourceSKILL.md
351- [Update Records](https://airtable.com/developers/web/api/update-record)
low line 352

External URL reference

SourceSKILL.md
352- [Delete Records](https://airtable.com/developers/web/api/delete-record)
low line 353

External URL reference

SourceSKILL.md
353- [Formula Reference](https://support.airtable.com/docs/formula-field-reference)
low line 354

External URL reference

SourceSKILL.md
354- [Maton Community](https://discord.com/invite/dBfFAcefs2)
Scanned on Feb 11, 2026
View Security Dashboard
Installation guide →
GitHub Stars 2.2K
Rate this skill
Categorysupport
UpdatedApril 4, 2026
openclaw/skills