Trust Assessment
expanso-json-pretty received a trust score of 87/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 2 findings: 0 critical, 0 high, 2 medium, and 0 low severity. Key findings include Missing required field: name, Unpinned dependency installation 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 Findings2
| 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/aronchick/expanso-json-pretty/SKILL.md:1 | |
| MEDIUM | Unpinned dependency installation instruction The skill's `SKILL.md` instructs users to install `expanso-edge` using `clawhub install expanso-edge` without specifying a version. This means the user will always install the latest available version, which could introduce breaking changes, new vulnerabilities, or even malicious code if the `expanso-edge` package or `clawhub` repository is compromised. It's best practice to pin dependencies to specific versions to ensure reproducibility and security. Specify a version for `expanso-edge` in the installation instruction, e.g., `clawhub install expanso-edge==X.Y.Z`, or recommend a method to ensure a specific, known-good version is used. | LLM | SKILL.md:8 |
Scan History
Embed Code
[](https://skillshield.io/report/904d9cbe91b8d625)
Powered by SkillShield