Caveat verdict

video-summarizer

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

Converts videos from Bilibili/YouTube/Douyin into structured Notion summaries using Aliyun OSS and a user-configured LLM API; all external data flows are explicitly disclosed in a security table.

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

Permission integrity

Code accesses API keys/tokens but declares no environment variables

credential_access

Findings (9)

Pattern match high

Accesses OpenClaw config/secrets directly

README.md · code · ~/.openclaw/.env

Pattern match high

Pipe to bash — executes piped content as shell commands

SKILL.md · prose · downgraded · | Bash

Pattern match high

Pipe to python — executes piped content as Python code

SKILL.md · prose · downgraded · | Python

Pattern match high

Recursive delete from root or home — destructive command

CHANGELOG.md · prose · downgraded · rm -rf ~

Pattern match medium

pip3 install — installs Python packages at runtime

README.md · code · pip3 install

Pattern match medium

subprocess execution — runs system commands from Python

scripts/douyin_downloader.py · prose · downgraded · subprocess.run(

Pattern match low

Python shutil file operation — copies/moves/deletes files

scripts/douyin_downloader.py · prose · downgraded · shutil.rmtree(

Pattern match low

Python os.getenv — reads environment variable

scripts/douyin_downloader.py · prose · downgraded · os.getenv(

Pattern match low

Python os.environ.get — reads environment variable

scripts/video-summarize.sh · prose · downgraded · os.environ.get(

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.

network_incredential_access

Is this flag fair?

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