Trust Assessment
cwicr-value-engineering 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, Potential Path Traversal in File Export Function.
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 | Potential Path Traversal in File Export Function The `export_ve_report` function writes an Excel file to a path specified by the `output_path` parameter. If this parameter is directly derived from untrusted user input without proper sanitization, an attacker could provide a malicious path (e.g., `../../../../etc/passwd` or `C:\Windows\System32\config\SAM`) to write files to arbitrary locations on the file system. This could lead to data corruption, denial of service by overwriting critical files or filling disk space, or potentially privilege escalation if sensitive system files are targeted. Implement robust path validation and sanitization for the `output_path` parameter. Ensure that the path is within an allowed, sandboxed directory and does not contain directory traversal sequences (e.g., `..`, `/`, `\`). Consider using a dedicated output directory for all generated reports, or only allowing a filename without path components. | LLM | SKILL.md:293 | |
| 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-value-engineering/SKILL.md:1 |
Scan History
Embed Code
[](https://skillshield.io/report/f86956e7a5596f5a)
Powered by SkillShield