perplexity-2
Pass
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses the PERPLEXITY_API_KEY environment variable for authentication, which is the recommended method for handling sensitive API credentials.
- [SAFE]: All API request payloads are constructed using
jq --arg, a secure practice that prevents injection of malicious content into the JSON data structure. - [SAFE]: Network requests are directed exclusively to the official and well-known Perplexity API domain (api.perplexity.ai).
- [SAFE]: The script employs defensive programming techniques, such as
set -euo pipefailand explicit error checking of API responses, to ensure predictable and secure execution. - [SAFE]: No patterns of obfuscation, remote code execution, or unauthorized data access were identified.
Audit Metadata