Trust Assessment
Forge 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 `claude-flow/cli` 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 12, 2026 (commit 13146e6a). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Security Findings1
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Unpinned `claude-flow/cli` dependency The skill uses `npx @claude-flow/cli@latest` for several critical operations (memory store, search, swarm init). Using `@latest` means the skill is not pinned to a specific version of the `claude-flow/cli` tool. This introduces a supply chain risk where a new, potentially breaking or malicious version of the CLI could be pulled, leading to unexpected behavior, security vulnerabilities, or system compromise without explicit review. Pin the `claude-flow/cli` dependency to a specific, known-good version (e.g., `npx @claude-flow/cli@1.2.3`). Regularly review and update the pinned version after verifying its integrity and functionality. | LLM | SKILL.md:192 |
Scan History
Embed Code
[](https://skillshield.io/report/17895ced4d718ab2)
Powered by SkillShield