angular-upgrade
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill performs various shell operations including
gitfor status checks and commits, and package manager commands (npm,yarn,pnpm) to manage dependencies. It specifically runsnpx ng updateto perform the migration and executes project-defined scripts such aslint,test, andbuildfrom thepackage.jsonto verify the upgrade. These actions are standard for development automation tools. - [EXTERNAL_DOWNLOADS]: The skill references official Angular update guides at
angular.devandupdate.angular.ioto retrieve migration instructions. It also facilitates the download of updated packages from the public npm registry via the project's package manager andnpx. These sources are official and trusted within the developer community.
Audit Metadata