migrate-better-result-3

Pass

Audited by Gen Agent Trust Hub on Aug 1, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill includes a Node.js script (migrate-tagged-error-v3.mjs) and utilizes rg (ripgrep) to facilitate code migration. The script uses the TypeScript compiler API to identify and safely refactor specific syntax patterns in the local codebase. This is a standard and expected behavior for a codemod utility.
  • [DYNAMIC_EXECUTION]: The migration script dynamically loads the typescript package using node:module's createRequire. It attempts to use the version of TypeScript installed in the user's project to ensure compatibility during the transformation process. This is a common and safe pattern for developer tools.
  • [DATA_EXPOSURE]: The skill performs local file system operations (read and write) strictly within the target project directories. It does not perform network operations or attempt to access sensitive system files (e.g., .env, .ssh).
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 1, 2026, 11:45 PM
Security Audit — agent-trust-hub — migrate-better-result-3