Deterministic, no-AI token-safety / rug check for your CI. Get a rug / honeypot / ownership / exit-liquidity verdict for a token or contract on PulseChain, Monad, Base, or BSC, and fail the build if it's unsafe. Powered by onchain.wick.pics.
Useful whenever your pipeline touches a token address — gating a token listing, a contract deploy that interacts with a token, or a config that references one. It covers the long-tail chains the big safety APIs don't all support (notably PulseChain, which GoPlus & Honeypot.is don't cover).
- uses: aitools420/onchain-safety-action@v1
with:
chain: base
address: '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913'
fail-on: DO_NOT_INTERACT # DO_NOT_INTERACT (default) | CAUTION (stricter) | none (report only)
# api-key: ${{ secrets.ONCHAIN_WSK }} # optional — unlocks the deep tier| input | required | default | description |
|---|---|---|---|
address |
yes | — | token / contract address (0x…) |
chain |
yes | — | pulsechain | monad | base | bsc |
fail-on |
no | DO_NOT_INTERACT |
level at which to fail the step |
api-key |
no | (free tier) | wsk_ key for the deep tier |
api-base |
no | https://onchain.wick.pics |
override only for self-host |
| output | description |
|---|---|
recommendation |
SAFE_TO_INTERACT | CAUTION | DO_NOT_INTERACT |
verdict |
underlying safety verdict (e.g. LOW_RISK) |
score |
safety score 0–100 |
- Free — no key needed, rate-limited by IP.
- Deep — a
wsk_key unlocks multi-DEX liquidity + deeper analysis. Buy with crypto, no signup/KYC, or agents can pay-per-call via x402.
Informational, not financial advice.