tamis
Fail
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: HIGHCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/tag_scan.pyuses thesubprocessmodule to execute thechromiumbrowser and thepasseutility. - [COMMAND_EXECUTION]: The skill provides instructions in
SKILL.mdand checks inscripts/tag_scan.pythat prompt the user or agent to usesudoto write a configuration file to/etc/chromium/policies/managed/doh-escape-hatch.json. This is intended to enable DNS-over-HTTPS but involves administrative access to the system. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it analyzes content from arbitrary external websites and processes network data that could contain malicious instructions.
- Ingestion points: Network request hostnames and URLs are ingested from the target website by
scripts/tag_scan.pyand classified. - Boundary markers: Absent; there are no specific delimiters or instructions to ignore embedded commands within the analyzed network data.
- Capability inventory: The script can execute shell commands via
subprocessand provides instructions for elevated command execution viasudo. - Sanitization: Network data is extracted via
urlsplitbut is not sanitized or escaped before being processed for reporting or classification.
Recommendations
- HIGH: Downloads and executes remote code from: http://127.0.0.1:{port}/json/version - DO NOT USE without thorough review
Audit Metadata