cs-analytics
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted customer data from service tickets and survey responses. In
references/nps-methodology.md, a prompt template is provided for LLM analysis of customer comments (Comment: {text}). This represents an attack surface for indirect prompt injection.\n - Ingestion points: Untrusted data enters via ticket descriptions and NPS open-text responses, described in
SKILL.mdandreferences/nps-methodology.md.\n - Boundary markers: The prompt template for analyzing detractor comments in
references/nps-methodology.mdlacks explicit delimiters or instructions to ignore embedded commands.\n - Capability inventory: The skill includes Python scripts for data processing and keyword extraction; no high-risk capabilities like file system modifications or external network operations are enabled for the agent based on this data.\n
- Sanitization: A
preprocessfunction inreferences/ticket-text-mining.mdremoves URLs, emails, and ticket IDs, providing a basic level of filtering for typical injection vectors.\n- [EXTERNAL_DOWNLOADS]: Thereferences/ticket-text-mining.mdfile references the installation of several external Python packages, includingbertopic,sentence-transformers,umap-learn,hdbscan,vaderSentiment, andckip-transformers. It also suggests fetching a pre-trained model (paraphrase-multilingual-MiniLM-L12-v2) from Hugging Face for topic clustering.
Audit Metadata