Megaeth Developer
Analysis
This is an instruction-only MegaETH guide, but it includes irreversible crypto transaction workflows with no-confirm transfer examples and unbounded token approval patterns that deserve manual review.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
node src/transfer.js megaeth 0xRecipient 0.1 --yes --json
The example is a high-impact fund transfer using a no-confirm flag. Although the file later says to confirm before sending, this default example could lead an agent or user to bypass an interactive confirmation step.
Skill: https://clawdhub.ai/planetai87/warren-deploy ... Install: `clawdhub install warren-deploy`
The guide recommends installing an external skill that is not part of the reviewed artifact set. This is disclosed and related to MegaETH development, but it should be reviewed separately before installation.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
functionName: 'approve', args: [spenderAddress, maxUint256]
The token approval example grants an arbitrary spender the maximum possible allowance without showing a bounded amount, spender verification, or an approval warning at that point in the workflow.
