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.py connects 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 script scripts/fetch_meta_to_kb.py to 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
Risk Level
SAFE
Analyzed
Mar 7, 2026, 03:21 PM