serpapi-webhooks-events
Pass
Audited by Gen Agent Trust Hub on Sep 11, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to process external search results from SerpAPI, which are untrusted data sources that could contain malicious instructions.
- Ingestion points: Search results retrieved via
WebFetchor the search archive endpoint as described in the instructions. - Boundary markers: The skill instructs to "validate and normalize once" and suggests using "sanitized state-machine fixtures," though it does not mandate specific prompt delimiters.
- Capability inventory: The skill is permitted to use
WriteandEditfor state management andWebFetchfor network operations. - Sanitization: The instructions emphasize normalizing business fields rather than processing unstable raw payloads.
- [EXTERNAL_DOWNLOADS]: The skill references official SerpAPI documentation and client repositories on GitHub.
- Evidence: Links provided to
serpapi.comand GitHub repositories under theserpapiorganization (serpapi-python,serpapi-javascript). These are well-known resources for the stated functionality. - [DATA_EXPOSURE]: The skill provides instructions for managing the
SERPAPI_KEYand explicitly warns against insecure practices. - Evidence: Instructions state "never key-bearing archive URLs" and suggest using environment variables for the server-side submitter.
Audit Metadata