bootstrapping-agent
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes instructions to install the
airbyte-agent-sdkpackage viauv pip install. This is the standard installation method for the vendor's official library. - [CREDENTIALS_UNSAFE]: The code samples correctly demonstrate the use of
os.getenv()to load sensitive credentials likeAIRBYTE_CLIENT_IDandAIRBYTE_CLIENT_SECRETfrom the environment, and the documentation explicitly advises against hardcoding credentials by using a.envfile template. - [DATA_EXPOSURE]: The skill identifies and handles sensitive data appropriately, emphasizing a 'hosted mode' that uses managed authentication instead of local authentication code.
- [INDIRECT_PROMPT_INJECTION]: The
stripe_executetool provides an interface that processes user-supplied parameters (entity,action,params) for API execution. While this creates an attack surface for indirect injection if external data is passed through these tools, the skill provides a standard implementation pattern consistent with its purpose of bootstrapping connector tools.
Audit Metadata