pubmed-database
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill interacts with the official NCBI E-utilities API (https://eutils.ncbi.nlm.nih.gov) to retrieve biomedical literature. This is a well-known and trusted government service.
- [SAFE]: Secret management follows best practices by using environment variables (
os.environ.get) to handle sensitive credentials likeNCBI_API_KEYrather than hardcoding them. - [SAFE]: The provided Python snippet uses the standard
requestslibrary for HTTP operations and includes defensive coding practices such as timeout parameters and error checking withraise_for_status(). - [SAFE]: No suspicious obfuscation, privilege escalation, or persistence mechanisms were detected in the instructions or code examples.
Audit Metadata