nemo-gym-docs
Pass
Audited by Gen Agent Trust Hub on Jul 22, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill defines several documentation management commands such as
npm run checkandnpm run dev. These are standard wrappers for the Fern CLI and are used to validate and preview MDX content within the repository. - [EXTERNAL_DOWNLOADS]: The skill utilizes
npx -y fern-api@latestto execute the Fern CLI. This process involves downloading the latest version of the package from the official npm registry, which is a standard procedure for using this documentation engine. - [REMOTE_CODE_EXECUTION]: The skill includes instructions for running
npx -y fern-api@latest login, which initiates a browser-based authentication flow via Google SSO to obtain the necessary credentials for interacting with the Fern documentation platform.
Audit Metadata