Trust Assessment
warden-agent-builder 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 Suspicious import: requests, Untrusted input used in file path and content generation.
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 | Untrusted input used in file path and content generation The `scripts/init-agent.py` script directly uses user-provided `agent_name` and `description` arguments to create directories and populate file contents without proper sanitization. An attacker could use path traversal sequences (e.g., `../`) in `agent_name` to create directories outside the intended project scope. Furthermore, malicious strings in `agent_name` or `description` could be injected into generated files (e.g., `package.json`, `src/graph.ts/py`), leading to command injection if these files are subsequently executed (e.g., via `npm install`, `npm run dev`, `pip install -r requirements.txt`). Sanitize `agent_name` to prevent path traversal (e.g., ensure it's a simple alphanumeric string or normalize the path). Escape or validate `agent_name` and `description` before interpolating them into file contents, especially for fields that might be executed (like script names in `package.json`). For example, ensure `agent_name` does not contain characters like `"` or `;` that could break out of JSON strings or shell commands. | LLM | scripts/init-agent.py:105 | |
| MEDIUM | Suspicious import: requests Import of 'requests' detected. This module provides network or low-level system access. Verify this import is necessary. Network and system modules in skill code may indicate data exfiltration. | Static | skills/kulotzkih/lex/scripts/test-agent.py:8 |
Scan History
Embed Code
[](https://skillshield.io/report/f03743793a2ec517)
Powered by SkillShield