Trust Assessment
skill-vettr received a trust score of 30/100, placing it in the Untrusted category. This skill has significant security findings that require attention before use in production.
SkillShield's automated analysis identified 4 findings: 2 critical, 0 high, 1 medium, and 1 low severity. Key findings include Arbitrary command execution, File read + network send exfiltration, 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 40/100, indicating areas for improvement.
Last analyzed on February 14, 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 | Arbitrary command execution Remote code download piped to interpreter Review all shell execution calls. Ensure commands are static (not built from user input), use absolute paths, and are strictly necessary. Prefer library APIs over shell commands. | Manifest | skills/britrik/publish-skill-vettr/src/__tests__/dependency-analyzer.test.ts:54 | |
| CRITICAL | File read + network send exfiltration SSH key/config 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/britrik/publish-skill-vettr/src/__tests__/pattern-analyzer.test.ts:50 | |
| MEDIUM | Unpinned npm dependency version Dependency 'web-tree-sitter' is not pinned to an exact version ('^0.26.0'). Pin dependencies to exact versions to reduce drift and supply-chain risk. | Dependencies | skills/britrik/publish-skill-vettr/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/britrik/publish-skill-vettr/package.json |
Scan History
Embed Code
[](https://skillshield.io/report/fccf4ee6a3844065)
Powered by SkillShield