Trust Assessment
relationship 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 for `clawhub` installation.
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/relationship/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/relationship/SKILL.md:41 | |
| LOW | Unpinned dependency for `clawhub` installation The installation instructions recommend using `clawhub@latest`. Relying on the `latest` tag means that the exact version of the dependency is not pinned, which can lead to unexpected behavior, breaking changes, or the introduction of vulnerabilities if a malicious version is published under the `latest` tag. It is a best practice to pin dependencies to specific versions to ensure deterministic installations and prevent supply chain attacks via version hijacking. Pin the `clawhub` dependency to a specific version (e.g., `npx clawhub@1.2.3 install relationship`) to ensure deterministic installations and prevent unexpected changes or supply chain attacks. | LLM | SKILL.md:20 |
Scan History
Embed Code
[](https://skillshield.io/report/2e2abcfe2f2de5e1)
Powered by SkillShield