sumsub-api-generic
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is designed to interact with the Sumsub API and implements security-conscious practices, such as requiring sandbox-specific prefixes for API tokens by default.
- [EXTERNAL_DOWNLOADS]: The skill fetches the official Sumsub OpenAPI schema from
api.sumsub.comto identify available endpoints. This is a well-known service and the operation is necessary for the skill's primary function. - [COMMAND_EXECUTION]: Executes API calls using a local Bash script (
sumsub_curl.sh). This script handles HMAC-SHA256 signing and authentication using standardopensslandcurlutilities. No arbitrary or unsafe command execution was detected. - [SAFE]: Authentication credentials (
SUMSUB_APP_TOKENandSUMSUB_SECRET_KEY) are managed via environment variables, adhering to standard security practices for agent skills. No hardcoded secrets or sensitive local file access (e.g., SSH keys or cloud provider credentials) were found.
Audit Metadata