Structs Guild
Analysis
This instruction-only skill is coherent for Structs guild administration, but it should be reviewed because it guides an agent through powerful transactions that can change guild ownership, permissions, membership, and token balances.
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.
`guild-update-owner-id -- [guild-id] [new-owner-player-id]` ... `guild-bank-confiscate-and-burn -- [guild-id] [address] [amount]`
The skill documents direct transaction commands that can transfer guild ownership and confiscate/burn tokens. These are high-impact mutations, and the artifacts do not add explicit per-command user confirmation or rollback guidance.
This grants PermProviderAgreementCreate (262144) on the provider to any member of the specified guild at or above the given rank.
A single permission change can apply to a whole class of guild members, so a mistaken rank or guild ID can propagate access broadly.
"version": "1.0.1"
The packaged metadata version differs from the registry version shown for the skill, and the review metadata lists the source as unknown with no homepage. There is no code to execute, so this is a provenance note rather than evidence of malicious behavior.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
`structsd tx structs permission-guild-rank-set --from [key] --gas auto -y -- [provider-id] [guild-id] 262144 [rank]`
The command uses a signer key to grant provider permissions, while the registry requirements declare no primary credential or required configuration. This is expected for Structs transactions, but the credential/account authority is high-impact and not clearly scoped.
