CC tron-wallet
This skill should be used when the user asks to 'check my TRX balance', 'show my TRON holdings', 'what tokens do I have on TRON', 'check my TRON wallet', 'TronLink balance', 'view my TRC-20 tokens', 'TRON transaction history', 'account info on TRON', or mentions checking wallet balance, viewing transaction history, or managing a TronLink wallet. Do NOT use for swap/trading — use tron-swap instead. Do NOT use for staking — use tron-staking instead.
As a process C 58/100 · Has gaps — weak spots: result and completion, inputs and preconditions, consistency
What is at stake
Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The skill contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.
Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.
How to improve
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 30
✓ No critical or high findings
Medium and low: 30
-
medium Dangerous commands
cmd-pipe-to-shell-known-hostREADME.md:16Pipe-to-shell installer from a well-known host (still executes remote code)curl -sSL https://raw.githubusercontent.com/TronLink/tronlink-skills/main/install.sh | sh
-
medium Dangerous commands
cmd-pipe-to-shell-known-hostREADME.md:28Pipe-to-shell installer from a well-known host (still executes remote code)curl -sSL https://raw.githubusercontent.com/TronLink/tronlink-skills/main/uninstall.sh | sh
-
medium Dangerous commands
cmd-shell-rcuninstall.sh:160Writes to a shell startup fileecho " ~/.bashrc ~/.zshrc ~/.profile"
-
low Secrets in code
secret-high-entropy-tokendocs/claude-integration-guide.md:36High-entropy token-like string (may be an id, hash or a credential)💬 You: Check the TRX balance for T9yD…Wwb
-
low Secrets in code
secret-high-entropy-tokendocs/claude-integration-guide.md:39High-entropy token-like string (may be an id, hash or a credential)[Executing: node scripts/tron_api.mjs wallet-balance --address T9yD…Wwb]
-
low Secrets in code
secret-high-entropy-tokendocs/claude-integration-guide.md:46High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)[Executing: node scripts/tron_api.mjs resource-info --address T9yD…Wwb]
detector -
low Secrets in code
secret-high-entropy-tokendocs/claude-integration-guide.md:147High-entropy token-like string (may be an id, hash or a credential)Use tron_api.mjs to run a security audit on the USDT contract TR7N…j6t
-
low Secrets in code
secret-high-entropy-tokendocs/claude-integration-guide.md:183High-entropy token-like string (may be an id, hash or a credential)node scripts/tron_api.mjs validate-address --address TR7N…j6t
-
low Secrets in code
secret-high-entropy-tokendocs/integration-guide.sh:23High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)# 💬 "Check the TRX balance for this address: T9yD…Wwb"
quoted -
low Dangerous commands
cmd-pipe-to-shell-known-hostinstall.sh:8Pipe-to-shell installer from a well-known host (still executes remote code) (code comment)# curl -sSL https://raw.githubusercontent.com/TronLink/tronlink-skills/main/install.sh | sh
comment -
low Secrets in code
secret-high-entropy-tokeninstall.sh:315High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)echo " --address TR7N…j6t"
quoted -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:130High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…9dM/mwVgvbZJaSNaRk+bshk…Kbz+IoId…W0Q==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:173High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…SDq+2kAA…MOe/+5cdoEdg==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:211High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…FrF+LTRo…W3g==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:221High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…A6j+hAmM…GbS+kf5c…csw==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:231High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…5bm+c2gQ…aG5+esrLODihIorn+Pe6F…dXA==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage.json:24High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"test": "node scripts/tron_api.mjs validate-address --address TR7N…j6t",
quoted -
low Secrets in code
secret-high-entropy-tokenREADME.md:81High-entropy token-like string (may be an id, hash or a credential)node scripts/tron_api.mjs token-info --contract TR7N…j6t
-
low Secrets in code
secret-high-entropy-tokenREADME.md:86High-entropy token-like string (may be an id, hash or a credential)--to-token TR7N…j6t \
-
low Secrets in code
secret-high-entropy-tokenscripts/tron_api.mjs:48High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)USDT: { contract: "TR7N…j6t", symbol: "USDT", decimals: 6, name: "Tether USD" },quoted -
low Secrets in code
secret-high-entropy-tokenscripts/tron_api.mjs:49High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)USDC: { contract: "TEkx…dz8", symbol: "USDC", decimals: 6, name: "USD Coin" },quoted -
low Secrets in code
secret-high-entropy-tokenscripts/tron_api.mjs:50High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)WTRX: { contract: "TNUC…WFR", symbol: "WTRX", decimals: 6, name: "Wrapped TRX" },quoted -
low Secrets in code
secret-high-entropy-tokenscripts/tron_api.mjs:51High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)BTT: { contract: "TAFj…Vp4", symbol: "BTT", decimals: 18, name: "BitTorrent" },quoted -
low Secrets in code
secret-high-entropy-tokenscripts/tron_api.mjs:52High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)JST: { contract: "TCFL…Zy9", symbol: "JST", decimals: 18, name: "JUST" },quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:51High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| USDT | `TR7N…j6t` |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:52High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| USDC | `TEkx…dz8` |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:53High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| WTRX | `TNUC…WFR` |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:54High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| BTT | `TAFj…Vp4` |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:55High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| JST | `TCFL…Zy9` |
table -
low Dangerous commands
cmd-pipe-to-shell-known-hostuninstall.sh:15Pipe-to-shell installer from a well-known host (still executes remote code) (code comment)# curl -sSL https://raw.githubusercontent.com/TronLink/tronlink-skills/main/uninstall.sh | sh
comment
Files scanned: 14. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
✓ No remarks against the Agent Skills spec
Process rating: all ten parameters 58/100
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 40Consistency. Frontmatter name (tron-wallet) differs from the folder (tronlink-skills)
- 50Failures and branches. 0 branches, has a failure section
- 60Tools and files. Uses tools (bash, node) that frontmatter does not declare
- 100Steps. 11 steps
- 100When it triggers. States when to use and when not to
- 100Execution cost. Instruction body is 826 tokens
- 100Running it twice. No mutating operations
- 100Progress reporting. Reports progress
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +5Description has no quoted example phrases that should trigger the skill
- +3Output format is not stated: the model decides each time
- -43 reference files, but SKILL.md never points to them: the model will not open them
- -31 of 2 scripts are never mentioned in SKILL.md
- +2Single-language instructions
- +4Description says when NOT to use the skill
- +3Description length 451: enough signal without eating the budget
- +4Structure: 13 headings
- +3Step-by-step instructions: 11 items
- +4Has examples (8 code blocks)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 82.