free-data-sources
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the GDELT Project API (
https://api.gdeltproject.org/api/v2/doc/doc) as a source for global news signals. GDELT is a well-known research project. - [COMMAND_EXECUTION]: The skill provides a
curlcommand for querying a local service (Cortex) athttp://localhost:6400/api/searchto retrieve research procedures. - [PROMPT_INJECTION]: The skill presents a surface for indirect prompt injection by processing data from local search results and external APIs.
- Ingestion points: Local search results from
http://localhost:6400/api/searchand external news signals fromhttps://api.gdeltproject.org/api/v2/doc/doc. - Boundary markers: Absent; the instructions do not specify the use of delimiters or 'ignore' warnings for the data ingested from these sources.
- Capability inventory: The skill utilizes
curlfor network requests. - Sanitization: Absent; no instructions for escaping or validating the content retrieved from the search or news APIs are provided.
Audit Metadata