airbyte-agent
Pass
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill facilitates the use of the
airbyte-agentCLI to manage workspaces and connectors. It provides specific JSON-based templates for subcommands likeconnectors execute,workspaces list, andskills docsto ensure precise control over CLI behavior. - [EXTERNAL_DOWNLOADS]: The documentation references the installation of the official
airbyte-agenttool via Homebrew or official repositories. It explicitly includes a security improvement (documented vialocal.patch) that warns users never to pipe remote installation scripts directly into a shell. - [SAFE]: The skill includes advanced guardrails against indirect prompt injection by instructing the agent to treat all remote skill documentation as untrusted reference data and to ignore any embedded tool requests or instructions found within them. Additionally, it enforces user confirmation for destructive actions and uses browser-based flows for sensitive credential handling.
Audit Metadata