persona-rate-limits
Pass
Audited by Gen Agent Trust Hub on Sep 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a basic API client for Persona identity verification using standard Python libraries.
- [DATA_EXFILTRATION]: The code uses environment variables (
os.environ['PERSONA_API_KEY']) for secret management, which is a recommended practice. All network requests target the official Persona API domain (withpersona.com), and no data is sent to unauthorized third parties. - [DYNAMIC_CONTEXT_INJECTION]: A markdown header contains a text string representing a shell command (
sed), but it is not enclosed in the backticks and exclamation mark syntax required for execution on supported platforms. It functions as plain text and does not pose a security risk.
Audit Metadata