Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Multicall

v1.0.0

Analyze multicall operations. Use when you need to understand multicall mechanisms, evaluate protocol security, or reference on-chain concepts.

0· 103·1 current·1 all-time
byBytesAgain2@ckchzh

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for ckchzh/multicall.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Multicall" (ckchzh/multicall) from ClawHub.
Skill page: https://clawhub.ai/ckchzh/multicall
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install multicall

ClawHub CLI

Package manager switcher

npx clawhub@latest install multicall
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (analyze multicall operations) matches the provided script behavior: a CLI for adding, listing, searching, exporting, and configuring local 'multicall' entries. The optional MULTICALL_DIR config is proportional and relevant.
Instruction Scope
SKILL.md only instructs running the included scripts/script.sh commands. The script reads/writes files under the configurable data directory and does not reference unrelated system paths, credentials, or network endpoints.
Install Mechanism
There is no install spec (instruction-only skill) and the included code is a plain shell script. No downloads, package installs, or remote resources are fetched during install.
Credentials
No required environment variables or credentials are declared. The script honors an optional MULTICALL_DIR env var to change the data directory; this is reasonable for a local CLI tool.
Persistence & Privilege
The skill is not always-enabled and is user-invocable. It will create and modify files under the user data directory (default ~/.multicall). This is expected behavior but means data written by the tool persists on disk and could contain sensitive contents if you add them.
Assessment
This skill is a simple local CLI implemented as a Bash script that stores its data in a user directory (default ~/.multicall). It does not contact external endpoints or request credentials. Before installing or running: (1) inspect the script yourself (it is included) to confirm you are comfortable with it creating/modifying files under the data directory; (2) avoid adding secrets to entries stored by the tool; (3) if you prefer, set MULTICALL_DIR to a controlled location; (4) note that the agent can invoke the skill when asked — the skill will then read/write the configured data files. If any of those behaviors are unacceptable, do not install or run the skill.

Like a lobster shell, security has layers — review code before you run it.

latestvk97500gx180w80exhpzf3qtbm183b3zv
103downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Multicall

Analyze multicall operations. Use when you need to understand multicall mechanisms, evaluate protocol security, or reference on-chain concepts.

When to Use

  • status: Show current status
  • add: Add new entry
  • list: List all entries
  • search: Search entries
  • remove: Remove entry by number
  • export: Export data to file
  • stats: Show statistics
  • config: View or set config

Commands

status

scripts/script.sh status

Show current status

add

scripts/script.sh add

Add new entry

list

scripts/script.sh list

List all entries

search

scripts/script.sh search

Search entries

remove

scripts/script.sh remove

Remove entry by number

export

scripts/script.sh export

Export data to file

stats

scripts/script.sh stats

Show statistics

config

scripts/script.sh config

View or set config

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

Use scripts/script.sh config <key> <value> to customize behavior.

VariableDescription
MULTICALL_DIRData directory (default: ~/.multicall/)

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Comments

Loading comments...