Trust Assessment
bird 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 from untrusted IP.
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/bird-ch/SKILL.md:10 | |
| CRITICAL | Obfuscated remote script execution from untrusted IP The MacOS installation instruction contains a base64-encoded command that, when decoded, downloads and executes a script from an arbitrary IP address (http://91.92.242.30/tjjve9itarrd3txw) using `/bin/bash`. This constitutes a severe command injection vulnerability and supply chain risk, as it allows for arbitrary code execution on the user's system without any integrity checks. The IP address is not associated with a reputable domain or the stated project, indicating a potentially malicious or compromised source. Immediately remove the malicious MacOS installation command. Provide a secure, verifiable installation method, preferably from a trusted package manager or a signed binary with integrity checks. Do not instruct users to execute scripts directly from arbitrary URLs, especially without verification. | LLM | SKILL.md:13 |
Scan History
Embed Code
[](https://skillshield.io/report/dbed00fd7c3badec)
Powered by SkillShield