Caveat verdict

sum2slides-lite

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

PPT generation skill with optional Feishu upload disabled by default; the skill is transparent about network activity and provides security verification scripts, with all data flows user-controlled and clearly documented.

⚠ 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
60
transparency
70
maintenance

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Findings (11)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · SECRET="your_trusted_app_secret

Pattern match critical

Recursive delete from root or home — destructive command

docs/USER_GUIDE.md · code · rm -rf ~

Pattern match critical

Uses eval() — can execute arbitrary code

install_mechanism.md · code · eval(

Pattern match high

subprocess execution — runs system commands from Python

docs/USER_GUIDE.md · code · subprocess.run(

Pattern match high

Uses exec() — may execute shell commands

install_mechanism.md · code · exec(

Pattern match high

os.system/popen — direct OS command execution

install_mechanism.md · code · os.system(

Pattern match medium

Python shutil file operation — copies/moves/deletes files

install_mechanism.md · code · shutil.copy(

Pattern match medium

Python os.getenv — reads environment variable

credentials_management.md · code · os.getenv(

Pattern match medium

References sudo — requests elevated privileges

INSTALL_VERIFICATION.py · prose · downgraded · sudo

Pattern match medium

Python urllib.request — network access

INSTRUCTION_SCOPE_VISUAL.md · code · urllib.request

Pattern match low

References webhook/callback URL

platforms/base_platform.py · prose · downgraded · webhook_url

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

Requires 1 environment variable.

network_out

Is this flag fair?

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