Trust Assessment
storyboard-creation received a trust score of 26/100, placing it in the Untrusted category. This skill has significant security findings that require attention before use in production.
SkillShield's automated analysis identified 3 findings: 2 critical, 1 high, 0 medium, and 0 low severity. Key findings include Arbitrary command execution, Remote code execution: curl/wget pipe to shell, Overly broad Bash permission for infsh CLI.
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 Findings3
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| CRITICAL | Arbitrary command execution Remote code download piped to interpreter Review all shell execution calls. Ensure commands are static (not built from user input), use absolute paths, and are strictly necessary. Prefer library APIs over shell commands. | Manifest | skills/okaris/storyboard-creation/SKILL.md:9 | |
| CRITICAL | Remote code execution: curl/wget pipe to shell Detected a pattern that downloads and immediately executes remote code. This is a primary malware delivery vector. Never pipe curl/wget output directly to a shell interpreter. | Static | skills/okaris/storyboard-creation/SKILL.md:9 | |
| HIGH | Overly broad Bash permission for infsh CLI The skill declares `Bash(infsh *)` as an allowed tool. This grants the skill permission to execute any command starting with `infsh`, including potentially sensitive operations like `infsh app delete`, `infsh config`, or `infsh account` management, which are beyond the scope of storyboarding. This broad permission increases the attack surface if the skill were compromised or contained malicious code, allowing it to perform unintended actions via the `infsh` CLI. Restrict the `Bash` permission to only the specific `infsh` subcommands and arguments required for the skill's intended functionality. For example, if the skill only needs to run specific apps, use `Bash(infsh app run falai/flux-dev-lora --input *)` and `Bash(infsh app run infsh/stitch-images --input *)` instead of the wildcard `*`. | LLM | Manifest:1 |
Scan History
Embed Code
[](https://skillshield.io/report/5b79ecde31a415e5)
Powered by SkillShield