Masumi Network Warranty Vault

v1.0.0

Masumi Network skill for warranty vault verification. Handles OCR receipt scanning, Cardano blockchain proof-of-purchase logging, immutable decision logging, agent collaboration discovery, and smart wallet payments. Use for warranty claims, product verification, agent-to-agent service payments, or immutable audit trails on Cardano.

0· 856·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The name/description advertise OCR, Cardano proof-of-purchase logging, immutable decision logging, agent collaboration discovery, and smart wallet payments. The included scripts (verify-warranty.py, register-agent.py, collaborate.py) only simulate OCR, produce local hashes, and print simulated Cardano TX IDs — there are no real network calls, wallet integrations, or blockchain interactions. This is likely placeholder or incomplete functionality rather than actual blockchain/payment capability.
Instruction Scope
SKILL.md instructs the agent to run the bundled scripts and references API endpoints, but does not tell the agent to read unrelated files, exfiltrate data, or contact unexpected endpoints. The actual scripts only print/simulate behavior and do not perform file I/O beyond using in-script strings or make network requests.
Install Mechanism
There is no install spec (instruction-only skill with bundled scripts). Nothing in the manifest attempts to download or extract external code, which minimizes installation risk.
Credentials
The skill requests no environment variables, credentials, or config paths — consistent with the fact that the provided code is purely simulated. However, for the described real-world functionality (Cardano transactions, smart-wallet payments, OCR services) one would expect required credentials or endpoints; their absence indicates the skill does not actually implement those features.
Persistence & Privilege
always is false and there are no instructions to modify other skills or global agent configuration. Model invocation is allowed (default) which is normal; the skill does not request elevated persistence or privileges.
What to consider before installing
This skill overstates its capabilities: it claims Cardano logging and smart payments but the included code only simulates those actions and does not contact any blockchain or payment endpoints. If you need real warranty verification or payment functionality, do not rely on this skill as-is. Before installing or using it: (1) verify the source/author (source is unknown), (2) review each script line-by-line for hidden network calls or secrets handling, (3) run it in a sandbox to confirm behavior, and (4) never provide wallet keys, API keys, or production data until the skill actually implements secure network integrations and requests only the minimal credentials necessary. If the author intends real Cardano integration, ask for explicit documentation of required endpoints, auth flows, and a security review; absent that, treat this as a placeholder/demo and not production-ready.

Like a lobster shell, security has layers — review code before you run it.

latestvk9747rf8wj9pr4njaph1cc6dtd80vn87

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments