paper-select-journal
Pass
Audited by Gen Agent Trust Hub on May 1, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches scientific article metadata from official NCBI/PubMed APIs (eutils.ncbi.nlm.nih.gov). These are well-known and trusted services for academic research purposes.
- [COMMAND_EXECUTION]: Local scripts are used for data processing and report generation. The code includes path validation logic (require_within) to prevent path traversal and ensure all file operations stay within the designated workspace directory.
- [DATA_EXFILTRATION]: Network activity is restricted to fetching public article data. No sensitive local files (e.g., credentials, ssh keys) are accessed or transmitted.
- [DYNAMIC_EXECUTION]: A benign use of
__import__was detected inshortlist_journals.pyto dynamically load the standarddatetimelibrary for timestamp generation. No unsafe execution of untrusted code was found.
Audit Metadata