implement-access-control
Pass
Audited by Gen Agent Trust Hub on Sep 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate instructions for implementing security middleware and authorization guards. It correctly emphasizes server-side enforcement, token validation via the official SDK, and the use of environment variables for secret management.
- [EXTERNAL_DOWNLOADS]: The skill references the installation of the
@scalekit-sdk/nodepackage. This is the official Node.js SDK provided by Scalekit for interacting with their authentication services. - [CREDENTIALS_UNSAFE]: While the skill mentions sensitive variables like
SCALEKIT_CLIENT_SECRET, it adheres to security best practices by instructing the user to store these in a.envfile and access them via standard environment variable mechanisms rather than hardcoding them into the source code.
Audit Metadata