Configure Postparams
Analysis
This instruction-only skill is purpose-aligned, but it helps prepare blockchain transactions that users should review carefully before signing.
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.
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.
build_configure_postparams_transaction(tokenId, values, chainId?, signerAddress?) ... Returns an unsigned transaction object ready to sign and submit.
The skill instructs the agent to build a blockchain transaction; this is purpose-aligned and unsigned, but it can have real on-chain effects if the user later signs and submits it.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Always pass `signerAddress` when known — needed to determine artist status and validate authorization
The workflow depends on the user's wallet address and role to decide whether a parameter can be configured; this is expected for on-chain authorization and does not request private keys.
