graphic-case-study
Warn
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill invokes shell commands to create directories and open files. Evidence:
mkdir -p case-study/[slug]andopen case-study/[slug]/index.htmlinSKILL.md. - [COMMAND_EXECUTION]: The skill executes a shell script from a hardcoded absolute path referencing a specific user's environment. Evidence:
bash /Users/ksd/Desktop/Varnan_skills/frontend-slides/scripts/export-pdf.shinSKILL.md. - [EXTERNAL_DOWNLOADS]: The PDF generation process triggers an automatic installation of external dependencies at runtime. Evidence: The
README.mdandSKILL.mdspecify thatexport-pdf.shauto-installs Playwright. - [REMOTE_CODE_EXECUTION]: The skill's primary functionality depends on the execution of an external script which performs runtime package installation from the network.
- [PROMPT_INJECTION]: The skill creates an attack surface for indirect prompt injection by interpolating untrusted data into HTML files without sufficient safeguards. Ingestion points: User-supplied parameters
customer_name,challenge,solution,results, andtestimonialinSKILL.md. Boundary markers: Absent from the prompt instructions. Capability inventory: Shell command execution (bash), directory management (mkdir), and file system interaction (open) inSKILL.md. Sanitization: No evidence of escaping or validation of the interpolated user content.
Audit Metadata