modernjs-migrate-to-v3

Pass

Audited by Gen Agent Trust Hub on Jun 28, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill utilizes git for version control and package managers like npm, yarn, and pnpm to install dependencies and run linting scripts. These commands are necessary for the migration process and are confined to the project directory.
  • [EXTERNAL_DOWNLOADS]: The migration script queries the official npm registry to determine the correct versions for package upgrades. This is a standard and safe operation for managing project dependencies.
  • [REMOTE_CODE_EXECUTION]: Dependency installation commands are executed, which can trigger package-level install hooks. This is expected behavior when updating a Node.js project environment.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 28, 2026, 08:36 PM
Security Audit — agent-trust-hub — modernjs-migrate-to-v3