fda-database
Pass
Audited by Gen Agent Trust Hub on Feb 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill communicates exclusively with the official openFDA API at api.fda.gov. This is a well-known and trusted government service.
- [SAFE]: The Python scripts (fda_query.py and fda_examples.py) use standard libraries like 'requests' for network operations and 'json' for data processing. No malicious or suspicious third-party dependencies are required.
- [SAFE]: The fda_query.py script implements responsible API usage patterns, including a rate limiter to stay within FDA-specified request limits and a file-based cache to reduce redundant network traffic.
- [SAFE]: No evidence of prompt injection, data exfiltration, or obfuscation was found in the instructions or the accompanying scripts.
- [SAFE]: API key handling is performed via environment variables or optional class initialization, which is a standard and secure practice for developmental tools.
Audit Metadata