Audit History
fda-database - 4 audits
Audit version 4
Latest SafeJan 17, 2026, 07:13 AM
This is a legitimate API wrapper for the FDA's public openFDA API (api.fda.gov). All static findings are false positives: the 'CRITICAL' heuristic flagged code execution + network + credential access as suspicious, but this is standard API client behavior for authenticating with a legitimate government API. MD5 is used for cache key generation, not cryptographic security. Documentation code blocks were misidentified as shell commands. All network requests go to the official FDA API endpoint with no exfiltration or credential theft patterns.
Risk Factors
⚡ Contains scripts (2)
🌐 Network access (2)
🔑 Env variables (2)
Audit version 3
SafeJan 17, 2026, 07:13 AM
This is a legitimate API wrapper for the FDA's public openFDA API (api.fda.gov). All static findings are false positives: the 'CRITICAL' heuristic flagged code execution + network + credential access as suspicious, but this is standard API client behavior for authenticating with a legitimate government API. MD5 is used for cache key generation, not cryptographic security. Documentation code blocks were misidentified as shell commands. All network requests go to the official FDA API endpoint with no exfiltration or credential theft patterns.
Risk Factors
⚡ Contains scripts (2)
🌐 Network access (2)
🔑 Env variables (2)
Audit version 2
SafeJan 12, 2026, 04:46 PM
The fda-database skill is a legitimate scientific research tool for querying FDA's public openFDA API. Static analysis flagged many false positives - the 'external_commands' are actually markdown code examples showing API usage patterns, not actual command execution. The API key usage is legitimate for accessing public FDA data with proper authentication. No malicious intent detected.
Risk Factors
🌐 Network access (3)
🔑 Env variables (2)
Audit version 1
SafeJan 4, 2026, 04:22 PM
No credential access, environment harvesting, or exfiltration patterns found. Network calls target the documented openFDA API for expected data retrieval.