Caveat verdict
pet-me-master
Batch-pets Aavegotchi NFTs on Base chain via Bankr API using user-provided BANKR_API_KEY; submits blockchain transactions for the stated gaming automation purpose with transparent config.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
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.
Findings (8)
Possible hardcoded credential
scripts/lib.sh · prose · downgraded · api_key="$(resolve_bankr_api_key)
subprocess execution — runs system commands from Python
scripts/pet-command.py · prose · downgraded · subprocess.run(
References child_process — can spawn system processes
scripts/send-reminder.js · prose · downgraded · child_process
Accesses OpenClaw config/secrets directly
USAGE_GUIDE.md · prose · downgraded · ~/.openclaw/.env
Node http/https module — low-level network access
scripts/send-reminder.js · prose · downgraded · require("https")
Accesses sensitive environment variables
scripts/send-reminder.js · prose · downgraded · process.env.TELEGRAM_BOT_TOKEN
Python urllib.request — network access
scripts/telegram-notify.py · prose · downgraded · urllib.request
Python os.environ.get — reads environment variable
scripts/telegram-notify.py · prose · downgraded · os.environ.get(
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
Requires 1 environment variable. (1 sensitive: BANKR_API_KEY). Requires 4 system binaries. (1 elevated: curl).
Is this flag fair?
Thanks — recorded.