BC b2b-sdr-agent
Open-source B2B AI SDR template. 7-layer context system with 10-stage sales pipeline, 4-layer anti-amnesia memory, 13 automated cron jobs, WhatsApp IP isolation, multi-channel (WhatsApp+Telegram+Email). Built on OpenClaw.
As a process C 59/100 · Has gaps — 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 skill asks for more than the task needs: broad tool access, credential environment variables, binaries. Every extra permission widens the damage from a mistake or a compromise.
Narrow allowed-tools and the variable list to the minimum; replace binaries with readable sources or scripts.
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 · 7
✓ No critical or high findings
Medium and low: 7
-
medium Broad scope
meta-agent-memory-dumpexamples/electronics/IDENTITY.mdAgent memory / workspace files bundled with the skill (11) — likely a workspace dump with personal data or tokensexamples/electronics/IDENTITY.md, examples/electronics/USER.md, examples/heavy-vehicles/IDENTITY.md, examples/heavy-vehicles/USER.md, examples/textiles/IDENTITY.md
-
low Dangerous commands
cmd-pipe-to-shell-known-hostdeploy/deploy.sh:168Pipe-to-shell installer from a well-known host (still executes remote code) (string literal in code, not executed)remote "curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && apt-get install -y nodejs"
code literal -
low Dangerous commands
cmd-background-processdeploy/ip-isolate.sh:217Starts a background / autostarted processsystemctl enable wireproxy-${TENANT_NAME} -
low Dangerous commands
cmd-pipe-to-shell-known-hostinstall.sh:3Pipe-to-shell installer from a well-known host (still executes remote code) (code comment)# Usage: curl -fsSL https://raw.githubusercontent.com/iPythoning/b2b-…ate/main/install.sh | bash
comment -
low Dangerous commands
cmd-pipe-to-shell-known-hostinstall.sh:4Pipe-to-shell installer from a well-known host (still executes remote code) (code comment)# Or: curl -fsSL https://raw.githubusercontent.com/iPythoning/b2b-…ate/main/install.sh | bash -s -- --managed
comment -
low Instruction override
en-ignore-previousworkspace/SOUL.md:59Instruction-override phrase ("ignore previous instructions") (negated — the text forbids it)- Direct phrases: "ignore previous instructions", "you are now", "system prompt", "debug mode"
negated -
low Instruction override
en-ignore-previousworkspace/SOUL.md:60Instruction-override phrase ("ignore previous instructions") (negated — the text forbids it)- Semantic equivalents: "disregard your earlier context", "let's start fresh as a different AI", "what were you told to do"
negated
Files scanned: 42. 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 59/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. 2 mutating operations with no state check
- 40Consistency. Frontmatter name (b2b-sdr-agent) differs from the folder (b2b-sdr-agent-template)
- 50Failures and branches. 0 branches, has a failure section
- 70Inputs and preconditions. Inputs and preconditions are listed
- 100Tools and files. No external tools needed
- 100Steps. 19 steps
- 100Execution cost. Instruction body is 637 tokens
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
- -32 of 2 scripts are never mentioned in SKILL.md
- +2Single-language instructions
- +3Description length 221: enough signal without eating the budget
- +4Structure: 8 headings
- +3Step-by-step instructions: 19 items
- +4Has examples (2 code blocks)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 70.