Caveat verdict
x-media-parser
Parses X/Twitter posts to extract media download URLs using the public vxtwitter API; no login or API key required, behavior matches stated media parsing 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.
Findings (5)
Pipe to python — executes piped content as Python code
SKILL.md · code · | python3
Pipe-to-python pattern — remote code execution risk
parse.sh · prose · downgraded · curl -s "https://api.vxtwitter.com/Twitter/status/${TWEET_ID}" | python
Possible hardcoded credential
x-aria-download.sh · prose · downgraded · SECRET="${ARIA2_SECRET:-}
HTTP request to bare IP address — common in malicious payloads
x-aria-download.sh · prose · downgraded · http://10.0.0.1
subprocess execution — runs system commands from Python
x-aria-download.sh · prose · downgraded · subprocess.run(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class C/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?
Thanks — recorded.