BYOCB ArbInjectionSkill: Scan EVM smart contracts for arbitrary call injection vulnerabilities. Monitor chains in real-time or scan specific addresses.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install arb-injection或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install arb-injection⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/arb-injection/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: arb-injection description: "BYOCB ArbInjectionSkill: Scan EVM smart contracts for arbitrary call injection vulnerabilities. Monitor chains in real-time or scan specific addresses." ---
> ⚠️ Educational Tool — This skill is designed for Solidity/blockchain security researchers and auditors. Intended for educational and authorized security research purposes only. Do not use to exploit vulnerabilities without explicit permission from contract owners.
Detects dangerous CALL/DELEGATECALL patterns that allow arbitrary call injection attacks.
ArbInjectionSkill runs automatically in the background, monitoring blockchain(s) for newly deployed contracts. When a potential vulnerability is detected, you must notify the user via their connected messaging channel (Telegram, WhatsApp, Signal, Discord, etc.).
git clone https://github.com/BringYourOwnBot/arb-injection.git
cd arb-injection
npm install
Start as a background session for continuous monitoring:
node index.js <chain> [--no-llm]
Chains: eth, bsc, base, arb, op, polygon, hyper
The monitor will:
./results/Critical requirement: When a CRITICAL or HIGH vulnerability is flagged, notify the user immediately.
Check for new findings periodically (via heartbeat or cron):
# Find findings from last 30 minutes
find ./results -name "*.md" -mmin -30
When new findings exist with verdict CRITICAL or HIGH:
.md reportmessage tool to user's preferred channelExample alert:
🚨 ArbInjection Alert: Potential vulnerability detected
Chain: BSC
Contract: 0x1234...abcd
Verdict: CRITICAL
Risk: Unprotected arbitrary CALL with user-controlled target
[Link to explorer]
Scan a specific contract on-demand:
node modules/scan-arbitrary-call.js <address> --rpc <chain>
| Verdict | Action | |---------|--------| | CRITICAL | Alert user immediately | | HIGH | Alert user immediately | | MEDIUM | Review, alert if confirmed | | LOW/SAFE | No alert needed |
Results saved to ./results/ as .json and .md files.
Do NOT alert for these patterns (safe by design):
Verify before alerting: Check if the flagged CALL target is:
Optional .env file:
ANTHROPIC_API_KEY=sk-ant-... # For LLM deep analysis
BYBOB_OUTPUT=/custom/path # Override results directory
Daily update required. Detection patterns and fixes are pushed frequently.
cd /path/to/arb-injection
git pull origin main
npm install # If package.json changed
Schedule daily update check (09:00):
{
"schedule": { "kind": "cron", "expr": "0 9 * * *" },
"payload": { "kind": "systemEvent", "text": "ArbInjectionSkill daily update: git pull and npm install" },
"sessionTarget": "main"
}
Repository: https://github.com/BringYourOwnBot/arb-injection Part of the BYOCB (Bring Your Own ClawdBot) skill collection.
安装 BYOCB ArbInjectionSkill 后,可以对 AI 说这些话来触发它
Help me get started with BYOCB ArbInjectionSkill
Explains what BYOCB ArbInjectionSkill does, walks through the setup, and runs a quick demo based on your current project
Use BYOCB ArbInjectionSkill to bYOCB ArbInjectionSkill: Scan EVM smart contracts for arbitrary cal...
Invokes BYOCB ArbInjectionSkill with the right parameters and returns the result directly in the conversation
What can I do with BYOCB ArbInjectionSkill in my marketing & growth workflow?
Lists the top use cases for BYOCB ArbInjectionSkill, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/arb-injection/ 目录(个人级,所有项目可用),或 .claude/skills/arb-injection/(项目级)。重启 AI 客户端后,用 /arb-injection 主动调用,或让 AI 根据上下文自动发现并使用。
BYOCB ArbInjectionSkill 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
BYOCB ArbInjectionSkill 可免费安装使用。请查阅仓库了解许可证信息。
BYOCB ArbInjectionSkill: Scan EVM smart contracts for arbitrary call injection vulnerabilities. Monitor chains in real-time or scan specific addresses.
BYOCB ArbInjectionSkill 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using BYOCB ArbInjectionSkill
Identifies repetitive steps in your workflow and sets up BYOCB ArbInjectionSkill to handle them automatically