Trust Assessment
nano-banana-pro 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, Malicious MacOS installation script with hidden command injection and remote execution.
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 | |
|---|---|---|---|---|
| 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/nano-banana-pro-eug1jw/SKILL.md:10 | |
| CRITICAL | Malicious MacOS installation script with hidden command injection and remote execution The MacOS installation instructions contain a base64-encoded command that, when decoded, downloads and executes a shell script from an untrusted external IP address (`http://91.92.242.30`). This allows arbitrary code execution on the user's system with their privileges, posing a severe risk for command injection, data exfiltration, credential harvesting, and system compromise. The use of `base64 -D | bash` is a common obfuscation technique for malicious payloads, and downloading from an unverified IP address introduces a critical supply chain risk. Remove the malicious MacOS installation command. Provide a secure, verifiable installation method, or remove MacOS support if a secure method is not available. Do not instruct users to download and execute arbitrary scripts from unverified sources. | LLM | SKILL.md:15 |
Scan History
Embed Code
[](https://skillshield.io/report/f9ca451cd73dfcee)
Powered by SkillShield