Trust Assessment
coding-agent received a trust score of 98/100, placing it in the Trusted category. This skill has passed all critical security checks and demonstrates strong security practices.
SkillShield's automated analysis identified 1 finding: 0 critical, 0 high, 0 medium, and 1 low severity. Key findings include Unpinned npm dependency instruction.
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
Security Findings1
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| LOW | Unpinned npm dependency instruction The skill instructs the user to install an npm package globally without specifying a version. This can lead to supply chain risks if a future version of the package introduces breaking changes, vulnerabilities, or malicious code. It is best practice to pin dependencies to a specific version or at least a major version range to mitigate such risks. Instruct the user to install a specific version of the `pi-coding-agent` package, e.g., `npm install -g @mariozechner/pi-coding-agent@1.2.3` or `npm install -g @mariozechner/pi-coding-agent@^1.0.0` to mitigate risks from unvetted future updates. | LLM | SKILL.md:126 |
Scan History
Embed Code
[](https://skillshield.io/report/9a92c7600e187dfb)
Powered by SkillShield