docx
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate instructions and code examples for generating Word documents using the well-known 'docx' NPM package. All demonstrated behaviors align with the stated purpose of document generation.
- [COMMAND_EXECUTION]: The provided TypeScript examples use standard Node.js 'fs' module functions like 'readFileSync' and 'writeFileSync'. These are used to load image assets and save the generated .docx files to the local file system, which is the expected functionality for this type of tool.
- [EXTERNAL_DOWNLOADS]: The skill includes a setup step to install the 'docx' library via the standard 'npm install' command. This is a routine dependency management practice in Node.js environments.
Audit Metadata