Skip to main content

airtable

Enables querying and accessing Airtable data through its REST API for efficient data management and retrieval.

Install this skill

or
0/100

Security score

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

Categories Tested

Security Issues

medium line 144

Template literal with variable interpolation in command context

SourceSKILL.md
144```bash
medium line 151

Template literal with variable interpolation in command context

SourceSKILL.md
151```bash
medium line 162

Template literal with variable interpolation in command context

SourceSKILL.md
162```bash
medium line 171

Template literal with variable interpolation in command context

SourceSKILL.md
171```bash
medium line 191

Template literal with variable interpolation in command context

SourceSKILL.md
191```bash
medium line 49

Curl to non-GitHub URL

SourceSKILL.md
49curl -s "https://api.airtable.com/v0/meta/bases" \
medium line 57

Curl to non-GitHub URL

SourceSKILL.md
57curl -s "https://api.airtable.com/v0/meta/bases/{BASE_ID}/tables" \
medium line 65

Curl to non-GitHub URL

SourceSKILL.md
65curl -s "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}" \
medium line 71

Curl to non-GitHub URL

SourceSKILL.md
71curl -s "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}?pageSize=100" \
medium line 79

Curl to non-GitHub URL

SourceSKILL.md
79curl -s -G "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}" \
medium line 86

Curl to non-GitHub URL

SourceSKILL.md
86curl -s -G "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}" \
medium line 94

Curl to non-GitHub URL

SourceSKILL.md
94curl -s -G "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}" \
medium line 103

Curl to non-GitHub URL

SourceSKILL.md
103curl -s -G "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}" \
medium line 113

Curl to non-GitHub URL

SourceSKILL.md
113curl -s "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}/{RECORD_ID}" \
medium line 139

Curl to non-GitHub URL

SourceSKILL.md
139curl -s "https://api.airtable.com/v0/meta/bases" \
medium line 146

Curl to non-GitHub URL

SourceSKILL.md
146curl -s "https://api.airtable.com/v0/meta/bases/${BASE_ID}/tables" \
medium line 154

Curl to non-GitHub URL

SourceSKILL.md
154curl -s -G "https://api.airtable.com/v0/${BASE_ID}/${TABLE}" \
medium line 165

Curl to non-GitHub URL

SourceSKILL.md
165curl -s -G "https://api.airtable.com/v0/${BASE_ID}/${TABLE}" \
medium line 172

Curl to non-GitHub URL

SourceSKILL.md
172curl -s -G "https://api.airtable.com/v0/${BASE_ID}/${TABLE}" \
medium line 193

Curl to non-GitHub URL

SourceSKILL.md
193curl -s "https://api.airtable.com/v0/${BASE_ID}/${TABLE}?pageSize=100" \
medium line 197

Curl to non-GitHub URL

SourceSKILL.md
197curl -s "https://api.airtable.com/v0/${BASE_ID}/${TABLE}?pageSize=100&offset={OFFSET_FROM_RESPONSE}" \
low line 14

External URL reference

SourceSKILL.md
141. Go to https://airtable.com/create/tokens
low line 38

External URL reference

SourceSKILL.md
38Base URL: `https://api.airtable.com/v0`
low line 49

External URL reference

SourceSKILL.md
49curl -s "https://api.airtable.com/v0/meta/bases" \
low line 57

External URL reference

SourceSKILL.md
57curl -s "https://api.airtable.com/v0/meta/bases/{BASE_ID}/tables" \
low line 65

External URL reference

SourceSKILL.md
65curl -s "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}" \
low line 71

External URL reference

SourceSKILL.md
71curl -s "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}?pageSize=100" \
low line 79

External URL reference

SourceSKILL.md
79curl -s -G "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}" \
low line 86

External URL reference

SourceSKILL.md
86curl -s -G "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}" \
low line 94

External URL reference

SourceSKILL.md
94curl -s -G "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}" \
low line 103

External URL reference

SourceSKILL.md
103curl -s -G "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}" \
low line 113

External URL reference

SourceSKILL.md
113curl -s "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}/{RECORD_ID}" \
low line 139

External URL reference

SourceSKILL.md
139curl -s "https://api.airtable.com/v0/meta/bases" \
low line 146

External URL reference

SourceSKILL.md
146curl -s "https://api.airtable.com/v0/meta/bases/${BASE_ID}/tables" \
low line 154

External URL reference

SourceSKILL.md
154curl -s -G "https://api.airtable.com/v0/${BASE_ID}/${TABLE}" \
low line 165

External URL reference

SourceSKILL.md
165curl -s -G "https://api.airtable.com/v0/${BASE_ID}/${TABLE}" \
low line 172

External URL reference

SourceSKILL.md
172curl -s -G "https://api.airtable.com/v0/${BASE_ID}/${TABLE}" \
low line 179

External URL reference

SourceSKILL.md
179**Base ID**: Found in the Airtable URL: `https://airtable.com/{BASE_ID}/...`
low line 193

External URL reference

SourceSKILL.md
193curl -s "https://api.airtable.com/v0/${BASE_ID}/${TABLE}?pageSize=100" \
low line 197

External URL reference

SourceSKILL.md
197curl -s "https://api.airtable.com/v0/${BASE_ID}/${TABLE}?pageSize=100&offset={OFFSET_FROM_RESPONSE}" \
Scanned on Feb 9, 2026
View Security Dashboard