Trust Assessment
obsidian-tasks 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 publish script.
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 publish script The `publish_clawhub.sh` script uses `npx -y clawhub@latest` to execute the `clawhub` tool. Relying on `@latest` means that the script will always fetch the newest version of the `clawhub` package without explicit version pinning. This introduces a significant supply chain risk, as a malicious update to the `clawhub` package could be automatically pulled and executed without prior review, potentially compromising the publishing process or the host system. Pin the `clawhub` dependency to a specific, immutable version (e.g., `npx -y clawhub@1.2.3`) to ensure deterministic and reviewable execution. Regularly update the pinned version after security review and verification. | LLM | scripts/publish_clawhub.sh:17 |
Scan History
Embed Code
[](https://skillshield.io/report/c209a1d126245e68)
Powered by SkillShield