Caveat verdict

openclaw-config-master

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

Schema-first OpenClaw configuration editor with strong safety protocols; network_in is for reading official docs, the skill explicitly prohibits guessing keys and requires validation before applying changes.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

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
50
transparency
70
maintenance

Permission integrity

Code accesses API keys/tokens but declares no environment variables

credential_access

Findings (11)

Pattern match critical

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

references/common-errors.md · code · curl -fsSL https://get.openclaw.dev | sh

Pattern match critical

Pipe to sh — executes piped content as shell commands

references/common-errors.md · code · | sh

Pattern match critical

Pipe to python — executes piped content as Python code

references/common-errors.md · code · | python3

Pattern match critical

Possible hardcoded credential

references/complex-operations.md · code · SECRET="your-app-secret-here

Pattern match high

Pipe to bash — executes piped content as shell commands

SKILL.md · prose · downgraded · | bash

Pattern match high

Accesses OpenClaw config/secrets directly

references/complex-operations.md · code · ~/.openclaw/.env

Pattern match medium

Opens WebSocket connection

SKILL.md · code · websocket

Pattern match medium

References webhook/callback URL

references/channels-config.md · code · webhookUrl

Pattern match medium

Popular HTTP library — network access

references/common-errors.md · code · got

Pattern match medium

Sets world-executable permissions

references/version-migration.md · code · chmod 755

Pattern match low

Changes file ownership

references/complex-operations.md · prose · downgraded · chown

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/B). 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.

credential_accessnetwork_in

Is this flag fair?

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