Caveat verdict

nadfun

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

Accesses credentials AND makes external network calls

NadFun decentralized token launchpad integration skill covering trading, token creation, and event indexing on Monad blockchain; uses standard viem library for on-chain interactions with user-controlled credentials.

Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

0
security
20
transparency
70
maintenance

What it does

These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.

Capability combination high

Accesses credentials AND makes external network calls — potential credential theft

LLM02 · ASI03

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Code accesses API keys/tokens but declares no environment variables

credential_access

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (6)

Pattern match critical

Possible hardcoded credential

AGENT-API.md · code · API_KEY = "nadfun_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Coarse signal — prose, single-step high

Instruction-prose smuggling shape detected: collects a sensitive target ("API key") and emits it outward ("POST"). Phrased as prose with no trigger tokens — a semantic prompt-injection / data-exfil pattern the syntactic scanners can't see. Final tier capped at Caution; review the instructions before installing.

SKILL.md · > **Note:** To obtain an API key, you must first login to [nad.fun](https://nad.fun) via wallet signature. See the [Authentication](#authentication-login-flow)

Pattern match medium

Accesses sensitive environment variables

TOKEN.md · code · process.env.PRIVATE_KEY

Confirmed in code low

fetch() — outbound network request

SKILL.md · code

Pattern match low

Contains shortened/invite URL

CREATE.md · code · t.me/mytoken

Pattern match low

Opens WebSocket connection

INDEXER.md · prose · downgraded · WebSocket

Permissions & capabilities

No declared permissions — minimal attack surface.

network_outcredential_accesspackage_install
Check another skill Browse the registry Auditing your own skills or configs? Use the API