Trust Assessment
cloudflare-gen 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 npm package execution via npx.
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 | |
|---|---|---|---|---|
| HIGH | Unpinned npm package execution via npx The skill instructs users to execute an npm package (`ai-cloudflare`) using `npx` without specifying a version. This means `npx` will always fetch and run the latest available version. If a malicious update or a typosquatting attack occurs on the `ai-cloudflare` package, users could unknowingly execute compromised code, leading to various security incidents like data exfiltration, command injection, or credential harvesting. Pin the `npx` command to a specific, known-good version of the package (e.g., `npx ai-cloudflare@1.2.3`). Regularly review and update the pinned version after verifying new releases for security. Alternatively, provide instructions for users to install the package globally or locally with a version lock. | LLM | SKILL.md:16 |
Scan History
Embed Code
[](https://skillshield.io/report/9f3d154d9175ce85)
Powered by SkillShield