Sentiment Analyzer
Pass
Audited by Gen Agent Trust Hub on Apr 16, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by interpolating untrusted user data directly into LLM prompt templates.
- Ingestion points: Functions
llm_sentiment_analysisandcomparative_sentimentinSKILL.mdtake atextparameter from external sources. - Boundary markers: The skill uses double-quote delimiters
"{text}"to separate input from instructions. - Capability inventory: The skill is designed to return structured JSON output via an LLM completion tool.
- Sanitization: No explicit sanitization or escaping of the input string is performed before it is placed into the prompt template.
Audit Metadata