managing-subscriptions
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests user-provided text through the
summary_prompt_guideparameter, which is then used to influence the behavior of an AI model during the generation of subscription summaries. This represents an attack surface for indirect prompt injection where malicious instructions could be included in the prompt guide. - Ingestion points:
summary_prompt_guidefield insubscriptions-createandsubscriptions-partial-updatecommands. - Boundary markers: None specified in the instructions.
- Capability inventory: The skill has the ability to read insight and dashboard data and deliver content to external channels (Email, Slack, Webhooks).
- Sanitization: No sanitization or validation of the prompt guide content is described.
- [DATA_EXFILTRATION]: The skill allows the delivery of data snapshots to external destinations. While email and Slack integrations are controlled, the 'webhook'
target_typeallows users to specify an arbitrary URL intarget_value. This functionality provides a path for data exfiltration if the agent is instructed to send sensitive dashboard data to an attacker-controlled endpoint.
Audit Metadata