Skip to main content

airtable-participants

Queries participant data from Airtable for effective email and SMS outreach, ensuring accurate recipient lists and engagement tracking.

Install this skill

or
64/100

Security score

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

Categories Tested

Security Issues

medium line 62

Curl to non-GitHub URL

SourceSKILL.md
62curl -s "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}?filterByFormula={retreat_status}='active'&fields[]=name&fields[]=email" \
medium line 68

Curl to non-GitHub URL

SourceSKILL.md
68curl -s "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}?filterByFormula=AND({retreat_status}='active',{phone}!='')&fields[]=name&fields[]=phone" \
medium line 74

Curl to non-GitHub URL

SourceSKILL.md
74curl -s "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}?fields[]=retreat_status" \
medium line 80

Curl to non-GitHub URL

SourceSKILL.md
80curl -s "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}?filterByFormula=FIND('february-2026',ARRAYJOIN({tags}))" \
medium line 86

Curl to non-GitHub URL

SourceSKILL.md
86curl -s "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}?offset={OFFSET_TOKEN}" \
medium line 34

Access to .env file

SourceSKILL.md
34Ensure AIRTABLE_API_KEY is set in .env.
low line 20

External URL reference

SourceSKILL.md
20homepage: https://airtable.com/developers/web/api/introduction
low line 62

External URL reference

SourceSKILL.md
62curl -s "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}?filterByFormula={retreat_status}='active'&fields[]=name&fields[]=email" \
low line 68

External URL reference

SourceSKILL.md
68curl -s "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}?filterByFormula=AND({retreat_status}='active',{phone}!='')&fields[]=name&fields[]=phone" \
low line 74

External URL reference

SourceSKILL.md
74curl -s "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}?fields[]=retreat_status" \
low line 80

External URL reference

SourceSKILL.md
80curl -s "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}?filterByFormula=FIND('february-2026',ARRAYJOIN({tags}))" \
low line 86

External URL reference

SourceSKILL.md
86curl -s "https://api.airtable.com/v0/{BASE_ID}/{TABLE_NAME}?offset={OFFSET_TOKEN}" \
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →