Trust Assessment
auto-context received a trust score of 86/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 1 finding: 0 critical, 1 high, 0 medium, and 0 low severity. Key findings include Unpinned Dependency in Installation Command.
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 Findings1
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| HIGH | Unpinned Dependency in Installation Command The installation command `npx clawhub@latest install auto-context` uses the `@latest` tag for the `clawhub` package. This means that the specific version of `clawhub` is not pinned, and future installations could pull a different, potentially malicious, or incompatible version of the dependency. This introduces a supply chain risk as the integrity and behavior of the skill could change without explicit review. Pin the dependency to a specific version, e.g., `npx clawhub@1.2.3 install auto-context`, to ensure deterministic and secure installations. Regularly review and update pinned versions. | LLM | SKILL.md:12 |
Scan History
Embed Code
[](https://skillshield.io/report/bac24c061d9c8cdf)
Powered by SkillShield