CC mamo
Interact with Mamo DeFi yield strategies on Base (Moonwell). Deposit/withdraw USDC, cbBTC, MAMO, or ETH into automated yield strategies. Check APY rates and account status.
Interact with Mamo DeFi yield strategies on Base (Moonwell).
As a process C 51/100 · Has gaps — weak spots: result and completion, when it triggers, inputs and preconditions
What is at stake
Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The purpose itself is risky: wallets, browser password stores, offensive security. Even an honest implementation gives the agent access to things that cost money.
Explain in the description why the access is needed and how it is limited; add tests that show refusals on dangerous requests.
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- 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 · 30
✓ No critical or high findings
Medium and low: 30
-
medium Risky intent
intent-wallet-secretsREADME.md:41Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target# Set your wallet private key
-
medium Risky intent
intent-wallet-secretsreferences/mamo-api.md:16Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target2. Sign message with wallet private key
-
medium Risky intent
intent-wallet-secretsSKILL.md:20Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer targetexport MAMO_WALLET_KEY=0x... # wallet private key
-
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:94High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…SzS+cfgl…B0A==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:115High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha512-GZMB+a0mO…4cw+w1WV…UED+1X8a…sJi+8mgpw==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:285High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…HK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXP…R8w==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:506High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…78O/B3Kkh+nKABUF++bvJv…56W+C8F9…X6m+IktJnIb1Jjg==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:610High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…cjV+2Z+GK+EEY7…R4x+N3TA…nIr+TMcC…z6Q==",
detector -
low Secrets in code
secret-high-entropy-tokenreferences/contracts.md:9High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| USDC | `0x83…913` | 6 |
table -
low Secrets in code
secret-high-entropy-tokenreferences/contracts.md:10High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| cbBTC | `0xcb…3Bf` | 8 |
table -
low Secrets in code
secret-high-entropy-tokenreferences/contracts.md:11High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| MAMO | `0x73…9fE` | 18 |
table -
low Secrets in code
secret-high-entropy-tokenreferences/contracts.md:12High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| WELL | `0xA8…6AE` | 18 |
table -
low Secrets in code
secret-high-entropy-tokenreferences/contracts.md:13High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| MORPHO | `0xBA…842` | 18 |
table -
low Secrets in code
secret-high-entropy-tokenscripts/mamo.mjs:39High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const REGISTRY_ADDRESS = '0x46…a92';
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/mamo.mjs:42High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)usdc: { address: '0x83…913', decimals: 6, symbol: 'USDC' },quoted -
low Secrets in code
secret-high-entropy-tokenscripts/mamo.mjs:43High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)cbbtc: { address: '0xcb…3Bf', decimals: 8, symbol: 'cbBTC' },quoted -
low Secrets in code
secret-high-entropy-tokenscripts/mamo.mjs:49High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)usdc_stablecoin: { token: 'usdc', label: 'USDC Stablecoin', factory: '0x59…D07' },quoted -
low Secrets in code
secret-high-entropy-tokenscripts/mamo.mjs:50High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)cbbtc_lending: { token: 'cbbtc', label: 'cbBTC Lending', factory: '0xE2…712' },quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:61High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| USDC | `0x83…913` |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:62High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| cbBTC | `0xcb…3Bf` |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:64High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Registry | `0x46…a92` |
table -
low Secrets in code
secret-high-entropy-tokensrc/commands/portfolio.test.ts:121High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)tokenAddress: '0x83…913' as Address,
fixturequoted -
low Secrets in code
secret-high-entropy-tokensrc/config/constants.ts:22High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)export const REGISTRY_ADDRESS: Address = '0x46…a92';
quoted -
low Secrets in code
secret-high-entropy-tokensrc/config/strategies.ts:9High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)factory: '0x59…D07' as Address,
quoted -
low Secrets in code
secret-high-entropy-tokensrc/config/strategies.ts:14High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)factory: '0xE2…712' as Address,
quoted -
low Secrets in code
secret-high-entropy-tokensrc/config/strategies.ts:24High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)factory: '0x14…E28' as Address,
quoted -
low Secrets in code
secret-high-entropy-tokensrc/config/tokens.ts:7High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)address: '0x83…913' as Address,
quoted -
low Secrets in code
secret-high-entropy-tokensrc/config/tokens.ts:12High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)address: '0xcb…3Bf' as Address,
quoted -
low Secrets in code
secret-high-entropy-tokensrc/utils/storage.test.ts:118High-entropy token-like string (may be an id, hash or a credential) (placeholder value)const upperWallet = '0xAB…F12' as Address;
placeholder -
low Secrets in code
secret-high-entropy-tokensrc/utils/validation.test.ts:16High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)const address = '0x83…913';
fixturequoted
Files scanned: 34. 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 51/100
- 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. 6 mutating operations with no state check
- 100Tools and files. No external tools needed
- 100Steps. 8 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 591 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
- -42 reference files, but SKILL.md never points to them: the model will not open them
- +1No license
- +2Single-language instructions
- +3Description length 172: enough signal without eating the budget
- +4Structure: 6 headings
- +3Step-by-step instructions: 8 items
- +4Has examples (2 code blocks)
- +3All 1 scripts are documented
Quality base 70; lint remarks subtract, signals add up to 100. Result: 71.