Trust Assessment
cwicr-change-order 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, Arbitrary File Write via Unvalidated Path.
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 Findings2
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| HIGH | Arbitrary File Write via Unvalidated Path The `export_change_order` method allows writing an Excel file to an arbitrary path specified by the `output_path` argument. If this argument is controlled by untrusted input, an attacker could write files to sensitive locations on the file system, potentially overwriting critical system files, creating malicious files, or causing a denial of service by filling up disk space. There is no validation or sanitization of the `output_path` to restrict it to a safe directory. Implement strict validation for `output_path`. Ensure that the path is either relative to a designated safe output directory or that the base directory is explicitly controlled and sandboxed. Consider using a temporary file mechanism or requiring the user to provide only a filename, with the skill determining the safe storage location. | LLM | SKILL.md:305 | |
| 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 | skills/datadrivenconstruction/cwicr-change-order/SKILL.md:1 |
Scan History
Embed Code
[](https://skillshield.io/report/b709d53aef8decec)
Powered by SkillShield