Caveat verdict

qclaw-watchdog

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

This watchdog skill monitors and auto-restarts a local QClaw process and sends alerts via Feishu; file_write is for logs, package_install is for brew/gh, and all operations are local process management consistent with stated purpose.

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

15
security
40
transparency
70
maintenance

Permission integrity

Performs file operations but does not declare file-accessing binaries

file_read+write

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (5)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · SECRET="your-secret

Pattern match high

HTTP request to bare IP address — common in malicious payloads

SKILL.md · code · http://127.0.0.1

Pattern match medium

Opens WebSocket connection

SKILL.md · code · WebSocket

Pattern match medium

References child_process — can spawn system processes

watchdog.js · prose · downgraded · child_process

Pattern match low

Accesses sensitive environment variables

watchdog.js · prose · downgraded · process.env.FEISHU_APP_SECRET

Why the tier is capped

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

file_writepackage_install

Is this flag fair?

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