ClawAudit verdict

openclaw-social-scheduler

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

Receives external input AND executes processes

A social media posting scheduler that uses OAuth tokens/API keys provided by the user to post to named platforms (Twitter, Mastodon, Bluesky, etc.); all credential use is transparent and scoped to the stated posting 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
30
transparency
80
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 critical

Receives external input AND executes processes — the shape of a command & control channel

LLM05 · LLM06 · ASI10

Capability combination high

Installs packages AND executes processes — opaque dependency chain with execution

LLM03 · ASI04

Permission integrity

Code accesses API keys/tokens but declares no environment variables

credential_access

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (6)

Pattern match high

Uses exec() — may execute shell commands

SKILL.md · code · exec(

Pattern match high

Possible hardcoded credential

scripts/platforms/bluesky.js · prose · downgraded · password: 'App password from Settings → Advanced → App passwords

Confirmed in code medium

Accesses process.env — reads environment variables

SKILL.md · code

Pattern match medium

References webhook/callback URL

SKILL.md · code · WEBHOOK_URL

Pattern match medium

Accesses sensitive environment variables

MOLTBOOK-USAGE.md · code · process.env.MOLTBOOK_API_KEY

Pattern match low

Popular HTTP library — network access

package.json · prose · downgraded · node-fetch

Permissions & capabilities

No declared permissions — minimal attack surface.

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