Trust Assessment
solana-transfer received a trust score of 84/100, placing it in the Mostly Trusted category. This skill has passed most security checks with only minor considerations noted.
SkillShield's automated analysis identified 3 findings: 0 critical, 0 high, 2 medium, and 1 low severity. Key findings include Missing required field: name, Unpinned npm dependency version, Unpinned Major Dependencies in package.json.
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 Findings3
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Missing required field: name The 'name' field is required for claude_code skills but is missing from frontmatter. Add a 'name' field to the SKILL.md frontmatter. | Static | skills/vortitron/solana-transfer/SKILL.md:1 | |
| MEDIUM | Unpinned npm dependency version Dependency '@solana/web3.js' is not pinned to an exact version ('^1.87.0'). Pin dependencies to exact versions to reduce drift and supply-chain risk. | Dependencies | skills/vortitron/solana-transfer/package.json | |
| LOW | Unpinned Major Dependencies in package.json The 'package.json' file specifies dependencies using caret (^) ranges, allowing for automatic updates to new minor or patch versions. While 'package-lock.json' pins exact versions for reproducible builds, relying on caret ranges in 'package.json' can introduce supply chain risks if the lock file is not used or is regenerated, potentially pulling in vulnerable or malicious updates. Best practice for security-sensitive skills is to pin exact versions to ensure consistent and secure dependency resolution. Pin dependencies to exact versions in 'package.json' (e.g., "@solana/web3.js": "1.87.0") to prevent unexpected updates. Regularly audit and manually update dependencies to incorporate necessary security fixes and features. | LLM | package.json:10 |
Scan History
Embed Code
[](https://skillshield.io/report/0b8482fd335da41f)
Powered by SkillShield