implementing-saaskit-python
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security risks were identified. The instructions and code examples prioritize secure implementation of OAuth2 flows.
- [CREDENTIALS_UNSAFE]: The skill includes specific guardrails that mandate the use of environment variables for sensitive credentials (
SCALEKIT_CLIENT_ID,SCALEKIT_CLIENT_SECRET) and explicitly forbids hardcoding them within the application code. - [EXTERNAL_DOWNLOADS]: The skill references standard and trusted Python packages, including the official vendor SDK
scalekit-sdk-pythonand well-known frameworks like Django, Flask, and FastAPI. No unverified or high-risk dependencies are used.
Audit Metadata