usecase-diagram-gen
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Downloads the
pdf-parsepackage from the NPM registry as defined inscripts/package.json. This dependency is fetched from a well-known service. - [COMMAND_EXECUTION]: Uses
Bashto executenpm installfor dependency management andnodeto run theextract_pdf_text.jsutility script for text extraction. - [PROMPT_INJECTION]: Identifies an indirect prompt injection surface (Category 8).
- Ingestion points: Reads content from external
.pdf,.txt, and.mdfiles provided by users. - Boundary markers: Absent. The skill does not wrap extracted text in delimiters or provide 'ignore instructions' warnings to the agent.
- Capability inventory:
Bash(npm/node),Read(file system access), andWrite(generating workspace files). - Sanitization: Absent. Extracted text is used directly for analysis without validation or filtering.
Audit Metadata