Skip to content

aitools420/onchain-safety-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

OnChain Token Safety Check — GitHub Action

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).

Usage

- 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

Inputs

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

Outputs

output description
recommendation SAFE_TO_INTERACT | CAUTION | DO_NOT_INTERACT
verdict underlying safety verdict (e.g. LOW_RISK)
score safety score 0–100

Tiers

  • 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.

About

GitHub Action: deterministic no-AI token-safety / rug-honeypot check in CI for PulseChain, Monad, Base & BSC. Fails the build on unsafe tokens. Powered by onchain.wick.pics.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors