make-resume
Pass
Audited by Gen Agent Trust Hub on Sep 10, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface as it is designed to ingest and process untrusted external data provided by users, such as PDF files, Word documents, and resume screenshots, to extract content and layout information.
- Ingestion points: User-supplied PDF, images, screenshots, and text files referenced in the
SKILL.mdworkflow. - Boundary markers: The instructions do not specify the use of clear delimiters or warnings to prevent the agent from following instructions potentially embedded within the user-provided resume data.
- Capability inventory: The skill has capabilities to write HTML files, execute local scripts via shell commands, and access network resources for icons.
- Sanitization: There is no mention of specific sanitization or filtering logic applied to the extracted text before it is used in the prompt context.
- [COMMAND_EXECUTION]: The skill instructs the agent to use shell commands for core functionality, specifically for template inlining and PDF generation.
- Evidence:
SKILL.mdreferences the execution ofscripts/inline-template.mjsand the commandnpm run export:pdfwhich utilizesscripts/export-resume-pdf.mjs. - [EXTERNAL_DOWNLOADS]: The skill fetches assets from external sources to style the generated resumes.
- Evidence: The skill references fetching official SVG icons from LobeHub via
@lobehub/iconsor CDN resources as documented inreferences/default-resume-template.md.
Audit Metadata