INCLAWNCH UBI Staking

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent staking skill, but users should verify contract details and transaction amounts before signing any wallet actions.

Install only if you intend to interact with this specific Base staking contract. For any write action, verify the chain, contract, token, function, and amount in your wallet before signing, and consider independently checking the contract and project provenance.

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.

What this means

A mistaken or unintended wallet transaction could approve token spending, stake tokens, unstake, claim, or exit a position.

Why it was flagged

The skill provides transaction details for token approval and staking. This is expected for a staking skill, but transaction construction for financial assets is high-impact if used with the wrong amount or contract.

Skill content
Two-step process — both are on-chain transactions signed by the wallet: ... approve(address spender, uint256 amount) ... stake(uint256 amount)
Recommendation

Before signing, verify the chain, contract address, token address, function, and amount shown in the wallet prompt.

What this means

Signing a transaction uses your wallet identity and can change your token balances, staking position, or contract settings.

Why it was flagged

The skill relies on the user's wallet authority for on-chain writes. This is purpose-aligned and disclosed, but wallet signatures are delegated account authority.

Skill content
All write operations are signed transactions sent to the InclawnchStaking contract on Base. Each requires the caller's wallet to sign
Recommendation

Use a wallet with only the funds you intend to stake, and do not sign transactions you did not explicitly request.

What this means

The API provider can see which wallet address was queried.

Why it was flagged

Wallet-position lookups send the queried wallet address to the public inclawbate.com API. This is disclosed and aligned with the read feature, but wallet addresses can be linkable personal or financial identifiers.

Skill content
curl "https://inclawbate.com/api/inclawbate/staking?wallet=0xYourWallet"
Recommendation

Only query wallet addresses you are comfortable sharing with the API provider, or prefer direct on-chain reads when privacy matters.

What this means

Users have less registry-level provenance for verifying who authored the staking instructions.

Why it was flagged

The registry does not identify a source repository. There is no installable code here, but provenance matters more for a skill that points users to financial smart-contract interactions.

Skill content
Source: unknown
Recommendation

Independently verify the project website, contract address, and token address before using the skill for real transactions.