Trust Assessment
clerk-auth received a trust score of 53/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: 1 critical, 0 high, 2 medium, and 1 low severity. Key findings include File read + network send exfiltration, Unsafe deserialization / dynamic eval, Unpinned npm dependency version.
The analysis covered 4 layers: Manifest Analysis, Static Code Analysis, Dependency Graph, LLM Behavioral Safety. The Manifest Analysis layer scored lowest at 63/100, indicating areas for improvement.
Last analyzed on February 13, 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 | |
|---|---|---|---|---|
| CRITICAL | File read + network send exfiltration .env file access Remove access to sensitive files not required by the skill's stated purpose. SSH keys, cloud credentials, and browser data should never be read by skills unless explicitly part of their declared functionality. | Manifest | skills/veeramanikandanr48/clerk-auth/templates/nextjs/middleware.ts:136 | |
| MEDIUM | Unsafe deserialization / dynamic eval Decryption followed by code execution Remove obfuscated code execution patterns. Legitimate code does not need base64-encoded payloads executed via eval, encrypted-then-executed blobs, or dynamic attribute resolution to call system functions. | Manifest | skills/veeramanikandanr48/clerk-auth/scripts/generate-session-token.js:18 | |
| MEDIUM | Unpinned npm dependency version Dependency '@clerk/clerk-react' is not pinned to an exact version ('^5.51.0'). Pin dependencies to exact versions to reduce drift and supply-chain risk. | Dependencies | skills/veeramanikandanr48/clerk-auth/templates/vite/package.json | |
| LOW | Node lockfile missing package.json is present but no lockfile was found (package-lock.json, pnpm-lock.yaml, or yarn.lock). Commit a lockfile for deterministic dependency resolution. | Dependencies | skills/veeramanikandanr48/clerk-auth/templates/vite/package.json |
Scan History
Embed Code
[](https://skillshield.io/report/8b3d233af67755e9)
Powered by SkillShield