BF potato-tipper
Skill for AI agents to setup the Potato Tipper on a Universal Profile on LUKSO (requires private key), and learn to build innovative tip-on-follow solutions.
Skill for AI agents to setup the Potato Tipper on a Universal Profile on LUKSO (requires private key), and learn to build innovative tip-on-follow solutions.
As a process F 33/100 · Will not run — References files that are not bundled: 3, 2
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- The text references files that are not there: add them or drop the references.
- 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 · 22
✓ No critical or high findings
Medium and low: 22
-
low Secrets in code
secret-high-entropy-tokenREADME.md:31High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| PotatoTipper | `0x5e…73d` | `0xB8…d66` |
table -
low Secrets in code
secret-high-entropy-tokenREADME.md:32High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| $POTATO Token | `0x80…1ce` | `0xE8…A13` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/addresses.md:7High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| LUKSO Mainnet | `0x5e…73d` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/addresses.md:8High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| LUKSO Testnet | `0xB8…d66` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/addresses.md:16High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| LUKSO Mainnet | `0x80…1ce` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/addresses.md:17High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| LUKSO Testnet | `0xE8…A13` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/addresses.md:25High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| LUKSO Mainnet | `0xf0…DcA` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/config-and-data-keys.md:15High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- `LSP1…ion`
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/config-and-data-keys.md:24High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- `LSP1…ion`
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/repo-overview.md:17High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- Implements `ILSP…ate`.
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/solidity-examples.md:85High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file)import {ILSP…ate} from "@lukso/lsp1…cts/contracts/ILSP…sol";fixture -
low Secrets in code
secret-high-entropy-tokenreferences/solidity-examples.md:168High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file)resultDefaultDelegate = ILSP…ate(lsp1…ate)
fixture -
low Secrets in code
secret-high-entropy-tokenreferences/solidity-examples.md:186High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file)resultTypeIdDelegate = ILSP…ate(lsp1…ate)
fixture -
low Secrets in code
secret-high-entropy-tokenreferences/solidity-examples.md:205High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)> Both delegates must implement the `ILSP…ate` interface. The owner of the contract can configure delegates via `setData(...)` using the same ERC725Y data keys a Universal Profil
fixturequoted -
low Secrets in code
secret-high-entropy-tokenreferences/typescript-examples.md:38High-entropy token-like string (may be an id, hash or a credential) (placeholder value)keyName: 'LSP1…te:<bytes32>',
placeholder -
low Secrets in code
secret-high-entropy-tokenreferences/typescript-examples.md:43High-entropy token-like string (may be an id, hash or a credential) (placeholder value)keyName: 'LSP1…te:<bytes32>',
placeholder -
low Secrets in code
secret-high-entropy-tokenreferences/typescript-examples.md:83High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)const POTATO_TIPPER_MAINNET = '0x5e…73d';
fixturequoted -
low Secrets in code
secret-high-entropy-tokenreferences/typescript-examples.md:117High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)const POTATO_TOKEN_MAINNET = '0x80…1ce';
fixturequoted -
low Secrets in code
secret-high-entropy-tokenscripts/setup_potato_tipper.sh:48High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)POTATO_TIPPER_ADDRESS="0xB8…d66"
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/setup_potato_tipper.sh:49High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)POTATO_TOKEN_ADDRESS="0xE8…A13"
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/setup_potato_tipper.sh:52High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)POTATO_TIPPER_ADDRESS="0x5e…73d"
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/setup_potato_tipper.sh:53High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)POTATO_TOKEN_ADDRESS="0x80…1ce"
quoted
Files scanned: 18. 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") - warning
missing-refreference to a missing file: 3 - warning
missing-refreference to a missing file: 2
Process rating: all ten parameters 33/100
- 0Tools and files. 2 referenced file(s) missing: 3, 2
- 0Result and completion. Does not say what the result is
- 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
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 4 mutating operations with no state check
- 100Steps. 44 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 2698 tokens
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
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 157: enough signal without eating the budget
- +4Structure: 18 headings
- +3Step-by-step instructions: 44 items
- +4Has examples (2 code blocks)
- +4Reference files are cited in the instructions (11 of 11)
- +3All 1 scripts are documented
Quality base 70; lint remarks subtract, signals add up to 100. Result: 70.