Structs Mining
Analysis
The skill is coherent for Structs mining, but it tells the agent to run auto-confirmed account transactions and long background jobs using a local key.
Findings (4)
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.
Launch in a background terminal: `structsd tx structs struct-ore-mine-compute -D 3 --from [key-name] --gas auto --gas-adjustment 1.5 -y -- [struct-id]`. ... Compute auto-submits the complete transaction.
The main workflow uses an auto-confirmed transaction command that signs from a local key, sets gas automatically, and submits the result without an explicit review step in the skill instructions.
**CRITICAL**: Mining and refining are **multi-hour background operations**. Launch compute in a background terminal and do other things while waiting.
The skill intentionally starts long-running background work. This is disclosed and purpose-aligned, but it means activity can continue well after the initial user request.
Required binaries (all must exist): none ... Primary credential: none
The skill is instruction-only but its documented workflow relies on the external `structsd` CLI and a local account key. Those dependencies are not reflected in the declared requirements.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Common tx flags: `--from [key-name] --gas auto --gas-adjustment 1.5 -y`.
`--from [key-name]` indicates use of a local account/key to authorize Structs transactions; the supplied requirements metadata lists no primary credential, so this sensitive authority is under-declared.
