skills/tt-a1i/hermes-agent/airtable/Gen Agent Trust Hub

airtable

Pass

Audited by Gen Agent Trust Hub on Aug 28, 2026

Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses curl via 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.tool and python3 -c for processing JSON and URL-encoding strings. These are localized utility calls to the system's standard library to ensure safe data handling.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 28, 2026, 12:48 PM
Security Audit — agent-trust-hub — airtable