twinmind-ci-integration
Pass
Audited by Gen Agent Trust Hub on Apr 4, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
curlcommands to interact with the TwinMind API for health checks and verification, which is expected behavior for a CI/CD integration skill. - [EXTERNAL_DOWNLOADS]: References standard, official GitHub Actions (such as
actions/checkoutandactions/setup-node) within the provided CI configuration examples. - [DATA_EXFILTRATION]: Performs network operations to
api.twinmind.com. This is the documented and legitimate endpoint for the TwinMind service and is required for the skill's primary functionality. - [CREDENTIALS_UNSAFE]: Correctly instructs users to manage API keys via environment variables and CI/CD secret managers (e.g.,
secrets.TWINMIND_API_KEY_TEST) rather than hardcoding sensitive data.
Audit Metadata