nature-citation
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill and its associated Python script perform intended citation discovery and formatting tasks without security risks. No malicious behaviors, such as data exfiltration or persistence, were detected.\n- [COMMAND_EXECUTION]: The skill includes a local script
scripts/nature_citation.py. A detailed review of the script confirms it uses only Python standard libraries to perform network requests to the Crossref API and generate local files. It does not use dangerous functions likeeval(),exec(), orsubprocessfor shell execution.\n- [EXTERNAL_DOWNLOADS]: The skill fetches scholarly metadata from the Crossref REST API (api.crossref.org). This is a well-known service for bibliographic data and its use here is consistent with the skill's stated purpose.\n- [DATA_EXFILTRATION]: There is no evidence of exfiltration of sensitive files or credentials. Network activity is restricted to bibliographic searches based on user-provided text segments.
Audit Metadata