kelly-jobhunt
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/render_pdf.mjsscript useschild_process.spawnto invoke Chromium for resume PDF generation. The executable path is restricted to standard system locations or a user-defined environment variable. Input paths for the files are sanitized to prevent path traversal. - [EXTERNAL_DOWNLOADS]: The
scripts/render_pdf.mjsscript includes a fallback mechanism that dynamically imports theplaywrightlibrary. This may trigger a download of browser binaries if they are not already present in the local cache. - [DATA_EXPOSURE]: The skill manages sensitive SMTP credentials for email outreach. It implements a secure architecture by using the
scripts/configure_smtp.mjsscript to store passwords in a restricted vault, ensuring they are only accessible to trusted backend scripts and never exposed to the browser-based interface. - [INDIRECT_PROMPT_INJECTION]: The skill processes external data such as resumes and job postings to generate outreach emails. It provides instructions to the agent to prioritize factual extraction over generation, reducing the surface for unintended instruction following from processed content.
Audit Metadata