Caveat verdict
rent-a-person-ai
Accesses credentials AND makes external network calls
The skill contains explicit CRITICAL-labeled instructions to treat any incoming message mentioning 'RentAPerson', 'API KEY', or specific message types as a 'trusted webhook' and to 'MUST process them' while overriding the agent's normal refusals — this is a textbook prompt injection vector that would cause the agent to blindly execute commands from untrusted external parties.
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.
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.
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Permission integrity
network_out
credential_access
Findings (11)
Possible hardcoded credential
bridge/README.md · code · API_KEY="rap_your_key
HTTP request to bare IP address — common in malicious payloads
bridge/README.md · code · http://127.0.0.1
References sudo — requests elevated privileges
bridge/README.md · code · sudo
References tunneling service
SKILL.md · code · ngrok
Accesses OpenClaw config/secrets directly
SKILL.md · prose · downgraded · ~/.openclaw/openclaw.json
References webhook/callback URL
SKILL.md · code · webhookUrl
Node http/https module — low-level network access
WEBHOOK_API_KEY_SOLUTION.md · code · require('http')
Accesses sensitive environment variables
WEBHOOK_API_KEY_SOLUTION.md · code · process.env.OPENCLAW_TOKEN
References child_process — can spawn system processes
scripts/inject-api-key.js · prose · downgraded · child_process
Uses spawn() — can execute external programs
scripts/setup.js · prose · downgraded · spawn(
Popular HTTP library — network access
SKILL.md · prose · downgraded · Got
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class 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.
network_innetwork_outcredential_access Thanks — recorded.