Security Audit
dkyazzentwatwa/chatgpt-skills:geocoder
github.com/dkyazzentwatwa/chatgpt-skillsTrust Assessment
dkyazzentwatwa/chatgpt-skills:geocoder received a trust score of 72/100, placing it in the Caution category. This skill has some security considerations that users should review before deployment.
SkillShield's automated analysis identified 3 findings: 0 critical, 1 high, 2 medium, and 0 low severity. Key findings include Unpinned Python dependency version, Arbitrary File Read/Write via CSV Operations.
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 24, 2026 (commit d4bad335). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings3
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| HIGH | Arbitrary File Read/Write via CSV Operations The `geocode_csv` and `reverse_csv` methods, as well as their corresponding CLI arguments (`--input`, `--output`), allow the skill to read from and write to arbitrary file paths on the filesystem. An attacker controlling the `input` or `output` parameters could potentially read sensitive files (e.g., configuration files, credentials) or overwrite critical system files, leading to data exfiltration, denial of service, or even remote code execution if an overwritten file is later executed. Restrict file operations to a designated, sandboxed directory. Implement strict validation and sanitization of all user-provided file paths to ensure they are within an allowed scope and do not contain directory traversal sequences (e.g., `../`). If possible, use file handles or temporary files instead of direct paths for user-provided content. | LLM | scripts/geocoder.py:204 | |
| MEDIUM | Unpinned Python dependency version Requirement 'geopy>=2.4.0' is not pinned to an exact version. Pin Python dependencies with '==<exact version>'. | Dependencies | geocoder/scripts/requirements.txt:1 | |
| MEDIUM | Unpinned Python dependency version Requirement 'pandas>=2.0.0' is not pinned to an exact version. Pin Python dependencies with '==<exact version>'. | Dependencies | geocoder/scripts/requirements.txt:2 |
Scan History
Embed Code
[](https://skillshield.io/report/979f0fc6cc335815)
Powered by SkillShield