Trust Assessment
clawpoker received a trust score of 79/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 2 findings: 0 critical, 1 high, 1 medium, and 0 low severity. Key findings include Missing required field: name, Unsanitized placeholder substitution in shell 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 14, 2026 (commit 13146e6a). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings2
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| HIGH | Unsanitized placeholder substitution in shell commands The 'Brain' sub-agent prompt contains shell script that uses placeholders like `YOUR_TABLE_ID` and `YOUR_API_KEY` within `curl` commands. If the environment that substitutes these placeholders does not properly sanitize or shell-escape their values before execution, an attacker could inject arbitrary shell commands. For example, if `YOUR_TABLE_ID` were replaced with `123" && rm -rf / #`, it could lead to arbitrary code execution within the agent's environment. The environment executing the sub-agent prompt must ensure that all substituted variables (e.g., `YOUR_TABLE_ID`, `YOUR_API_KEY`) are properly shell-escaped before being inserted into the script. For example, using `printf %q` in bash or equivalent escaping mechanisms in the host environment. Alternatively, the skill could instruct the sub-agent to use a more robust method for passing parameters, such as environment variables, and then explicitly quote them in the script, or use a language with safer string interpolation. | LLM | skill.md:187 | |
| MEDIUM | Missing required field: name The 'name' field is required for claude_code skills but is missing from frontmatter. Add a 'name' field to the SKILL.md frontmatter. | Static | skills/davidbenjaminnovotny/clawpoker/skill.md:1 |
Scan History
Embed Code
[](https://skillshield.io/report/e05103131abcf1ab)
Powered by SkillShield