set-app-registration-native
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution: The skill utilizes
node -eto parse and extract information from local configuration files (e.g.,power.config.json,auth.config.json). While this involves executing script logic, it is a common pattern for processing structured data within a development environment. - Validation and Project Checks: The skill performs file system checks to ensure the project is in the correct state and optionally uses
npx tscto validate the resulting configuration. These steps represent best practices for ensuring data integrity during the setup process. - Data Processing: Information such as Environment and Tenant IDs are resolved from local project files. The skill includes specific instructions to handle these values as non-sensitive configuration data, aligning with standard identity management workflows.
Audit Metadata