prima
Pass
Audited by Gen Agent Trust Hub on Sep 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONDYNAMIC_EXECUTIONINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute shell commands using
npx, specificallynpx prima-cliandnpx playwright-cli. These tools are used to control browser sessions and perform automation tasks such as form filling and behavior checking. - [DYNAMIC_EXECUTION]: The
pwcommand accepts a string containing executable code (e.g.,({ page }) => page.click(...)) which is executed within the Playwright browser context. This allows for dynamic code execution based on instructions provided in the prompt. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted content from external websites through commands like
check,do, andask. This presents a surface where malicious instructions on a website could influence the agent's behavior. - Ingestion points: Browser viewport, HTML structure, and screenshots from external web pages processed by the AI layer.
- Boundary markers: No explicit boundary markers or sanitization instructions are provided to separate page content from the agent's operational instructions.
- Capability inventory: Capability to write files (reports and session artifacts), execute shell commands via
npx, and manipulate browser sessions. - Sanitization: There is no mention of filtering or sanitizing the content retrieved from web pages before it is processed by the AI models.
- [EXTERNAL_DOWNLOADS]: The skill uses
npxto execute tools and mentionsnpx playwright install chromium, which involves downloading browser binaries from Playwright's infrastructure. These are recognized tools from the vendor's ecosystem.
Audit Metadata