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 bash capability using subprocess.run with shell=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_path security 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 .env files with placeholder values (sk-xxx), preventing the accidental exposure of actual API keys.
  • [SAFE]: The architecture promoted in the references/subagent-pattern.py file uses context isolation to mitigate indirect prompt injection risks by spawning low-privilege subagents for potentially noisy or untrusted tasks.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 23, 2026, 06:14 PM
Security Audit — agent-trust-hub — agent-builder