event-brief-planner
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a 'No Fly List' safety constraint by fetching a list of restricted customers and explicitly instructing the agent to omit them from all generated outputs to prevent unauthorized public references.
- [SAFE]: A 'pre-flight check' is enforced at the start of the execution, requiring the tool
list_marketing_referencesto succeed before any planning or data processing occurs, which ensures the agent is operating in a validated environment. - [SAFE]: The skill uses structured data collection via
AskUserQuestion, minimizing the risk of prompt injection through direct user input by guiding the user through specific fields rather than processing large blocks of untrusted text. - [SAFE]: All external context fetching (product positioning, brand voice) is restricted to internal tools like
get_marketing_context, ensuring the agent relies on authoritative, vendor-provided data rather than arbitrary external sources.
Audit Metadata