Security Audit
manikantasai-playwright-automation
github.com/openclaw/skillsTrust Assessment
manikantasai-playwright-automation received a trust score of 72/100, placing it in the Caution category. This skill has some security considerations that users should review before deployment.
SkillShield's automated analysis identified 1 finding: 1 critical, 0 high, 0 medium, and 0 low severity. Key findings include NOPASSWD sudo for npx playwright install commands.
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 | |
|---|---|---|---|---|
| CRITICAL | NOPASSWD sudo for npx playwright install commands The skill's installation instructions in SKILL.md recommend adding a sudoers entry that grants `NOPASSWD` (no password) execution rights for `npx playwright install-deps *` and `npx playwright install *`. This is a severe security risk as it allows any user or process running as that user to execute these commands as root without a password. The wildcard `*` in the command arguments makes this particularly dangerous, as it could allow an attacker to inject arbitrary commands or arguments to `npx` or `playwright` to achieve privilege escalation or arbitrary code execution as root. Remove the `NOPASSWD` directive and the wildcard `*` from the sudoers entry. If sudo is absolutely necessary, require a password and specify the exact commands and arguments allowed, or use a more secure mechanism for dependency installation. Ideally, system-level dependencies should be installed via package managers or a dedicated setup script that doesn't require `NOPASSWD` for general skill execution. | LLM | SKILL.md:206 |
Scan History
Embed Code
[](https://skillshield.io/report/ac1a715814b78d6b)
Powered by SkillShield