AB solana-stablecoin-payments-tracking
Real-time streaming Solana SPL stablecoin transfers (USDT and USDC) over WebSocket from the Bitquery GraphQL API. Subscribes to Transfers filtered by USDT/USDC mints and excludes swap transactions. Returns amount, AmountInUSD, sender/receiver, currency, block time/slot/height, transaction signature/fees, and program method. Use for Solana stablecoin payments, USDC/USDT streams, SPL stablecoin activity, non-swap transfers, Bitquery Solana transfers, or treasury monitoring.
As a process B 75/100 · Nearly there — weak spots: when it triggers, running it twice
How to improve
- 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-tokenreferences/graphql-fields.md:7High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| USDT (SPL) | `Es9v…NYB` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/graphql-fields.md:8High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| USDC (SPL) | `EPjF…t1v` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/graphql-fields.md:23High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"Es9v…NYB",
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/graphql-fields.md:24High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"EPjF…t1v"
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/stream_stablecoin_payments.py:5High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)USDT (Es9v…NYB) or USDC
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/stream_stablecoin_payments.py:6High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)(EPjF…t1v), and where the instruction program
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/stream_stablecoin_payments.py:42High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"Es9v…NYB",
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/stream_stablecoin_payments.py:43High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"EPjF…t1v"
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:19High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)This skill provides a **real-time WebSocket subscription** to **Solana token transfers** where the mint is **USDT** (`Es9v…NYB`) or **USDC** (`EPjF…qN1
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:126High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"Es9v…NYB",
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:127High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"EPjF…t1v"
quoted
Files scanned: 5. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- note
frontmatter-keyunknown frontmatter key "requires"
Process rating: all ten parameters 75/100
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 4 mutating operations with no state check
- 60Tools and files. Uses tools (bash, python) that frontmatter does not declare
- 60Result and completion. Output format stated, no completion criterion
- 100Steps. 21 steps
- 100Inputs and preconditions. Inputs and preconditions are listed
- 100Failures and branches. 2 branches, has a failure section
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 1627 tokens
- 100Progress reporting. Reports progress
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low 11 top-level sections: this looks like several domains in one skill
- medium 4 test cases, all positive: not one "should refuse" or "should ask first"
- low No test case covers injection arriving through data
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)
- +1No license
- +2Single-language instructions
- +3Description length 476: enough signal without eating the budget
- +4Structure: 12 headings
- +3Step-by-step instructions: 21 items
- +3Output format is stated explicitly
- +4Has examples (6 code blocks)
- +4Reference files are cited in the instructions (1 of 1)
- +3All 1 scripts are documented
Quality base 70; lint remarks subtract, signals add up to 100. Result: 93.