paper-search

Pass

Audited by Gen Agent Trust Hub on Jul 21, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • Automated Command Execution: The skill instructs the agent to execute search queries automatically without waiting for user confirmation. This is intended to improve efficiency in research tasks by allowing the agent to immediately fetch and process data.
  • External Data Processing: The skill retrieves metadata and abstracts from academic APIs. As the agent is tasked with summarizing this external content, it creates a surface where the agent processes untrusted data, which is a typical consideration for tools interacting with public information sources.
  • Subprocess Concurrency: The implementation utilizes Python's subprocess module to run multiple search tasks in parallel. This is a common performance optimization that allows the skill to query several academic sources simultaneously while maintaining functional isolation between them.
  • Environment Credential Management: The skill includes a dedicated module for loading API keys and configuration from local .env files. This is a standard and recommended method for managing credentials and environment-specific settings in a modular software environment.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 21, 2026, 11:00 AM
Security Audit — agent-trust-hub — paper-search