research-lookup
Warn
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: MEDIUMPROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [METADATA_POISONING]: Discrepancy in author information. The skill metadata in
SKILL.mdidentifies the author as 'K-Dense Inc.', which conflicts with the provided author context 'LeonChaoX'. - [INDIRECT_PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it ingests untrusted data from external research APIs (Parallel and Perplexity) which are then processed by the agent. * Ingestion points: Research results retrieved from external API endpoints in
research_lookup.pyandlookup.py. * Boundary markers: Uses markdown formatting and headers to separate content. * Capability inventory: RequestsBash,Write, andEdittools inSKILL.md. * Sanitization: Does not perform explicit sanitization of research content before presenting it to the agent. - [EXTERNAL_DOWNLOADS]: The skill performs network operations to fetch research data from external services. * Communicates with
api.parallel.aiandopenrouter.ai(well-known service). - [COMMAND_EXECUTION]: The skill requests broad environment permissions (
Bash,Write,Edit) inSKILL.md. This allows for arbitrary command execution and file system modification by the agent based on instructions received from processed data.
Audit Metadata