test-native-extension
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- External Dependency Resolution: The skill utilizes
npm installwithin the PCF project directory to ensure necessary build tools and libraries are present. This fetches resources from the public npm registry as part of the standard build pipeline. - Project Build and Linting: The skill executes automated validation commands, including
npm run buildfor PCF components and./gradlew lintfor Android source code. These tools are used to verify code consistency and detect potential issues before the final compilation stage. - Project Data Ingestion: The validation process involves reading and analyzing various files within the user's workspace, such as
PRD.md,manifest.json, and native source files (.kt, .m, .ts). This data is used to perform cross-checks and ensure that routing keys, method names, and contracts align across different platforms.
Audit Metadata