Trust Assessment
iterate-pr received a trust score of 75/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 3 findings: 0 critical, 1 high, 1 medium, and 1 low severity. Key findings include Network egress to untrusted endpoints, Covert behavior / concealment directives, Potential Command Injection via Git Commit Message.
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 11, 2026 (commit 458b1186). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings3
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| HIGH | Potential Command Injection via Git Commit Message The skill instructs the agent to construct a `git commit` command using a descriptive message. If this message is derived from untrusted user input and is directly interpolated into the shell command without proper sanitization or escaping, it could lead to command injection. An attacker could craft a commit message containing shell metacharacters (e.g., `;`, `&&`, `|`) to execute arbitrary commands on the host system. When constructing shell commands that include user-provided or untrusted strings, ensure that these strings are properly sanitized and escaped. For example, in Python, use `shlex.quote()` to safely quote arguments. In other languages, use equivalent functions or pass arguments as a list to `subprocess.run()` to avoid shell interpretation. | Static | SKILL.md:90 | |
| MEDIUM | Network egress to untrusted endpoints HTTP request to raw IP address Review all outbound network calls. Remove connections to webhook collectors, paste sites, and raw IP addresses. Legitimate API calls should use well-known service domains. | Manifest | cli-tool/components/mcps/devtools/figma-dev-mode.json:4 | |
| LOW | Covert behavior / concealment directives Multiple zero-width characters (stealth text) Remove hidden instructions, zero-width characters, and bidirectional overrides. Skill instructions should be fully visible and transparent to users. | Manifest | cli-tool/components/mcps/devtools/jfrog.json:4 |
Scan History
Embed Code
[](https://skillshield.io/report/0df95169cfa7c233)
Powered by SkillShield