BC trongrid-token-scanner
Deep analysis of any specific TRC-20 or TRC-10 token on TRON including supply, price, holder distribution, contract details, activity metrics, and safety assessment. Use when a user asks about a specific token, wants to check token legitimacy, analyze holder concentration, verify token safety, or perform token due diligence.
As a process C 56/100 · Has gaps — weak spots: result and completion, when it triggers, running it twice
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 · 11
✓ No critical or high findings
Medium and low: 11
-
low Secrets in code
secret-high-entropy-tokenexamples/scan-usdt-token.md:11High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)1. **Token Metadata** → `getT…nfo("TR7N…j6t")` → Name, symbol, decimalsfixturequoted -
low Secrets in code
secret-high-entropy-tokenexamples/scan-usdt-token.md:12High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)2. **Contract Info** → `getContractInfo("TR7N…j6t")` → Deployer, energy settingsfixturequoted -
low Secrets in code
secret-high-entropy-tokenexamples/scan-usdt-token.md:13High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition; test fixture / example file)3. **Contract ABI** → `getContract("TR7N…j6t")` → ABI for verificationdetectorfixture -
low Secrets in code
secret-high-entropy-tokenexamples/scan-usdt-token.md:14High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)4. **Top Holders** → `getT…ers("TR7N…j6t", limit=20)` → Distributionfixturequoted -
low Secrets in code
secret-high-entropy-tokenexamples/scan-usdt-token.md:15High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)5. **Transactions** → `getContractTransactions("TR7N…j6t", limit=100)` → Activityfixturequoted -
low Secrets in code
secret-high-entropy-tokenexamples/token-safety-check.md:6High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file)Is this token safe? TQn9…LSE
fixture -
low Secrets in code
secret-high-entropy-tokenexamples/token-safety-check.md:11High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)1. **Token Metadata** → `getT…nfo("TQn9…LSE")` → Name, symbolfixturequoted -
low Secrets in code
secret-high-entropy-tokenexamples/token-safety-check.md:12High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)2. **Contract Info** → `getContractInfo("TQn9…LSE")` → Deployer, settingsfixturequoted -
low Secrets in code
secret-high-entropy-tokenexamples/token-safety-check.md:13High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)3. **Contract ABI** → `getContract("TQn9…LSE")` → ABI checkfixturequoted -
low Secrets in code
secret-high-entropy-tokenexamples/token-safety-check.md:14High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)4. **Holders** → `getT…ers("TQn9…LSE", limit=20)` → Concentrationfixturequoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:20High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- **TRC-20**: Identified by contract address (e.g., `TR7N…j6t` for USDT)
quoted
Files scanned: 4. 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 56/100
- 0Result and completion. Does not say what the result is
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 1 mutating operations with no state check
- 50Failures and branches. 0 branches, has a failure section
- 60Tools and files. Uses tools (web) that frontmatter does not declare
- 70Inputs and preconditions. Inputs and preconditions are listed
- 100Steps. 17 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 855 tokens
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
- +4Description does not say when NOT to use the skill (false activations)
- +3Output format is not stated: the model decides each time
- +1No license
- +2Single-language instructions
- +3Description length 326: enough signal without eating the budget
- +4Structure: 12 headings
- +3Step-by-step instructions: 17 items
- +4Has examples (1 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 84.