BD social-post
Post and reply to X/Twitter and Farcaster with text and images. Features multi-account support, dynamic Twitter tier detection (Basic/Premium), auto-variation to avoid duplicate content detection, draft preview, character validation, threads, replies, and image uploads. Consumption-based pricing for X API, pay-per-cast for Farcaster.
Post and reply to X/Twitter and Farcaster with text and images.
As a process D 45/100 · Unfinished process — weak spots: result and completion, when it triggers, consistency
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 · 9
✓ No critical or high findings
Medium and low: 9
-
medium Risky intent
intent-wallet-secretsREADME.md:129Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target- Export your custody wallet private key
-
medium Risky intent
intent-wallet-secretsSKILL.md:184Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target- Export your custody wallet private key
-
low Exfiltration
read-dotenvlib/tier-detection.sh:21Reads a .env filesource /home/phan_harry/.openclaw/.env
-
low Secrets in code
secret-password-literallib/tier-detection.sh:54Hard-coded password / key literal (may be an example)access_token = sys.argv[3]
-
low Exfiltration
read-dotenvlib/twitter.sh:8Reads a .env filesource /home/phan_harry/.openclaw/.env
-
low Secrets in code
secret-high-entropy-tokenREADME.md:161High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- Payment to: `0xA6…1A1`
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/check-balance.sh:8High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)USDC_BASE="0x83…913"
quoted -
low Exfiltration
read-dotenvscripts/reply.sh:272Reads a .env filesource /home/phan_harry/.openclaw/.env
-
low Secrets in code
secret-high-entropy-tokenSKILL.md:433High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- Sent to Neynar Hub: `0xA6…1A1`
quoted
Files scanned: 13. 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 45/100
- 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 (social-post) differs from the folder (openclaw-social-post)
- 50Failures and branches. 0 branches, has a failure section
- 60Tools and files. Uses tools (web) that frontmatter does not declare
- 60Steps. 105 steps, 5 vague phrases
- 70Inputs and preconditions. Inputs and preconditions are listed
- 100Execution cost. Instruction body is 3727 tokens
- low 10 top-level sections: this looks like several domains in one skill
- low The response is described with custom markup (4 tags): a typed call is more reliable
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
- -4Absolute local paths (C:\Users, /home/…): not portable
- -219 emoji in the instructions: noise for the model
- +2Single-language instructions
- +3Description length 335: enough signal without eating the budget
- +4Structure: 31 headings
- +3Step-by-step instructions: 105 items
- +4Has examples (18 code blocks)
- +3All 3 scripts are documented
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 70.