scenario-moderation
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes output from Scenario API jobs (errors, hints, prompts) to determine recovery steps. This data is untrusted as it comes from external model providers or is a reflection of user input. The agent then uses these details to drive further tool calls like
model_runandrecommend. - Ingestion points: SKILL.md (Quick reference section) specifies reading
error,hint, andmetadata.inputfromjob_getandjobs_waittool calls. - Boundary markers: The instructions do not define delimiters or specific safety boundaries when the agent processes the ingested job error or prompt content.
- Capability inventory: The skill uses
model_run,recommend,job_get, andjobs_waittools to perform actions based on the analysis of the potentially untrusted job data. - Sanitization: No specific sanitization, validation, or filtering of the ingested error messages or prompts is described before they are used to influence the agent's next steps.
Audit Metadata