perplexity-common-errors
Fail
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: HIGHCREDENTIALS_UNSAFECOMMAND_EXECUTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill contains a diagnostic command
env | grep PERPLEXITYthat prints the full value of thePERPLEXITY_API_KEYenvironment variable to the terminal. - [CREDENTIALS_UNSAFE]: In the fix for 401 errors, the skill uses
echo "${PERPLEXITY_API_KEY:0:5}"to verify the key, resulting in a partial disclosure of the secret credential to the console output. - [COMMAND_EXECUTION]: The skill executes
curlcommands to interact withhttps://api.perplexity.aifor health checks and authentication testing, which is appropriate for the skill's stated purpose of debugging a well-known service.
Recommendations
- AI detected serious security threats
Audit Metadata