clerk-backend-api
Pass
Audited by Gen Agent Trust Hub on May 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is verified as safe. It implements proactive security measures, including mandatory environment variable checks and human-in-the-loop confirmations for sensitive operations.
- [EXTERNAL_DOWNLOADS]: API specifications are retrieved from
raw.githubusercontent.com/clerk/openapi-specs. This is a trusted source associated with a well-known service, used solely for retrieving endpoint definitions. - [REMOTE_CODE_EXECUTION]: Automated alerts regarding remote code execution were investigated. The skill pipes remote YAML specifications into local parsing scripts (e.g.,
extract-tags.js) for data extraction. This is a standard parsing workflow and does not involve executing remote code. - [CREDENTIALS_UNSAFE]: Although the skill handles sensitive
CLERK_SECRET_KEYcredentials, it includes explicit instructions for the agent to verify the key's existence and checkCLERK_BAPI_SCOPESpermissions before attempting any write or delete operations. - [COMMAND_EXECUTION]: The skill uses
curlto interact with the official Clerk API atapi.clerk.com. All commands are transparently listed in the instructions and are consistent with the skill's stated purpose.
Audit Metadata