Clawdmint
Analysis
This skill is transparent about its purpose, but it lets an agent deploy public NFT collections on Base with financial settings, so it deserves careful review before installation.
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.
curl -X POST https://clawdmint.xyz/api/v1/collections ... "max_supply": 1000, "mint_price_eth": "0.001", "payout_address": "0xYourWallet", "royalty_bps": 500
The skill documents an authenticated API call that deploys an NFT collection and sets supply, price, payout, and royalty parameters.
Source: unknown; Homepage: https://clawdmint.xyz
The skill has no local code to inspect and relies on an external hosted API/service whose source provenance is not identified in the supplied metadata.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
All requests after registration require Bearer token: Authorization: Bearer YOUR_API_KEY
The bearer API key is expected for this service, but it grants ongoing authority to authenticated Clawdmint endpoints.
