Trust Assessment
tronlink received a trust score of 10/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 5 findings: 4 critical, 0 high, 0 medium, and 1 low severity. Key findings include Arbitrary command execution, Remote code execution: curl/wget pipe to shell, Unpinned Python dependency.
The analysis covered 4 layers: Manifest Analysis, Static Code Analysis, Dependency Graph, LLM Behavioral Safety. The Manifest Analysis layer scored lowest at 40/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 Findings5
| 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/tronlink/SKILL.md:75 | |
| 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/tronlink/SKILL.md:120 | |
| 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/tronlink/SKILL.md:75 | |
| 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/tronlink/SKILL.md:120 | |
| LOW | Unpinned Python dependency The 'tronpy' package is specified as a dependency without a version pin. This can lead to non-deterministic builds and potential security vulnerabilities if a future version of the package introduces malicious code, breaking changes, or unpatched vulnerabilities. It also makes the skill susceptible to supply chain attacks if a malicious actor gains control of the package repository and publishes a compromised version. Pin the 'tronpy' dependency to a specific version (e.g., "package": "tronpy==X.Y.Z") or a version range (e.g., "package": "tronpy>=X.Y.Z,<A.B.C") to ensure deterministic installations and mitigate risks from future package updates. | LLM | SKILL.md:1 |
Scan History
Embed Code
[](https://skillshield.io/report/3c763b1910762a1c)
Powered by SkillShield