stripe
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- Local Emulation via npx: The skill uses
npxto start a local server. This process fetches and executes theemulatepackage. While this is a standard development workflow for running CLI tools without global installation, it involves the execution of external code. - Local Network Operations: The skill performs network requests using
curlandfetchtolocalhost. This is used to simulate API interactions. Monitoring local network activity ensures that data remains within the intended development environment. - Testing Key Placeholders: Code examples include the use of test-specific keys like
sk_test_emulated. This is a best-practice for development, as it avoids the use of real production credentials in local testing environments.
Audit Metadata