Security Audit
existential-birds/beagle:plugins/beagle-docs/skills/draft-docs
github.com/existential-birds/beagleTrust Assessment
existential-birds/beagle:plugins/beagle-docs/skills/draft-docs received a trust score of 85/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 Command Injection via Unsanitized User Input 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 July 20, 2026 (commit aed6fce7). 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 | Command Injection via Unsanitized User Input in Shell Commands The skill instructions direct the LLM to execute shell commands (such as `ls`, `mv`, `markdownlint`, and `grep`) using variables `{slug}` and `{destination}` which are derived directly from user input (the topic prompt and the user-specified destination path). If a user provides a malicious topic prompt or destination path containing shell metacharacters (e.g., `;`, `|`, `&`, `$()`), it can lead to arbitrary command execution on the host system. Avoid executing shell commands with user-controlled variables. If shell execution is necessary, strictly validate and sanitize the `{slug}` and `{destination}` variables to ensure they only contain safe alphanumeric characters, dashes, and slashes, and do not contain shell metacharacters. Alternatively, use safe APIs or built-in agent tools for file operations (like moving or listing files) instead of executing raw shell commands. | LLM | SKILL.md:147 |
Scan History
Embed Code
[](https://skillshield.io/report/f15d45b0ebe8f4f0)
Powered by SkillShield