Trust Assessment
travel-planner 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 3 findings: 1 critical, 1 high, 0 medium, and 1 low severity. Key findings include File read + network send exfiltration, Sensitive path access: AI agent config, Unpinned dependency in installation instructions.
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 13, 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 | |
|---|---|---|---|---|
| CRITICAL | File read + network send exfiltration AI agent config/credential 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/barneyjm/travel-planner/SKILL.md:41 | |
| HIGH | Sensitive path access: AI agent config Access to AI agent config path detected: '~/.claude/'. This may indicate credential theft. Verify that access to this sensitive path is justified and declared. | Static | skills/barneyjm/travel-planner/SKILL.md:41 | |
| LOW | Unpinned dependency in installation instructions The installation instructions recommend using 'npx clawhub@latest install travel-planner'. Using '@latest' for a package means that the version is not pinned, which can introduce supply chain risks. A malicious update to the 'clawhub' package could be automatically pulled and executed without explicit user consent for a specific version, potentially compromising the user's environment during skill installation. Recommend pinning the version of 'clawhub' in the installation instructions, e.g., 'npx clawhub@1.2.3 install travel-planner', or at least 'npx clawhub@^X.Y.Z install travel-planner' to specify a major/minor version range. | LLM | SKILL.md:20 |
Scan History
Embed Code
[](https://skillshield.io/report/a5d8d4c4a273433c)
Powered by SkillShield