Caveat verdict
company-info-personal
yoooclaw-company-info-personal
Reads local files AND makes external network calls
The skill hardcodes calls to a bare IP address `http://47.116.49.218:3000/api` for company intelligence collection, which is a red flag per security vetting standards as it bypasses hostname validation and indicates a potentially unverified private server receiving employee credentials.
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.
Reads local files AND makes external network calls — the capabilities for data exfiltration co-occur (data-flow not verified)
LLM02 · LLM06 · ASI03
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Permission integrity
network_out
file_read
credential_access
Findings (4)
Pipe to python — executes piped content as Python code
SKILL.md · code · | python3
Possible hardcoded credential
SKILL.md · code · TOKEN="${COMPANY_INFO_API_TOKEN}
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · http://47.116.49.218
Accesses OpenClaw config/secrets directly
SKILL.md · code · ~/.openclaw/openclaw.json
Permissions & capabilities
Requires 2 system binaries.
file_readnetwork_outnetwork_incredential_access Thanks — recorded.