scenario-mapper
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
@playwright/clito interact with browser environments and executes an inline Python script using the standardcsvandosmodules to write testing scenarios to a local CSV file in thescenarios/directory. - [EXTERNAL_DOWNLOADS]: The skill interacts with external websites provided by the user to perform reconnaissance. It explicitly forbids completing transactions, creating accounts, or submitting forms that have real-world side effects during the mapping phase.
- [PROMPT_INJECTION]: The skill processes untrusted data from external websites, which presents an indirect prompt injection surface.
- Ingestion points: Live website content accessed via Playwright tools (SKILL.md).
- Boundary markers: The skill lacks explicit boundary markers for external content but instructs the agent to 'look, don't finalize' to limit impact.
- Capability inventory: Browser interaction via Playwright and file-writing capabilities via Python.
- Sanitization: No explicit sanitization of discovered website content is mentioned before it is processed into the final CSV output.
Audit Metadata