component-docs
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides structural templates and best practices for creating design system documentation without including any executable commands or network operations.
- [COMMAND_EXECUTION]: The skill contains a utility script (
generate-component-docs.ts) designed to automate documentation. This script uses the standard Node.jsfsmodule to read local TypeScript files and thetypescriptcompiler API to perform static analysis of source code. These operations are performed locally and align with the skill's primary function of generating documentation from code. - [EXTERNAL_DOWNLOADS]: The documentation script requires the
typescriptNode.js package, which is a well-known and trusted industry standard for TypeScript parsing and compilation.
Audit Metadata