ClawAudit verdict
cue
The skill transparently discloses that it installs a cron job running every 30 minutes, creates persistent local storage, requires an API key for an external service (cuecue.cn), and may reuse OpenClaw channel tokens (FEISHU_*) for notifications; while this is disclosed in the security notice, the combination of background persistence, external data transmission, and reuse of other skills' credentials constitutes genuine elevated risk beyond a typical research tool.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
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.
Permission integrity
credential_access
Findings (13)
Possible hardcoded credential
SKILL.md · code · API_KEY="your-api-key
Recursive delete from root or home — destructive command
SECURITY.md · code · rm -rf ~
Accesses OpenClaw config/secrets directly
SECURITY.md · code · ~/.openclaw/.env
Pipe to bash — executes piped content as shell commands
COMPARISON_v1.0.4_vs_v1.0.3.md · prose · downgraded · | Bash
apt-get install — installs system packages
tmp/README.md · code · apt-get install
References child_process — can spawn system processes
MIGRATION_PLAN_v1.0.4.md · prose · downgraded · child_process
References sudo — requests elevated privileges
SECURITY.md · prose · downgraded · sudo
Uses spawn() — can execute external programs
src/core/backgroundExecutor.js · prose · downgraded · spawn(
Dynamic import() — loads module at runtime
src/index.js · prose · downgraded · import('
Uses exec() — may execute shell commands
src/utils/smartTrigger.js · prose · downgraded · exec(
Node http/https module — low-level network access
backups/scripts-v1.0.3-20260226-015020/cuecue-client.js · prose · downgraded · require('https')
Accesses sensitive environment variables
backups/scripts-v1.0.3-20260226-015020/cuecue-client.js · prose · downgraded · process.env.CUECUE_API_KEY
Popular HTTP library — network access
src/utils/envUtils.js · prose · downgraded · got
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/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.
credential_access Is this flag fair?
Thanks — recorded.