vector
Warn
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill provides tools for dynamic code execution within the browser environment to handle complex interactions.
- Evidence: The
playwright_evaluatetool allows the agent to execute arbitrary JavaScript code within the page context. - Evidence: The
browser_run_codetool enables the execution of multi-step Playwright scripts for complex workflows. - [PROMPT_INJECTION]: The skill is exposed to indirect prompt injection risks as it ingests content from external, untrusted web pages.
- Ingestion points: Page content and network responses are retrieved via Playwright in
SKILL.mdandreference/data-extraction.md. - Capability inventory: The skill has the power to navigate, click, fill forms, and execute scripts based on interpreted content.
- Sanitization/Markers: The skill references a prompt-injection classifier and a web fetch safety protocol in
_common/WEB_FETCH_SAFETY.md. - [EXTERNAL_DOWNLOADS]: The skill documentation references the installation of external Node.js packages for automation and anti-detection.
- Packages:
playwright,playwright-extra, andpuppeteer-extra-plugin-stealthare listed in the stealth mode reference. - [DATA_EXFILTRATION]: The skill is designed to collect data from web pages and save it to the local filesystem, which could be used to harvest sensitive information.
- Destination: Extracted data is saved in structured formats (JSON/CSV) to the
.vector/directory. - Safeguards: The skill mandates the use of environment variables for credentials and respects robots.txt/ToS signals.
Audit Metadata