pubmed-search-specialist
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The security analysis did not detect any malicious patterns, obfuscation, or unauthorized data access within the skill files or scripts.
- [COMMAND_EXECUTION]: The skill instructions and documentation guide the agent to execute a local Python script (
scripts/main.py) to build search queries based on user-provided PICO (Population, Intervention, Comparison, Outcome) parameters. This is the primary intended function of the skill. - [EXTERNAL_DOWNLOADS]: The skill lists
requestsas a dependency inrequirements.txt. While the provided script logic is currently limited to local string manipulation, the documentation notes future integration with PubMed E-utilities API.requestsis a standard, reputable library for HTTP operations. - [DATA_EXPOSURE]: The skill processes user-supplied medical concepts. The script includes basic validation logic to ensure query syntax integrity and balanced parentheses, reducing the risk of malformed output.
Audit Metadata