tear-sheet
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes shell commands to create and manage the temporary working environment (e.g.,
mkdir -p /tmp/tear-sheet/). These operations are used purely for file staging and organization during the document generation process. - [DYNAMIC_EXECUTION]: The skill employs dynamic script generation to create professional DOCX files. It provides specific Node.js boilerplate code using the
docxlibrary, which is executed to transform retrieved financial data into a formatted report. This is the primary intended function of the skill. - [DATA_EXPOSURE]: The skill stages raw financial data retrieved from the S&P Global MCP server into temporary files located at
/tmp/tear-sheet/and saves final outputs to the user data directory. This follows standard platform practices for handling large datasets and document outputs. - [EXTERNAL_DOWNLOADS]: The skill requires the
docxNode.js package to handle document creation. This is a well-known, standard library for the intended task.
Audit Metadata