customerio-upgrade-migration

Pass

Audited by Gen Agent Trust Hub on Mar 24, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill manages SDK updates using standard package managers to fetch official libraries from trusted registries.\n
  • Evidence: Includes instructions to run npm install @customerio/track@latest and pip install --upgrade customerio to move from legacy to current SDK versions.\n
  • Context: All downloads target official packages for the Customer.io service, which is a well-known industry provider.\n- [COMMAND_EXECUTION]: Local shell scripts are provided to help developers assess their environment and verify migration success.\n
  • Evidence: The implementation guide includes assessment and verification scripts (e.g., assess-customerio.sh) that use npm list, pip show, and grep.\n
  • Context: These tools are used for project-local inspection and are consistent with standard development workflows.\n- [SAFE]: Credential management is handled securely without any hardcoded secrets.\n
  • Evidence: Reference code throughout implementation-guide.md and implementation.md uses environment variables such as process.env.CUSTOMERIO_SITE_ID and os.environ["CUSTOMERIO_TRACK_API_KEY"].\n
  • Context: The skill correctly encourages the use of secure environment configuration over hardcoded API keys.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 24, 2026, 04:50 PM