ionic-angular
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install several well-known libraries from public registries, including
@ionic/angular,@revenuecat/purchases-capacitor, andswiper. It also includes a reference to a sample video file hosted on Google Cloud Storage (commondatastorage.googleapis.com), which is a well-known service. - [COMMAND_EXECUTION]: The documentation includes standard shell commands for project initialization and development workflows, such as
ionic start,npx ng generate, andnpx cap sync. These are standard operations for the target development environment. - [SAFE]: The code snippets implement secure architectural patterns, such as using functional route guards to protect application logic and using
APP_INITIALIZERto ensure that sensitive state (like authentication or onboarding status) is correctly hydrated before the application becomes interactive, preventing common navigation race conditions.
Audit Metadata