Trust Assessment
punch-list-manager 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 Unsanitized 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 Unsanitized Path The `export_to_excel` method allows writing an Excel file to an arbitrary `output_path` provided by the caller. If this path is controlled by an untrusted user or an LLM prompted by an untrusted user, it could lead to path traversal vulnerabilities, allowing files to be written to sensitive locations on the filesystem. This can result in data corruption, denial of service, or potentially remote code execution if combined with other vulnerabilities (e.g., overwriting web server files or configuration). Implement strict validation and sanitization of the `output_path` argument to prevent path traversal. Ensure that files can only be written to a designated, sandboxed directory (e.g., a temporary directory or a user-specific output folder) and not to arbitrary locations on the filesystem. Consider using `os.path.abspath` combined with `os.path.commonprefix` or `pathlib.Path.resolve()` to ensure the path remains within an allowed base directory. | LLM | SKILL.md:409 | |
| 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/punch-list-manager/SKILL.md:1 |
Scan History
Embed Code
[](https://skillshield.io/report/f6d029c529973800)
Powered by SkillShield