CF aioz-storage
Deploy static websites to AIOZ Storage with built-in templates or custom sites.
As a process F 46/100 · Will not run — References files that are not bundled: assets/main.js, assets/js/config.js, assets/style.css
The same skill appears in 1 more place: ClawHub
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.
- 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 · 7
✓ No critical or high findings
Medium and low: 7
-
medium Risky intent
intent-wallet-secretsSKILL.md:150Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target2. **12-word seed phrase** — BIP39 passphrase from bucket creation
-
medium Risky intent
intent-wallet-secretsSKILL.md:245Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target| `--passphrase` | Yes | 12-word seed phrase |
-
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:69High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…xCA+ORZv…wO5/ywWF…Tag==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:101High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…GD3+82K6JgJlm/Y+KI92…no5+4jh9sw==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:127High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…MfZ+71RA…HvA==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:140High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…Kxf+MSr9…jrj/FHl8…mYA+ftRkP/3oKQ==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:147High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…TPG/KSnE…ao6+eXF3…fAT+nCNwQ==",
detector
Files scanned: 5. 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: assets/main.js - warning
missing-refreference to a missing file: assets/js/config.js - warning
missing-refreference to a missing file: assets/style.css - warning
missing-refreference to a missing file: assets/images/
Process rating: all ten parameters 46/100
- 0Tools and files. 4 referenced file(s) missing: assets/main.js, assets/js/config.js, assets/style.css
- 0Result and completion. Does not say what the result is
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 8 mutating operations with no state check
- 40Consistency. Frontmatter name (aioz-storage) differs from the folder (aioz-storage-skill)
- 70Inputs and preconditions. Inputs and preconditions are listed
- 100Steps. 74 steps
- 100Failures and branches. 1 branches, has a failure section
- 100Execution cost. Instruction body is 3282 tokens
- low 14 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)
- +3Description length 79: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- +1No license
- +2Single-language instructions
- +4Structure: 25 headings
- +3Step-by-step instructions: 74 items
- +4Has examples (13 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 57.