Trust Assessment
clippy received a trust score of 73/100, placing it in the Caution category. This skill has some security considerations that users should review before deployment.
SkillShield's automated analysis identified 2 findings: 0 critical, 2 high, 0 medium, and 0 low severity. Key findings include Skill grants broad local file read access, Skill grants broad local file write access.
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 14, 2026 (commit 13146e6a). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings2
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| HIGH | Skill grants broad local file read access The `clippy` tool, as described in the skill, allows reading arbitrary local files via the `--attach` option when sending emails. An AI agent using this skill could be prompted to exfiltrate sensitive files from the local system by attaching them to an email. Restrict the `--attach` option to specific, pre-approved directories or file types, or implement a confirmation step for file attachments. | LLM | SKILL.md:107 | |
| HIGH | Skill grants broad local file write access The `clippy` tool, as described in the skill, allows writing downloaded email attachments to arbitrary local paths via the `-o` option. An AI agent using this skill could be prompted to write malicious files to sensitive locations on the local system. Restrict the `-o` option to specific, pre-approved download directories, or implement a confirmation step for file downloads to arbitrary locations. | LLM | SKILL.md:90 |
Scan History
Embed Code
[](https://skillshield.io/report/e0544a61ac9e7c2d)
Powered by SkillShield