create-agent-adapter
Pass
Audited by Gen Agent Trust Hub on Apr 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The documentation details the implementation of
runChildProcessfor spawning CLI agents and using filesystem operations likefs.symlinkfor skill injection. - [PROMPT_INJECTION]: The guide describes an architecture for parsing untrusted LLM output from agent processes. * Ingestion points: Agent stdout parsed in
server/parse.ts. * Boundary markers: Suggests using structured output formats like JSON. * Capability inventory: Spawning subprocesses and making network requests viafetch. * Sanitization: Recommends avoidingeval()and using safe extraction helpers. - [DATA_EXFILTRATION]: The guide discusses handling
PAPERCLIP_API_KEYandauthTokenas environment variables and utilizingfetchfor HTTP-based agents, while recommending secret redaction and secure environment management.
Audit Metadata