ClawAudit verdict

raon-os

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

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.

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 makes external network calls — potential credential theft

LLM02 · ASI03

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

Code accesses API keys/tokens but declares no environment variables

credential_access

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (10)

Pattern match critical

Possible hardcoded credential

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

Pattern match critical

<script> tag in markdown — potential code injection

widget/EMBED.md · code · <script

Pattern match high

Accesses OpenClaw config/secrets directly

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

Pattern match high

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

scripts/raon.sh · prose · downgraded · curl -fsSL https://ollama.ai/install.sh | sh

Pattern match high

Pipe to sh — executes piped content as shell commands

scripts/raon.sh · prose · downgraded · | sh

Pattern match medium

References child_process — can spawn system processes

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

Pattern match medium

References tunneling service

KAKAO_SETUP.md · code · ngrok

Pattern match low

Python urllib.request — network access

CHANGELOG.md · prose · downgraded · urllib.request

Pattern match low

Python os.environ.get — reads environment variable

scripts/parse_unified_pdf.py · prose · downgraded · os.environ.get(

Pattern match low

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