airtable
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
curlvia the terminal to interact with the Airtable REST API. This is the primary intended function for data management. - [DATA_EXFILTRATION]: While the skill makes external network calls to
api.airtable.com, these are directed at a well-known service for the purpose of synchronizing and managing database records as described in the skill's purpose. The authentication uses a standard environment variable (AIRTABLE_API_KEY) and respects common security practices like Personal Access Tokens (PATs). - [DYNAMIC_EXECUTION]: The skill uses
python3 -m json.toolandpython3 -cfor processing JSON and URL-encoding strings. These are localized utility calls to the system's standard library to ensure safe data handling.
Audit Metadata