resume
Warn
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides and instructs the agent to use several CLI tools (e.g.,
agent_intake_cli.py,render_cli.py,template_catalog_cli.py) which are executed as subprocesses usingpython3. While these are part of the skill's intended functionality, they represent a broad execution surface.- [DATA_EXFILTRATION]: Therender_cli.pytool, via thetemplate_renderer.pymodule, is vulnerable to arbitrary local file read. Therender_template_bundlefunction resolves asset paths (markdown, HTML, CSS) directly from theassetRefsfield in a template manifest provided by the user or agent. Since there is no validation to ensure these paths stay within the template directory, a malicious manifest can use absolute paths or parent directory traversal (e.g.,../../etc/passwd) to access and read sensitive files from the host system during the rendering phase.- [PROMPT_INJECTION]: The skill processes resume materials and project notes from untrusted external sources. This data is extracted via regex inmaterial_intake_adapter.pyand used to populate profile fields. If this extracted content contains malicious instructions, it could potentially influence the agent's behavior in subsequent drafting or intake steps, although the impact is limited by the structured nature of the intake workflow.
Audit Metadata