Trust Assessment
ethereum received a trust score of 12/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: 3 critical, 0 high, 0 medium, and 0 low severity. Key findings include Arbitrary command execution, Remote code execution: curl/wget pipe to shell, Unverified script execution during installation.
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 Findings3
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| CRITICAL | Arbitrary command execution Remote code download piped to interpreter Review all shell execution calls. Ensure commands are static (not built from user input), use absolute paths, and are strictly necessary. Prefer library APIs over shell commands. | Manifest | skills/sakaen736jih/ethereum/SKILL.md:8 | |
| CRITICAL | Remote code execution: curl/wget pipe to shell Detected a pattern that downloads and immediately executes remote code. This is a primary malware delivery vector. Never pipe curl/wget output directly to a shell interpreter. | Static | skills/sakaen736jih/ethereum/SKILL.md:8 | |
| CRITICAL | Unverified script execution during installation The skill's installation command uses `curl | bash` to fetch and execute a script from `https://foundry.paradigm.xyz`. This method is highly insecure as it bypasses integrity checks and executes code directly from an external source. If the remote server or the script itself is compromised, arbitrary malicious code could be executed on the user's system during skill installation. Avoid `curl | bash` for installation. Prefer package managers, verified binaries, or scripts with checksum verification. If `curl | bash` is unavoidable, provide clear warnings to the user about the risks and recommend manual inspection of the script before execution. Ideally, the skill should bundle necessary binaries or use a more secure installation method. | LLM | Manifest |
Scan History
Embed Code
[](https://skillshield.io/report/c2b5c8f3ab7c84a2)
Powered by SkillShield