ziniao-page
Warn
Audited by Gen Agent Trust Hub on Aug 31, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDYNAMIC_EXECUTIONINDIRECT_PROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill invokes a local binary named
ziniao-clito perform all browser operations. This binary acts as a bridge between the AI agent and the user's local browser environment. - [DYNAMIC_EXECUTION]: The
page execcommand and theexecstep in theautomation runsequence allow for the execution of arbitrary JavaScript code strings within the context of the active browser page. This provides a mechanism to run unverified code during automation tasks. - [INDIRECT_PROMPT_INJECTION]: The skill facilitates the ingestion of untrusted data from external web pages while possessing tools with significant side-effect capabilities.
- Ingestion points: The agent can retrieve external data using
page content(HTML/Text) andpage screenshotas described inSKILL.mdandreferences/ziniao-page-screenshot.md. - Boundary markers: There are no explicit instructions or delimiters defined to prevent the agent from following malicious instructions potentially embedded in the retrieved web content.
- Capability inventory: The skill includes shell command execution (
ziniao-cli), browser-side JavaScript execution (page exec), and local file writing (utility download). - Sanitization: No evidence of input validation or sanitization is present for data extracted from web pages before it is processed or used in subsequent steps.
- [DATA_EXFILTRATION]: The
utility downloadtool enables the agent to write arbitrary content to the local download directory. Furthermore, the core purpose of the skill is to access and manipulate data within browser sessions, which inherently includes potentially sensitive user information.
Audit Metadata