add-native

Pass

Audited by Gen Agent Trust Hub on Jul 26, 2026

Risk Level: SAFE
Full Analysis
  • Internal Helper Orchestration: The skill is designed to automatically route to internal helper scripts for specific native functions like camera capture or PDF generation. While this streamlines the workflow, it results in the agent performing multi-step internal operations within a single user request. * Strict Environment Safeguards: The skill contains explicit prohibitions against installing new native modules or modifying primary configuration files like app.config.js. These rules act as a safeguard to ensure the agent does not introduce unverified dependencies or alter the app's native signature. * Requirement Validation: The agent validates that the necessary Expo modules are already present in the project's package.json before generating any native wrappers. This logic ensures the skill remains compatible with the project's existing infrastructure. * Input Processing and Data Surface: The skill processes user arguments and project files (like native-app-plan.md) to determine its actions. The associated risks are addressed through normalization of inputs and limiting code generation to a fixed set of supported, template-shipped packages.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 26, 2026, 10:55 AM
Security Audit — agent-trust-hub — add-native