airtable

Pass

Audited by Gen Agent Trust Hub on Aug 12, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses curl to perform HTTP requests and python3 to handle JSON processing and URL encoding. These are standard utility operations for interacting with a REST API.
  • [DATA_EXPOSURE_AND_EXFILTRATION]: The skill accesses the AIRTABLE_API_KEY environment variable for authentication. All network requests are directed to api.airtable.com, which is the legitimate endpoint for the service described.
  • [INDIRECT_PROMPT_INJECTION]: The skill processes data retrieved from external Airtable bases. While this data is untrusted, the skill uses structured JSON processing and explicitly recommends using Python's urllib.parse.quote for URL encoding to prevent injection into command parameters. The risk is considered minimal given these precautions.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 12, 2026, 07:22 PM
Security Audit — agent-trust-hub — airtable