search-paper
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The script
scripts/ensure-search-paper-cli.shdownloads thesearch-paper-clibinary directly from the author's GitHub repository (github.com/jtsang4/search-paper-cli) usingcurlorwget. This is a standard installation procedure for this skill. - [COMMAND_EXECUTION]: The skill executes
go installor extracts downloaded archives (usingtaror a Python script) to install the CLI. These operations are scoped to the skill's local directory or the user's Go binary path. - [CREDENTIALS_UNSAFE]: The skill documentation explicitly instructs users to manage sensitive information (like the Unpaywall email) via environment variables (
SEARCH_PAPER_UNPAYWALL_EMAIL) or a local configuration file (~/.config/search-paper-cli/config.yaml), which is a recommended security practice for secret management.
Audit Metadata