Caveat verdict

siluzan-cso

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

Content operations CLI installing from a published npm package via curl-to-bash; all operations match the social media publishing 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.

0
security
70
transparency
70
maintenance

Findings (8)

Pattern match high

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

scripts/install.sh · prose · downgraded · curl -fsSL https://install-node.vercel.app/lts | bash

Pattern match high

Pipe to bash — executes piped content as shell commands

scripts/install.sh · prose · downgraded · | bash

Pattern match medium

Accesses shell history/config

references/setup.md · prose · downgraded · ~/.bash_history

Pattern match medium

Accesses .ssh directory

references/upload.md · prose · downgraded · .ssh/

Pattern match medium

Accesses cloud provider credentials

references/upload.md · prose · downgraded · ~/.aws

Pattern match medium

References sudo — requests elevated privileges

scripts/install.sh · prose · downgraded · sudo

Pattern match medium

apt-get install — installs system packages

scripts/install.sh · prose · downgraded · apt-get install

Pattern match medium

yum install — installs system packages

scripts/install.sh · prose · downgraded · yum install

Why the tier is capped

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