quick-analyzer-agent
Warn
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: MEDIUMPROMPT_INJECTION
Full Analysis
- [Indirect Prompt Injection] (MEDIUM): The skill possesses a vulnerability surface for indirect prompt injection via external data ingestion.
- Ingestion points: The skill ingests untrusted content from the
NewsArticledatabase via theget_recent_newsfunction and thedb.queryingather_quick_data. - Boundary markers: There are no explicit boundary markers or instructions to ignore embedded commands within the news processing logic.
- Capability inventory: The agent generates a structured JSON response containing
reasoning,action, andrisk_factorswhich are presented directly to the user/UI. - Sanitization: No sanitization or filtering of news headlines or content is performed before the agent processes them for sentiment or summary generation.
- [Data Exposure] (LOW): The skill accesses local database models (
NewsArticle) and external market data APIs (YahooClient). While these are standard for the stated purpose, they represent a data ingestion path from potentially untrusted external sources (news providers). - [Unverifiable Dependencies] (LOW): The skill references internal modules such as
backend.ai.skills.base_agentandbackend.data.yahoo_client. These appear to be part of a larger, trusted local architecture rather than remote/untrusted downloads.
Audit Metadata