add-mcp-oauth
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill directs the agent to install standard libraries from public registries, including the vendor's official SDKs (
@scalekit-sdk/nodeandscalekit-sdk-python). These downloads are necessary for the skill's stated purpose and originate from the authoring organization. - [COMMAND_EXECUTION]: The instructions include standard
npm installandpip installcommands for setting up the development environment, andcurlcommands for verifying that the local authentication server is correctly returning 401 status codes and metadata headers. - [CREDENTIALS_UNSAFE]: The skill follows security best practices by instructing the agent to read sensitive credentials (Client ID and Client Secret) from environment variables rather than hardcoding them into the source code.
- [INDIRECT_PROMPT_INJECTION]: While the resulting code implements an endpoint that processes external Authorization headers, the skill includes robust mitigation instructions by requiring token validation against a specific audience and issuer via the Scalekit SDK.
Audit Metadata