instantly-ci-integration
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill configures GitHub Actions workflows that reference official actions from the GitHub 'actions' organization, which are trusted sources for CI/CD automation.
- [COMMAND_EXECUTION]: The skill includes instructions to use the
ghCLI for setting repository secrets andnpmfor running tests and builds, which are standard developer operations. - [CREDENTIALS_UNSAFE]: The skill correctly instructs users to store API keys in GitHub Secrets rather than hardcoding them in the workflow files. It uses a placeholder 'sk_test_***' in the example command to prevent accidental exposure of real credentials.
Audit Metadata