agent-builder
Pass
Audited by Gen Agent Trust Hub on Aug 23, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides Python templates and a scaffolding script that implement a
bashcapability usingsubprocess.runwithshell=True. This is appropriate for the skill's purpose as an agent-building toolkit. - [COMMAND_EXECUTION]: The implementation includes a mandatory interactive prompt (
input()) that requires the user to approve each shell command before it is executed, providing a robust human-in-the-loop safety boundary. - [COMMAND_EXECUTION]: The provided code samples include a
safe_pathsecurity utility that resolves file paths and verifies they remain within the designated workspace, preventing directory traversal attacks. - [SAFE]: The skill demonstrates proper credential handling by using environment variable lookups and providing template
.envfiles with placeholder values (sk-xxx), preventing the accidental exposure of actual API keys. - [SAFE]: The architecture promoted in the
references/subagent-pattern.pyfile uses context isolation to mitigate indirect prompt injection risks by spawning low-privilege subagents for potentially noisy or untrusted tasks.
Audit Metadata