Trust Assessment
anime received a trust score of 90/100, placing it in the Trusted category. This skill has passed all critical security checks and demonstrates strong security practices.
SkillShield's automated analysis identified 1 finding: 0 critical, 1 high, 0 medium, and 0 low severity. Key findings include Potential Command Injection via `anime` script arguments.
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 | Potential Command Injection via `anime` script arguments The skill's `SKILL.md` describes a CLI interface for an `anime` script that takes user-controlled input such as `query` for search and `mal_id` for details. The manifest indicates the skill uses `bash`, `curl`, and `jq`. If the underlying `anime` shell script does not properly sanitize or quote these user-provided arguments when constructing shell commands (e.g., `curl` requests), it could be vulnerable to command injection. An attacker could inject malicious shell commands by crafting specific `query` or `mal_id` values, leading to arbitrary code execution on the host system. The `anime` script (which is not provided in this context) must ensure all user-supplied arguments are properly sanitized and quoted before being passed to shell commands. For shell scripts, this often involves using `printf %q` for arguments or ensuring variables are always double-quoted and that special characters are escaped. For `curl` specifically, parameters should be passed using `-d` or `-G` with proper URL encoding, or by ensuring the `q` parameter is URL-encoded before being embedded in the URL. | LLM | SKILL.md:28 |
Scan History
Embed Code
[](https://skillshield.io/report/6b208189240f5d8d)
Powered by SkillShield