Caveat verdict

rent-a-person-ai

18
🔴 Dangerous
High-risk patterns flagged for review — automated deep scan, not behaviorally verified.

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.

0
security
30
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

Findings (11)

Pattern match critical

Possible hardcoded credential

bridge/README.md · code · API_KEY="rap_your_key

Pattern match high

HTTP request to bare IP address — common in malicious payloads

bridge/README.md · code · http://127.0.0.1

Pattern match high

References sudo — requests elevated privileges

bridge/README.md · code · sudo

Pattern match medium

References tunneling service

SKILL.md · code · ngrok

Pattern match medium

Accesses OpenClaw config/secrets directly

SKILL.md · prose · downgraded · ~/.openclaw/openclaw.json

Pattern match medium

References webhook/callback URL

SKILL.md · code · webhookUrl

Pattern match medium

Node http/https module — low-level network access

WEBHOOK_API_KEY_SOLUTION.md · code · require('http')

Pattern match medium

Accesses sensitive environment variables

WEBHOOK_API_KEY_SOLUTION.md · code · process.env.OPENCLAW_TOKEN

Pattern match medium

References child_process — can spawn system processes

scripts/inject-api-key.js · prose · downgraded · child_process

Pattern match medium

Uses spawn() — can execute external programs

scripts/setup.js · prose · downgraded · spawn(

Pattern match low

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
Check another skill Browse the registry Auditing your own skills or configs? Use the API