implement-scim
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements standard SCIM integration logic using the vendor's official SDK (@scalekit-sdk/node). It correctly emphasizes the use of
verifyWebhookPayloadto prevent unauthorized event processing by verifying request signatures. Environment variables are used for sensitive credentials (Client IDs, Secrets), and it explicitly instructs users not to hardcode these values. All external links point to the vendor's official documentation (scalekit.com), which is considered a well-known and trusted service in this context.
Audit Metadata