component-docs
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is designed for internal project documentation. It operates entirely within the local filesystem of the project repository, targeting specific paths like
packages/insomnia/src/basic-components/andpackages/insomnia-component-docs/. - [COMMAND_EXECUTION]: The skill uses
npm run buildandnpm run startto verify the documentation site. These are standard development commands for Docusaurus projects and are used here for their intended purpose of site verification. - [EXTERNAL_DOWNLOADS]: References the
@docusaurus/theme-live-codeblockpackage, which is a standard plugin for the Docusaurus ecosystem used to provide interactive code examples. - [SAFE]: All external URLs referenced in the documentation templates point to well-known, official documentation sites (e.g., Adobe's React Aria documentation).
Audit Metadata