Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFE
Full Analysis
- Local Service Emulation: The skill facilitates the creation of a local server (defaulting to port 4002) that mimics Google's API surfaces. This is an established practice for development environments to ensure isolation from production data and services during testing.
- Command Execution for Tooling: It utilizes
npxto run theemulatepackage. This pattern is common for Node.js developer tools and is used here to manage the lifecycle of the local emulation server. - Local Network Interaction: The documentation provides examples of using
curland environment variables to redirect application requests to the local emulator. These operations are restricted tolocalhostand are consistent with the skill's purpose of providing a local testing boundary.
Audit Metadata