make-scenarios
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill facilitates the creation of automation scenarios that ingest data from potentially untrusted external sources such as Webhooks, Emails, and Forms.
- Ingestion points: Data enters the scenario via Trigger modules (Webhooks, Email, Forms) as described in the Capabilities and Common Patterns sections of
SKILL.md. - Boundary markers: No boundary markers or instructions to treat external data as untrusted are present in the pseudo-code or implementation patterns.
- Capability inventory: The scenarios use capabilities such as HTTP Requests, Sending Emails, and Data Store operations (upsert, get), which could be misused if influenced by malicious input data.
- Sanitization: The skill lacks instructions for sanitizing, validating, or escaping external content before it is processed or used in downstream modules.
Audit Metadata