Caveat verdict

skill-forge-va

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

Provides scaffolding templates and quality checklists for creating new OpenClaw skills; purely a development tooling framework with standard skill-init/wrap/check commands and no external data exfiltration.

⚠ 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.

3
security
50
transparency
70
maintenance

Permission integrity

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (7)

Pattern match critical

Attempts to modify skills or system prompts

references/examples.md · code · Edit SKILL.md

Pattern match high

Uses eval() — can execute arbitrary code

scripts/skill-creator.js · prose · downgraded · eval(

Pattern match medium

References child_process — can spawn system processes

scripts/skill-creator.js · prose · downgraded · child_process

Pattern match medium

References sudo — requests elevated privileges

scripts/skill-creator.js · prose · downgraded · sudo

Pattern match medium

apt-get install — installs system packages

scripts/skill-creator.js · prose · downgraded · apt-get install

Pattern match medium

Uses exec() — may execute shell commands

scripts/skill-creator.js · prose · downgraded · exec(

Pattern match low

Uses XMLHttpRequest — network access

scripts/skill-creator.js · prose · downgraded · XMLHttpRequest

Why the tier is capped

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

package_install

Is this flag fair?

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