testing-auth-setup
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
npxto execute the@scalekit-sdk/dryrunpackage from the official NPM registry. This is a standard operation for running vendor-provided diagnostic tools and matches the author's identity. - [COMMAND_EXECUTION]: The skill executes a CLI tool to perform authentication dry runs. The commands utilize environment variables (
SCALEKIT_ENVIRONMENT_URL,SCALEKIT_CLIENT_ID) for sensitive configuration, which is a secure practice compared to hardcoding values. - [DATA_EXFILTRATION]: No unauthorized data transmission was detected. The network activity is restricted to the legitimate purpose of validating authentication settings against the specified Scalekit environment.
- [CREDENTIALS_UNSAFE]: The skill correctly instructs the user to provide credentials via environment variables rather than hardcoding them or storing them in plain text files within the skill.
Audit Metadata