fetch-meta-to-kb
Pass
Audited by Gen Agent Trust Hub on Mar 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The script
scripts/fetch_meta_to_kb.pyconnects to the Crossref API (api.crossref.org) to retrieve journal article metadata. Crossref is a well-known and trusted academic service.\n- [COMMAND_EXECUTION]: The skill executes a local Python scriptscripts/fetch_meta_to_kb.pyto handle the data ingestion workflow.\n- [DATA_EXFILTRATION]: The skill facilitates data transfer from the external Crossref API to a user-defined PostgreSQL database. Database credentials (host, user, password) are handled securely via environment variables (KB_DB_*).\n- [SAFE]: No malicious patterns such as prompt injection, obfuscation, or unauthorized access were detected. The implementation uses standard libraries and parameterized queries to ensure data integrity and security.
Audit Metadata