Trust Assessment
scalekit-auth received a trust score of 73/100, placing it in the Caution category. This skill has some security considerations that users should review before deployment.
SkillShield's automated analysis identified 4 findings: 0 critical, 0 high, 4 medium, and 0 low severity. Key findings include Unpinned Python dependency version, Unpinned dependencies in requirements.txt.
The analysis covered 4 layers: Manifest Analysis, Static Code Analysis, Dependency Graph, LLM Behavioral Safety. All layers scored 70 or above, reflecting consistent security practices.
Last analyzed on February 12, 2026 (commit 13146e6a). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings4
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Unpinned Python dependency version Requirement 'scalekit-sdk-python' is not pinned to an exact version. Pin Python dependencies with '==<exact version>'. | Dependencies | skills/zaycv/scalekit-agent/requirements.txt:1 | |
| MEDIUM | Unpinned Python dependency version Requirement 'python-dotenv' is not pinned to an exact version. Pin Python dependencies with '==<exact version>'. | Dependencies | skills/zaycv/scalekit-agent/requirements.txt:2 | |
| MEDIUM | Unpinned Python dependency version Requirement 'requests' is not pinned to an exact version. Pin Python dependencies with '==<exact version>'. | Dependencies | skills/zaycv/scalekit-agent/requirements.txt:3 | |
| MEDIUM | Unpinned dependencies in requirements.txt The `requirements.txt` file specifies dependencies without pinning them to specific versions. This can lead to non-deterministic builds, where different versions of dependencies might be installed at different times, potentially introducing breaking changes, bugs, or security vulnerabilities if a new version of a dependency contains malicious code or a critical flaw. It is best practice to pin dependencies to exact versions (e.g., `package==1.2.3`) or at least to major/minor versions (e.g., `package~=1.2`). Pin all dependencies in `requirements.txt` to specific versions. For example: ``` scalekit-sdk-python==X.Y.Z python-dotenv==A.B.C requests==P.Q.R ``` Use `pip freeze > requirements.txt` after a successful installation to generate pinned versions. | LLM | requirements.txt:1 |
Scan History
Embed Code
[](https://skillshield.io/report/092ea649da4a7ce9)
Powered by SkillShield