twitter-search

Fail

Audited by Socket on Feb 15, 2026

1 alert found:

Obfuscated File
Obfuscated FileHIGH
scripts/run_search.sh

No explicit malware or backdoor found in this script. However, unsafe coding practices create moderate security risk: eval of grep output from shell rc files (arbitrary code execution if rc files are tampered), passing API keys on the command line (credential leakage via process listings), and auto-installing packages (unexpected network installs and local package modification). Recommend: remove eval and extract TWITTER_API_KEY safely (e.g., parse RHS with sed/awk or source in a restricted subshell after validation), avoid passing secrets as CLI args (use environment variable or file descriptor), and do not auto-install packages — instead fail with a clear dependency error or instruct the user to install dependencies in a venv. With these fixes the script would be low risk for typical use.

Confidence: 98%
Audit Metadata
Analyzed At
Feb 15, 2026, 09:38 PM
Package URL
pkg:socket/skills-sh/sundial-org%2Fawesome-openclaw-skills%2Ftwitter-search%2F@aa83cb09d411607b1f8aab784ce010d796973fdc