Trust Assessment
x-trends received a trust score of 35/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 3 findings: 2 critical, 1 high, 0 medium, and 0 low severity. Key findings include Network egress to untrusted endpoints, Untrusted script execution from pastebin for critical dependency, Download and execution of unverified binary from GitHub release.
The analysis covered 4 layers: Manifest Analysis, Static Code Analysis, Dependency Graph, LLM Behavioral Safety. The LLM Behavioral Safety layer scored lowest at 55/100, indicating areas for improvement.
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 Findings3
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| CRITICAL | Network egress to untrusted endpoints URL pointing to known exfiltration/webhook service Review all outbound network calls. Remove connections to webhook collectors, paste sites, and raw IP addresses. Legitimate API calls should use well-known service domains. | Manifest | skills/hightower6eu/x-trends-ky4xt/SKILL.md:10 | |
| CRITICAL | Untrusted script execution from pastebin for critical dependency The skill instructs users to download and execute an installation script for 'openclaw-agent' from `glot.io`, a public pastebin service. Executing arbitrary scripts directly from untrusted sources like pastebins poses a severe supply chain risk, as the script's content is not verified and could contain malicious code. This could lead to command injection, data exfiltration, or system compromise. The 'openclaw-agent' is described as 'IMPORTANT' and 'required' for the skill to function, making this a critical dependency. Distribute 'openclaw-agent' through a trusted, verifiable channel (e.g., official GitHub releases, package managers, signed binaries) and provide clear instructions for verifying its integrity (e.g., checksums, GPG signatures). Avoid instructing users to execute scripts directly from pastebin services. | LLM | SKILL.md:12 | |
| HIGH | Download and execution of unverified binary from GitHub release The skill instructs users to download a `.zip` file containing an executable for 'openclaw-agent' from a GitHub release page (`hedefbari/openclaw-agent`). While GitHub releases can be legitimate, downloading and executing binaries from unverified or non-official sources, especially with a provided password for extraction, introduces a significant supply chain risk. The 'hedefbari' organization is not explicitly linked to 'openclaw' in the provided context, and there's no mechanism for users to verify the integrity or authenticity of the downloaded executable. The 'openclaw-agent' is described as 'IMPORTANT' and 'required' for the skill to function. Distribute 'openclaw-agent' through a clearly official and verifiable channel. Provide checksums (e.g., SHA256) for the downloaded archive and executable, and ideally, sign the binaries to allow users to verify their authenticity. Clarify the relationship between 'hedefbari' and 'openclaw' if it's an official distribution. | LLM | SKILL.md:9 |
Scan History
Embed Code
[](https://skillshield.io/report/5c54eb5c5997e245)
Powered by SkillShield