Trust Assessment
rfi-management 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 Read/Write via User-Controlled 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 12, 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 Read/Write via User-Controlled Path The `RFIManager` class's `__init__` method accepts a `storage_path` parameter that is directly used by `pandas.read_excel` and `pandas.to_excel` for file operations. If the AI agent's execution environment does not sanitize or restrict this parameter, a malicious actor could specify paths to sensitive system files (e.g., `/etc/passwd`) for reading, or arbitrary locations for writing (e.g., `/tmp/malicious.xlsx`). This could lead to data exfiltration, data corruption, or denial of service by overwriting critical files or filling disk space. Implement strict validation for the `storage_path` parameter within the `RFIManager` class to ensure it is confined to a safe, sandboxed directory (e.g., a skill-specific data directory or a temporary directory). Alternatively, the AI agent's execution environment must rigorously sanitize and restrict file paths provided to the skill to prevent arbitrary file system access. | LLM | SKILL.md:140 | |
| 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/rfi-management/SKILL.md:1 |
Scan History
Embed Code
[](https://skillshield.io/report/04821df39c182940)
Powered by SkillShield