citation-management
Audited by Socket on Mar 3, 2026
1 alert found:
SecurityOverall, the fragment appears to be a legitimately purposed citation-management skill with a coherent workflow (search, extract, validate, format, integrate). Security concerns are moderate and typical for open workflows: external API calls, optional browser automation for Scholar, and numerous data-file I/O steps. No hardcoded secrets or direct credential harvesting are evident. Primary risks stem from potential misuse of Google Scholar scraping (terms-of-service and rate limits) and dependency-chain exposure from multiple external Python packages. Recommend ensuring dependency lockfiles, pinned versions, explicit API key handling where applicable, and adherence to source licensing/ToS for automated searches. In absence of code-level malicious behavior, classify as BENIGN with MEDIUM security risk due to external data flows and dependency supply chain considerations.