BF mintyouragent
AI agent toolkit for Solana — launch tokens, play poker, link your agent identity to mintyouragent.com. Reads agent personality files (SOUL.md) for profile linking. Stores wallet in ~/.mintyouragent/. Pure Python CLI.
As a process F 52/100 · Will not run — References files that are not bundled: CONTRIBUTING.md, LICENSE
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.
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 · 5
✓ No critical or high findings
Medium and low: 5
-
low Secrets in code
secret-high-entropy-tokenmya.py:192High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)PUMP_PROGRAM_ID = Pubkey.from_string("6EF8…F6P")quoted -
low Secrets in code
secret-high-entropy-tokenmya.py:193High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)PUMP_GLOBAL = Pubkey.from_string("4wTV…njf")quoted -
low Secrets in code
secret-high-entropy-tokenmya.py:194High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)PUMP_FEE_RECIPIENT = Pubkey.from_string("CebN…9iM")quoted -
low Secrets in code
secret-high-entropy-tokenmya.py:197High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)SOUL_TREASURY = Pubkey.from_string("5Awx…3QP")detector -
low Secrets in code
secret-high-entropy-tokenmya.py:199High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)PUMP_EVENT_AUTHORITY = Pubkey.from_string("Ce6T…9F1")quoted
Files scanned: 6. 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: CONTRIBUTING.md - warning
missing-refreference to a missing file: LICENSE
Process rating: all ten parameters 52/100
Will not run. References files that are not bundled: CONTRIBUTING.md, LICENSE
- 0Tools and files. 2 referenced file(s) missing: CONTRIBUTING.md, LICENSE
- 0Inputs and preconditions. Does not say what the process needs to start
- 30Running it twice. 7 mutating operations with no state check
- 50When it triggers. No condition that starts the skill
- 50Failures and branches. 0 branches, has a failure section
- 60Result and completion. Output format stated, no completion criterion
- 100Steps. 46 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 2938 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 19 top-level sections: this looks like several domains in one skill
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)
- -232 emoji in the instructions: noise for the model
- +1No license
- +2Single-language instructions
- +3Description length 217: enough signal without eating the budget
- +4Structure: 32 headings
- +3Step-by-step instructions: 46 items
- +3Output format is stated explicitly
- +4Has examples (8 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 64.
External checks
ClawHub: suspicious
This is a coherent Solana wallet and agent toolkit, but it needs Review because it exposes wallet keys and can sign or spend funds with under-scoped confirmations and disclosures.
LLM: suspicious (high) · VirusTotal: suspicious · 28 May 2026