install-futu-opend
Warn
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPRIVILEGE_ESCALATIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTIONDYNAMIC_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell and PowerShell commands to download, extract, and execute installers.
- Evidence:
SKILL.mdandscripts/install_win.mddefine logic for running executables and package managers likedpkgandrpm. - [PRIVILEGE_ESCALATION]: The installation process involves commands that require high privileges to modify the system environment.
- Evidence:
scripts/install_linux.mdexecutessudo dpkg -iandsudo rpm -ivh.scripts/install_mac.mdusesxattrto remove quarantine bits andcpto the system/Applicationsfolder. - [INDIRECT_PROMPT_INJECTION]: The skill processes user-supplied path data through the
-pathargument, which could facilitate command injection if not properly sanitized before being used in scripts. - Ingestion points: User input via
$ARGUMENTS(processed inSKILL.md). - Boundary markers: Absent; no delimiters or instructions to ignore embedded commands are specified for the user input.
- Capability inventory: Subprocess calls (
powershell,bash), file-writes (Writetool), and network requests (curl,Invoke-WebRequest) inscripts/install_win.mdandSKILL.md. - Sanitization: Absent; the skill does not provide instructions to escape or validate the user-provided path string before execution.
- [EXTERNAL_DOWNLOADS]: Fetches software archives and installers from remote domains.
- Evidence: Fetches from
www.futunn.comandsoftwaredownload.futunn.com, which are official servers associated with the vendor. - [DYNAMIC_EXECUTION]: The skill generates script files at runtime to perform the installation tasks.
- Evidence:
scripts/install_win.mdinstructs the agent to write ainstall_opend.ps1file and execute it using PowerShell.
Audit Metadata