ClawAudit verdict
near-getpay
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.
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.
Receives external input AND executes processes — the shape of a command & control channel
LLM05 · LLM06 · ASI10
Installs packages AND executes processes — opaque dependency chain with execution
LLM03 · ASI04
Permission integrity
package_install
Findings (10)
Uses spawn() — can execute external programs
SKILL.md · code · spawn(
Possible hardcoded credential
server-simple.ts · prose · downgraded · token="${token.symbol}
<script> tag in markdown — potential code injection
server-simple.ts · prose · downgraded · <script>
References tunneling service
SKILL.md · code · ngrok
References SSH/GPG private keys
SKILL.md · prose · downgraded · ssh-key
Accesses .ssh directory
SKILL.md · prose · downgraded · .ssh/
Dynamic import() — loads module at runtime
index.ts · prose · downgraded · import('
References child_process — can spawn system processes
start-tunnel.ts · prose · downgraded · child_process
Accesses sensitive environment variables
index.ts · prose · downgraded · process.env.PINGPAY_API_KEY
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 Thanks — recorded.