ClawAudit verdict

near-getpay

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

Receives external input AND executes processes

NEAR crypto payment page skill that creates a local Express server tunneled via localhost.run for accepting payments through PingPay or HOT PAY; uses user-configured API keys and wallet addresses, consistent with stated payment acceptance purpose.

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

0
security
80
transparency
80
maintenance

What it does

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

Capability combination critical

Receives external input AND executes processes — the shape of a command & control channel

LLM05 · LLM06 · ASI10

Capability combination high

Installs packages AND executes processes — opaque dependency chain with execution

LLM03 · ASI04

Permission integrity

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (10)

Pattern match high

Uses spawn() — can execute external programs

SKILL.md · code · spawn(

Pattern match high

Possible hardcoded credential

server-simple.ts · prose · downgraded · token="${token.symbol}

Pattern match high

<script> tag in markdown — potential code injection

server-simple.ts · prose · downgraded · <script>

Pattern match medium

References tunneling service

SKILL.md · code · ngrok

Pattern match medium

References SSH/GPG private keys

SKILL.md · prose · downgraded · ssh-key

Pattern match medium

Accesses .ssh directory

SKILL.md · prose · downgraded · .ssh/

Pattern match medium

Dynamic import() — loads module at runtime

index.ts · prose · downgraded · import('

Pattern match medium

References child_process — can spawn system processes

start-tunnel.ts · prose · downgraded · child_process

Pattern match low

Accesses sensitive environment variables

index.ts · prose · downgraded · process.env.PINGPAY_API_KEY

Pattern match low

Popular HTTP library — network access

package-lock.json · prose · downgraded · axios

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class B/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

No declared permissions — minimal attack surface.

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