cli
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to install the
@headlessx-cli/corepackage vianpmorpnpmfrom the public registry. This is the primary method for deploying the tool's capabilities. - [COMMAND_EXECUTION]: The skill makes extensive use of local command execution. It uses
subprocess.runinscripts/smoke_cli.pyto verify binary availability and help outputs. Furthermore, it utilizes theheadlessxCLI for critical operations such as workspace initialization (init), service management (start,stop), and logging (logs). - [INDIRECT_PROMPT_INJECTION]: The skill possesses a significant attack surface for indirect prompt injection because it is designed to ingest untrusted data from the open web.
- Ingestion points: Functions like
headlessx scrape,headlessx map,headlessx crawl, andheadlessx googlefetch content from external URLs and search results into the agent's context (referenced inSKILL.mdandreferences/command-matrix.md). - Boundary markers: No explicit boundary markers or instructions to ignore embedded commands were found in the provided documentation for data ingestion.
- Capability inventory: The skill has high-privilege local capabilities, including file system writes (
-o page.md), network operations, and Docker management (headlessx restartfor production modes). - Sanitization: There is no evidence of sanitization or filtering of the content retrieved from websites before it is presented to the agent.
Audit Metadata