BC payment-link-reader
Fetch product info by payment link ID. Calls GStable API to get payment link details, returns product name, description, price, and supported payment tokens. Ideal for AI assistants parsing payment links and displaying product information.
As a process C 61/100 · Has gaps — weak spots: inputs and preconditions, failures and branches, progress reporting
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
For the model run — optional
- 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-tokenpackage-lock.json:19High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…7pY+zoMV…h0x/Ptw8…8dg==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:36High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…b00+Gxjx…zRc/oZwU…hzA==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:104High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha512-vHk/hA7/1Ack…wbo+jaSh…Gtl+A5zq…HFg==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:138High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…Dsc+j03S…0oA==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:427High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…NS8+tHW7…WOF+PEzk…X4Q==",
detector -
low Secrets in code
secret-high-entropy-tokenREADME.md:37High-entropy token-like string (may be an id, hash or a credential)npm run get-link -- lnk_…tua
-
low Secrets in code
secret-high-entropy-tokenREADME.md:47High-entropy token-like string (may be an id, hash or a credential)npm run get-link -- lnk_…tua
-
low Secrets in code
secret-high-entropy-tokenscripts/getPaymentLink.ts:148High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)npm run get-link -- lnk_…tua
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:38High-entropy token-like string (may be an id, hash or a credential)npm run get-link -- lnk_…tua
-
low Secrets in code
secret-high-entropy-tokenSKILL.md:87High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)User: What's in this payment link lnk_…tua?
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:89High-entropy token-like string (may be an id, hash or a credential)Agent: [cd {baseDir} && npm run get-link -- lnk_…tua]
Files scanned: 8. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
description-no-whendescription does not say WHEN to use the skill (no "use when")
Process rating: all ten parameters 61/100
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Failures and branches. Linear process with no failure handling
- 0Progress reporting. Says nothing while it works
- 60Tools and files. Uses tools (bash, node) that frontmatter does not declare
- 60Result and completion. Output format stated, no completion criterion
- 70When it triggers. States when to use, but not when not to
- 100Steps. 9 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 737 tokens
- 100Running it twice. No mutating operations
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)
- -31 of 1 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +3Description length 239: enough signal without eating the budget
- +4Structure: 9 headings
- +3Step-by-step instructions: 9 items
- +3Output format is stated explicitly
- +4Has examples (7 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 72.
External checks
ClawHub: clean
This skill is a straightforward payment-link lookup utility that sends a user-provided GStable link ID to a documented API and prints product details.
LLM: benign (high) · VirusTotal: · 29 May 2026