next-campaigns-setup
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches starter templates from the official NextCommerceCo GitHub repository. This is an expected operation for project scaffolding and uses a trusted vendor source.
- [COMMAND_EXECUTION]: Uses standard
npmandnpxcommands to install thenext-campaign-page-kitpackage and initialize campaign structures viacampaign-init. - [DATA_EXPOSURE_AND_EXFILTRATION]: The skill handles an API key provided by the user at runtime for configuration purposes. It follows safe practices by writing this key to local configuration files (
config.js) rather than hardcoding credentials or transmitting them to unauthorized external domains.
Audit Metadata