Trust Assessment
run-acceptance-tests 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, 0 high, 1 medium, and 0 low severity. Key findings include Potential Command Injection via unsanitized user input in `go test -run` argument.
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 June 1, 2026 (commit 339a1139). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings1
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Potential Command Injection via unsanitized user input in `go test -run` argument The skill provides instructions to run `go test -run=<test_name>`. If the `<test_name>` portion (e.g., `TestAccFeatureHappyPath`) is intended to be derived from untrusted user input without proper sanitization (e.g., escaping shell metacharacters), it could lead to command injection. An attacker could provide a malicious test name like `TestAccMyFeature; rm -rf /` to execute arbitrary commands on the host system. The agent implementing this skill must ensure that any user-provided test names or other dynamic arguments used in the `go test -run` command are properly sanitized or shell-escaped before execution. This prevents malicious input from breaking out of the intended command argument and executing arbitrary shell commands. | Static | SKILL.md:6 |
Scan History
Embed Code
[](https://skillshield.io/report/07b2b781e6e69960)
Powered by SkillShield