klaviyo-developer
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or unauthorized data access were detected. The skill follows industry standard practices for API integration and secret management.
- [INDIRECT_PROMPT_INJECTION]: The skill possesses a data ingestion surface through CSV imports and webhook testing. This risk is effectively mitigated by robust input validation logic.
- Ingestion points: The
import-csvtool inscripts/dev_tools.pyandscripts/klaviyo_client.pyprocesses external CSV files. Thetest-webhooktool inscripts/dev_tools.pyprocesses responses from external endpoints. - Boundary markers: Data is processed via structured operations (API calls and file parsing) rather than being directly interpolated into high-privilege prompts.
- Capability inventory: The skill uses network operations for Klaviyo API interaction and webhook connectivity checks, and file system writes for data export tasks.
- Sanitization: The scripts implement
_safe_output_pathand_safe_input_fileto prevent path traversal, and_validate_webhook_urlto prevent SSRF by blocking access to private networks, loopback addresses, and cloud metadata services.
Audit Metadata