ClawAudit verdict

Raon OS

zero-to-one-startup

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

Accesses credentials AND writes files

Korean startup companion with Agentic RAG; collects multiple LLM API keys with explicit user consent and stores them in ~/.openclaw/.env with chmod 600, matching the stated startup-advisory purpose.

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.

0
security
70
transparency
100
maintenance

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.

Capability combination high

Accesses credentials AND writes files — may persist stolen credentials locally

LLM02 · LLM06 · ASI03

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (8)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · API_KEY="your-api-key

Pattern match critical

<script> tag in markdown — potential code injection

clawhub-raon-os/widget/EMBED.md · code · <script

Pattern match high

Accesses OpenClaw config/secrets directly

SKILL.md · frontmatter · ~/.openclaw/.env

Pattern match medium

References child_process — can spawn system processes

bin/raon-os.js · prose · downgraded · child_process

Pattern match medium

subprocess execution — runs system commands from Python

scripts/eval_pipeline.py · prose · downgraded · subprocess.run(

Pattern match low

Python urllib.request — network access

clawhub-raon-os/scripts/agentic_rag.py · prose · downgraded · urllib.request

Pattern match low

Python os.environ.get — reads environment variable

clawhub-raon-os/scripts/kakao_webhook.py · prose · downgraded · os.environ.get(

Pattern match low

Popular HTTP library — network access

clawhub-raon-os/scripts/parse_unified_pdf.py · prose · downgraded · got

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 2 system binaries.

file_writepackage_installnetwork_outcredential_access
Check another skill Browse the registry Auditing your own skills or configs? Use the API