Caveat verdict

slowmist-security-cc

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

A security review framework in Chinese providing analysis guidance for skills, URLs, and on-chain addresses — purely instructional with no code execution, exfiltration, or manipulation.

⚠ 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
100
transparency
90
maintenance

Findings (26)

Pattern match critical

Accesses sensitive system files

references/red-flags.md · code · /etc/shadow

Pattern match critical

Reads /proc/self/environ — dumps all environment variables

references/red-flags.md · code · /proc/self/environ

Pattern match critical

Uses eval() — can execute arbitrary code

references/red-flags.md · code · eval(

Pattern match critical

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

references/red-flags.md · code · curl | sh

Pattern match critical

Pipe-to-shell pattern (wget | sh)

references/red-flags.md · code · wget | sh

Pattern match critical

Pipe to bash — executes piped content as shell commands

references/red-flags.md · code · | bash

Pattern match critical

Pipe to sh — executes piped content as shell commands

references/red-flags.md · code · | sh

Pattern match high

Accesses system credential store

references/red-flags.md · code · keychain

Pattern match high

Accesses cloud provider credentials

references/red-flags.md · code · ~/.aws

Pattern match high

Uses exec() — may execute shell commands

references/red-flags.md · code · exec(

Pattern match high

References child_process — can spawn system processes

references/red-flags.md · code · child_process

Pattern match high

References sudo — requests elevated privileges

references/red-flags.md · code · sudo

Pattern match high

setuid — privilege escalation mechanism

references/red-flags.md · code · setuid

Pattern match high

Accesses shell history/config

references/red-flags.md · code · ~/.zshrc

Pattern match high

apt-get install — installs system packages

references/red-flags.md · code · apt-get install

Pattern match high

Pipe to python — executes piped content as Python code

references/url-document.md · prose · downgraded · | Python

Pattern match medium

References agent configuration files

references/red-flags.md · code · CLAUDE.md

Pattern match medium

Uses XMLHttpRequest — network access

references/red-flags.md · code · XMLHttpRequest

Pattern match medium

Popular HTTP library — network access

references/red-flags.md · code · axios

Pattern match medium

Accesses .ssh directory

references/red-flags.md · prose · downgraded · .ssh/

Pattern match medium

References agent memory files

references/red-flags.md · code · MEMORY.md

Pattern match medium

Sets world-executable permissions

references/red-flags.md · code · chmod 777

Pattern match medium

Changes file ownership

references/red-flags.md · code · chown

Pattern match medium

pip3 install — installs Python packages at runtime

references/red-flags.md · code · pip3 install

Pattern match low

Accesses sensitive environment variables

references/red-flags.md · prose · downgraded · process.env.MY_SKILL_API_KEY

Pattern match low

Makes HTTP request to external URL

references/supply-chain.md · code · fetch('https://

Why the tier is capped

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

Is this flag fair?

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