Host Ports
@kitquiet/host-portsv2026.07.23.1
01README
Read-only inventory of TCP ports listening on the local host, correlated with owning process (via ss) and, where applicable, the Docker container that published it (via docker ps). Useful as a pre-flight check before binding a new service to a port.
02Models
@kitquiet/host-portsv2026.07.23.1host_ports.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| useSudo | boolean | Run `sudo ss` to resolve pid/process for sockets owned by other users |
| includeDocker | boolean | Correlate listening ports with `docker ps` published port mappings. |
fn list_listening_ports()
Catalog all TCP ports currently listening on the host (read-only)
Resources
listening_port(1h)— A TCP port currently listening on the host, with owning process and Docker container correlation where known
03Stats
A
100 / 100
Downloads
1
Archive size
6.2 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
04Platforms