portless
Warn
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: MEDIUMPRIVILEGE_ESCALATIONPERSISTENCECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [PRIVILEGE_ESCALATION]: The skill utilizes
sudoto bind the HTTPS proxy to privileged port 443. It also provides commands likeportless trustto modify the system-wide certificate trust store andportless hosts syncto modify the/etc/hostsfile. - [PERSISTENCE]: The
portless service installcommand registers persistent startup services across multiple operating systems, including macOSlaunchd, Linuxsystemd, and WindowsTask Scheduler. - [COMMAND_EXECUTION]: The core functionality relies on
portless run <cmd>, which executes arbitrary shell commands provided by the user or the environment, potentially allowing the execution of dangerous payloads if input is not validated. - [EXTERNAL_DOWNLOADS]: The skill recommends installing the
portlessCLI tool from external registries such as npm (npm install -g portless) or Homebrew, and mentions sharing apps publicly viangrokorTailscaletunnels. - [INDIRECT_PROMPT_INJECTION]: The skill provides an attack surface where an agent might be directed to execute high-privilege commands or modify system configurations based on untrusted data.
- Ingestion points: User-supplied commands passed to
portless runinSKILL.mdexamples. - Boundary markers: None identified.
- Capability inventory: Shell execution,
sudoaccess, system-wide certificate store modification,/etc/hostsmodification, and startup service registration. - Sanitization: None identified; the skill relies on the underlying
portlessCLI tool.
Audit Metadata