Trust Assessment
todoist received a trust score of 94/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, 1 medium, and 0 low severity. Key findings include Unpinned Go module dependency.
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
Behavioral Risk Signals
Security Findings1
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Unpinned Go module dependency The `go install` command specified in the skill's manifest uses `@latest` for the `github.com/buddyh/todoist-cli/cmd/todoist` module. This practice can introduce supply chain risks as it fetches the most recent version available, which might contain breaking changes, new vulnerabilities, or even malicious code if the upstream repository is compromised. Pinning to a specific version tag (e.g., `@v1.2.3`) or a commit hash ensures deterministic and more secure installations. Update the `go install` command in the manifest to specify a fixed version tag (e.g., `@vX.Y.Z`) or a specific commit hash instead of `@latest` to ensure deterministic and secure dependency resolution. | LLM | manifest.json |
Scan History
Embed Code
[](https://skillshield.io/report/928a78befab35286)
Powered by SkillShield