Peer Reviewer

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The skill is classified as suspicious due to its broad file system access and the use of external command execution. The `src/index.ts` file allows reading of arbitrary local files if a path is provided as an argument to the CLI (`fs.readFileSync`). More critically, the `src/adapters/skill_search.ts` adapter uses `child_process.exec` to run an external `serper-tool` command, and `src/index.ts` explicitly attempts to execute a Node.js script from a relative parent directory (`../../serper-tool/dist/index.js`). While these capabilities are presented as part of the skill's intended functionality (reviewing papers, performing searches), they introduce significant supply chain risks and the potential for local arbitrary code execution if the external tool or its path is compromised. There is no clear evidence of intentional malicious behavior within this specific skill bundle, but the high-risk capabilities warrant a 'suspicious' classification.