Masumi Network Warranty Vault
Analysis
Review before installing: the skill is mostly simulated code, but it advertises real blockchain logging and smart-wallet fees without clear approval or permission boundaries.
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.
tx_hash = f"cardano_tx_{proof_hash[:16]}" ... print(f"⛓️ Logged to Cardano TX: {proof['tx_hash']}")The script fabricates a local transaction hash but prints that it was logged to Cardano, which can mislead users into believing an actual immutable blockchain record exists.
4. Charge fee via smart wallet ## Monetization - 1% fee per verification
The default workflow includes a financial action, but the artifacts do not define user confirmation, payment recipient, spending limits, or reversal safeguards.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
smart wallet payments ... Charge fee via smart wallet
Smart-wallet payments imply delegated wallet/account authority, but the skill does not declare or bound the needed credential, wallet, network, or account permissions.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
- GET /agents: Discover agents - POST /pay: Smart wallet tx
The references describe agent discovery and service-payment endpoints but do not define authentication, agent identity verification, or data boundaries.
