ClawAudit verdict
raon-os
Accesses credentials AND makes external network calls
A Korean startup companion that reads multiple LLM API keys from ~/.openclaw/.env and exposes a local HTTP server on port 8400 for government data crawling — all capabilities transparently documented and matched to its stated purpose as a startup advisor.
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.
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Accesses credentials AND writes files — may persist stolen credentials locally
LLM02 · LLM06 · ASI03
Permission integrity
network_out
credential_access
package_install
Findings (10)
Possible hardcoded credential
SKILL.md · code · API_KEY="your-api-key
<script> tag in markdown — potential code injection
widget/EMBED.md · code · <script
Accesses OpenClaw config/secrets directly
SKILL.md · frontmatter · ~/.openclaw/.env
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
scripts/raon.sh · prose · downgraded · curl -fsSL https://ollama.ai/install.sh | sh
Pipe to sh — executes piped content as shell commands
scripts/raon.sh · prose · downgraded · | sh
References child_process — can spawn system processes
bin/raon-os.js · prose · downgraded · child_process
References tunneling service
KAKAO_SETUP.md · code · ngrok
Python urllib.request — network access
CHANGELOG.md · prose · downgraded · urllib.request
Python os.environ.get — reads environment variable
scripts/parse_unified_pdf.py · prose · downgraded · os.environ.get(
Popular HTTP library — network access
scripts/parse_unified_pdf.py · prose · downgraded · got
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/B/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 2 system binaries.
file_writepackage_installnetwork_outcredential_access Thanks — recorded.