Trust Assessment
komodo 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: urllib.request, Potential Data Exfiltration via Local File Read.
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 Data Exfiltration via Local File Read The `cmd_create_stack` function in `scripts/komodo.py` reads the content of local files specified by the `compose_file_path` and `env_file_path` arguments. These contents are then sent to the remote Komodo API. An attacker could craft a prompt that instructs the LLM to provide paths to sensitive local files (e.g., `/etc/passwd`, `~/.ssh/id_rsa`, API keys, configuration files), leading to their exfiltration to the `KOMODO_ADDRESS`. Restrict the `create-stack` command's ability to read arbitrary local files. Consider requiring file content to be passed directly as a string argument to the tool, or implement a whitelist/sandbox for allowed file paths. Alternatively, ensure the Komodo API itself has robust access controls and logging for file content submissions. | LLM | scripts/komodo.py:203 | |
| MEDIUM | Suspicious import: urllib.request Import of 'urllib.request' 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/weird-aftertaste/komodo/scripts/komodo.py:58 |
Scan History
Embed Code
[](https://skillshield.io/report/c727a7791154b3be)
Powered by SkillShield