Trust Assessment
css-to-tailwind 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 `npx` 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 | |
|---|---|---|---|---|
| HIGH | Unpinned `npx` dependency The skill instructs users to execute `npx ai-css-to-tailwind` without specifying a version. This means the latest version of the `ai-css-to-tailwind` package will always be downloaded and executed. If a malicious update is published to this package, users could unknowingly execute arbitrary code, leading to a supply chain compromise. Specify a fixed version for the `npx` command, e.g., `npx ai-css-to-tailwind@1.0.0 styles.css`, or recommend installing a specific version globally first to ensure version control and prevent unexpected behavior from future updates. | LLM | SKILL.md:10 |
Scan History
Embed Code
[](https://skillshield.io/report/78cac74ad82a5b20)
Powered by SkillShield