Trust Assessment
frontend-architect received a trust score of 79/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 2 findings: 0 critical, 1 high, 1 medium, and 0 low severity. Key findings include Missing required field: name, Excessive Permissions Declared in Manifest.
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 15, 2026 (commit 1823c3f6). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings2
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| HIGH | Excessive Permissions Declared in Manifest The skill declares 'Bash' permission, which allows arbitrary command execution on the host system. It also declares 'Write', 'Edit', 'Glob', and 'Grep' permissions, granting extensive file system manipulation and reconnaissance capabilities. While a frontend architect skill might require file operations, the combination, especially 'Bash' access, is overly broad and poses a significant security risk if the agent is compromised or misused, potentially leading to command injection, data exfiltration, or system compromise. Restrict 'allowed-tools' to the minimum necessary for the skill's functionality. If 'Bash' is truly required, ensure its usage is strictly confined to specific, safe commands and consider using more granular tools if available (e.g., a dedicated 'npm' tool instead of general 'Bash'). For file operations, consider if 'Read' and 'Write' are sufficient without 'Edit', 'Glob', or 'Grep' for general architectural tasks. | LLM | Manifest:1 | |
| MEDIUM | Missing required field: name The 'name' field is required for claude_code skills but is missing from frontmatter. Add a 'name' field to the SKILL.md frontmatter. | Static | plugins/specweave-frontend/skills/frontend-architect/SKILL.md:1 |
Scan History
Embed Code
[](https://skillshield.io/report/4417042cff6beeb3)
Powered by SkillShield