Structs Energy
Analysis
The skill matches its Structs energy-management purpose, but it should be reviewed because it instructs auto-confirmed transactions that can spend or irreversibly commit assets using a local key.
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.
structsd tx structs struct-generator-infuse [struct-id] [amount]ualpha --from [key-name] --gas auto --gas-adjustment 1.5 -y
This is a direct transaction command using `-y` to auto-confirm; the surrounding text says generator infusion is irreversible, so a wrong or premature execution could permanently commit user assets.
"version": "1.0.1"
The embedded metadata version differs from the registry version shown as 1.2.0, and the instructions also rely on `structsd` despite no required binary being declared.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
--from [key-name]
The transaction examples rely on a local account/key to sign Structs transactions, but the registry metadata declares no primary credential or required credential path.
