airtable
Enables querying and accessing Airtable data through its REST API for efficient data management and retrieval.
Install this skill
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
Template literal with variable interpolation in command context
| 144 | ```bash |
Template literal with variable interpolation in command context
| 151 | ```bash |
Template literal with variable interpolation in command context
| 162 | ```bash |
Template literal with variable interpolation in command context
| 171 | ```bash |
Template literal with variable interpolation in command context
| 191 | ```bash |
Curl to non-GitHub URL
| 49 | curl -s "https://api.airtable.com/v0/meta/bases" \ |
Curl to non-GitHub URL
| 57 | curl -s "https://api.airtable.com/v0/meta/bases/{BASE_ID}/tables" \ |
Curl to non-GitHub URL
| 65 | curl -s "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}" \ |
Curl to non-GitHub URL
| 71 | curl -s "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}?pageSize=100" \ |
Curl to non-GitHub URL
| 79 | curl -s -G "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}" \ |
Curl to non-GitHub URL
| 86 | curl -s -G "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}" \ |
Curl to non-GitHub URL
| 94 | curl -s -G "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}" \ |
Curl to non-GitHub URL
| 103 | curl -s -G "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}" \ |
Curl to non-GitHub URL
| 113 | curl -s "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}/{RECORD_ID}" \ |
Curl to non-GitHub URL
| 139 | curl -s "https://api.airtable.com/v0/meta/bases" \ |
Curl to non-GitHub URL
| 146 | curl -s "https://api.airtable.com/v0/meta/bases/${BASE_ID}/tables" \ |
Curl to non-GitHub URL
| 154 | curl -s -G "https://api.airtable.com/v0/${BASE_ID}/${TABLE}" \ |
Curl to non-GitHub URL
| 165 | curl -s -G "https://api.airtable.com/v0/${BASE_ID}/${TABLE}" \ |
Curl to non-GitHub URL
| 172 | curl -s -G "https://api.airtable.com/v0/${BASE_ID}/${TABLE}" \ |
Curl to non-GitHub URL
| 193 | curl -s "https://api.airtable.com/v0/${BASE_ID}/${TABLE}?pageSize=100" \ |
Curl to non-GitHub URL
| 197 | curl -s "https://api.airtable.com/v0/${BASE_ID}/${TABLE}?pageSize=100&offset={OFFSET_FROM_RESPONSE}" \ |
External URL reference
| 14 | 1. Go to https://airtable.com/create/tokens |
External URL reference
| 38 | Base URL: `https://api.airtable.com/v0` |
External URL reference
| 49 | curl -s "https://api.airtable.com/v0/meta/bases" \ |
External URL reference
| 57 | curl -s "https://api.airtable.com/v0/meta/bases/{BASE_ID}/tables" \ |
External URL reference
| 65 | curl -s "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}" \ |
External URL reference
| 71 | curl -s "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}?pageSize=100" \ |
External URL reference
| 79 | curl -s -G "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}" \ |
External URL reference
| 86 | curl -s -G "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}" \ |
External URL reference
| 94 | curl -s -G "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}" \ |
External URL reference
| 103 | curl -s -G "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}" \ |
External URL reference
| 113 | curl -s "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}/{RECORD_ID}" \ |
External URL reference
| 139 | curl -s "https://api.airtable.com/v0/meta/bases" \ |
External URL reference
| 146 | curl -s "https://api.airtable.com/v0/meta/bases/${BASE_ID}/tables" \ |
External URL reference
| 154 | curl -s -G "https://api.airtable.com/v0/${BASE_ID}/${TABLE}" \ |
External URL reference
| 165 | curl -s -G "https://api.airtable.com/v0/${BASE_ID}/${TABLE}" \ |
External URL reference
| 172 | curl -s -G "https://api.airtable.com/v0/${BASE_ID}/${TABLE}" \ |
External URL reference
| 179 | **Base ID**: Found in the Airtable URL: `https://airtable.com/{BASE_ID}/...` |
External URL reference
| 193 | curl -s "https://api.airtable.com/v0/${BASE_ID}/${TABLE}?pageSize=100" \ |
External URL reference
| 197 | curl -s "https://api.airtable.com/v0/${BASE_ID}/${TABLE}?pageSize=100&offset={OFFSET_FROM_RESPONSE}" \ |