literature-review
Fail
Audited by Gen Agent Trust Hub on Apr 16, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The
SKILL.mdfile contains instructions to install a mandatory dependency usingcurl -fsSL https://parallel.ai/install.sh | bash. Piped remote script execution is an insecure pattern that allows an untrusted third-party server to execute arbitrary code on the user's system. - [COMMAND_EXECUTION]: Multiple scripts within the skill (
generate_pdf.py,generate_schematic.py) use thesubprocessmodule to run external binaries such aspandocandxelatex, or to trigger secondary Python scripts. This creates a significant local command execution surface. - [EXTERNAL_DOWNLOADS]: The skill performs extensive network operations across several files. It fetches academic metadata from
doi.organdapi.crossref.orginverify_citations.py, and communicates withopenrouter.aiingenerate_schematic_ai.pyto generate images. These interactions involve external data exchange with non-whitelisted domains.
Recommendations
- HIGH: Downloads and executes remote code from: https://parallel.ai/install.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata