Back to skill
v1.0.0

Analyze Gas Optimization

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 7:36 AM.

Analysis

This appears to be a guidance-only Aptos Move gas-optimization skill, with no code, installer, credentials, persistence, or automatic account actions shown.

GuidanceThis looks safe to install as an instruction-only helper. Before using its suggestions in production contracts, independently review any code changes for correctness and security, and verify any Aptos CLI command before running it.

Findings (2)

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.

Abnormal behavior control

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.

Tool Misuse and Exploitation
SeverityInfoConfidenceHighStatusNote
SKILL.md
aptos move run-function \
    --function-id 0x1::module::function \
    --args ... \
    --simulate

The skill documents an Aptos CLI command for gas simulation. This is purpose-aligned and uses a simulation flag, but users should still review any concrete function ID and arguments before running a CLI command.

User impactIf the agent suggests running a simulation command, the user may execute local Aptos tooling with contract-specific inputs.
RecommendationRun CLI examples only after checking the target function, arguments, network/profile context, and that the command remains a simulation rather than a transaction submission.
Human-Agent Trust Exploitation
SeverityInfoConfidenceMediumStatusNote
SKILL.md
metadata:
  author: aptos-labs

The skill presents an Aptos Labs author identity, while the supplied package metadata lists the source as unknown and homepage as none, so the artifact does not itself verify official provenance.

User impactUsers might over-trust the optimization advice if they assume it is officially published by Aptos Labs.
RecommendationTreat the advice as general guidance unless you independently verify the publisher or compare recommendations with official Aptos documentation.