Trust Assessment
jira-multi-project-mapper received a trust score of 72/100, placing it in the Caution category. This skill has some security considerations that users should review before deployment.
SkillShield's automated analysis identified 1 finding: 1 critical, 0 high, 0 medium, and 0 low severity. Key findings include Excessive Permissions Declared.
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 14, 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 | |
|---|---|---|---|---|
| CRITICAL | Excessive Permissions Declared The skill declares highly privileged permissions including 'Bash' and 'Glob'. 'Bash' allows arbitrary command execution on the host system, which can lead to command injection, data exfiltration, and system compromise. 'Glob' allows broad filesystem access, which can be used for data exfiltration or to identify sensitive files. 'Write' and 'Edit' also grant significant control over the filesystem. These permissions are excessive for a skill described as a 'mapper' and pose a significant security risk if the skill's code is compromised or malicious. Review and restrict the 'allowed-tools' to the absolute minimum necessary for the skill's functionality. Avoid 'Bash', 'Glob', 'Write', and 'Edit' unless absolutely critical and justified. If shell execution is required, consider using a more sandboxed or restricted execution environment, or implement strict input validation and sanitization to prevent command injection. | LLM | SKILL.md:1 |
Scan History
Embed Code
[](https://skillshield.io/report/c11476c39a41c3b1)
Powered by SkillShield