turbodocx-html-to-docx
Pass
Audited by Gen Agent Trust Hub on Sep 19, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs the
@turbodocx/html-to-docxlibrary and the optionalsharppackage from the npm registry. These are official resources provided by the vendor and a well-known image processing library, respectively. - [COMMAND_EXECUTION]: The skill executes standard package manager commands (e.g.,
npm install,pnpm add,bun add) to install dependencies and usesnpx tsc --noEmitto verify the generated TypeScript code. These actions are appropriate for the skill's stated purpose of project setup. - [INDIRECT_PROMPT_INJECTION]: The skill performs project analysis by reading local source files to tailor code generation, which introduces an inherent surface for indirect prompt injection if those files contain malicious instructions.
- Ingestion points:
SKILL.mdinstructs the agent to useglobandreadto explore the user's project directory in Phase 4.1. - Capability inventory: The agent has the capability to write files to the filesystem and execute shell commands related to package management and type checking.
- Boundary markers: No specific boundary markers or "ignore" instructions are defined for the codebase analysis phase.
- Sanitization: The skill does not explicitly define sanitization steps for content read from the project files before processing.
Audit Metadata