pkg.soopen package index

brew / Rang 10608

spiped mit Homebrew, apk, apt, Nix, pacman installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für spiped in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install spiped

local Homebrew formula metadata

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add spiped

Alpine Linux edge package indexes · spiped · Quelle: dl-cdn.alpinelinux.org

Debian aptverifiziert · 92%
sudo apt install spiped

Debian stable package indexes · spiped · Quelle: deb.debian.org

Nixverifiziert · 92%
nix profile install nixpkgs#spiped

nixpkgs package indexes · pkgs/by-name/sp/spiped/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S spiped

Arch Linux sync databases · spiped · Quelle: geo.mirror.pkgbuild.com

Überblick

Paketzusammenfassung

Secure pipe daemon

Befehle und Aliase

  • spipe
  • spiped

Verlauf

Projektgeschichte und Nutzung

spiped is the Tarsnap secure pipe daemon, a small Unix-style tool for making encrypted and authenticated pipes between socket addresses with a pre-shared symmetric key.

Projektgeschichte

The official Tarsnap page presents spiped as a simple C implementation, with project development taking place in the Tarsnap GitHub repository. The GitHub repository was created in May 2015.

Adoptionsgeschichte

spiped is packaged broadly for a small security/networking daemon. The input facts list Alpine, Homebrew, Debian, Nix, Arch, and Ubuntu packages, reflecting demand for a scriptable alternative to heavier tunneling setups.

Wie es verwendet wird

The official examples show generating a 32-byte random key with `dd`, running `spiped` in daemon mode on one host, and using `spiped` or `spipe` on the client side. One documented pattern protects SSH by placing the key in `/etc/ssh/spiped.key` on the server and referencing a per-host key from `~/.ssh/config` via ProxyCommand.

Warum Paket-Nerds sich dafür interessieren

Package maintainers care about spiped because it is intentionally small, does one network-security job, and exposes a clean CLI/daemon surface that composes with sockets, init systems, and OpenSSH configuration.

Zeitleiste

  • 2014: Official release list includes spiped 1.4.0 on August 28.
  • 2015: GitHub repository created in May.
  • 2017: Official release list includes spiped 1.6.0.
  • 2025: Official release list includes spiped 1.6.4 on April 2.

Related projects

  • Tarsnap
  • kivaloo
  • OpenSSH ProxyCommand
  • ssh -L

Sicherheitslage

Noch keine Protected-Tool-Abdeckung gefunden

Für spiped wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.

Installationsverhalten

  • Es wurden keine Homebrew-Bottle-Metadaten erfasst.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
keyfile/etc/ssh/spiped.key~/.ssh/spiped_HOSTNAME_key

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
spipeExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
spipedExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-08-03
Manager-Version1.6.4
Manager aktualisiert2026-05-12
lokale Datenunbekannt
Upstreamnicht verfügbar
neueste erkannte Versionnicht erkannt
  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:spiped
Version1.6.4
PaketmanagerHomebrew
Homepagehttps://www.tarsnap.com/spiped.html
Zuletzt aktualisiert2026-05-12T00:31:55Z
Pulseupdated
Bottlenicht erfasst
Dienstkeiner deklariert

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

spiped 1.6.3-1

create secure pipes between socket addresses

https://www.tarsnap.com/spiped.html

sudo apt install spiped
  • Section: utils
  • Architecture: amd64
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Spiped
Debian stable package indexes · deb.debian.org · Debian stable package indexes: spiped from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

spiped

nix profile install nixpkgs#spiped
  • normalized package name match
  • Abgeglichen nach: Spiped
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/sp/spiped/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

spiped 1.6.2-3build2

create secure pipes between socket addresses

https://www.tarsnap.com/spiped.html

sudo apt install spiped
  • Section: universe/utils
  • Architecture: amd64
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Spiped
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: spiped from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

spiped 1.6.4-r0

Encrypted network pipe utility

https://www.tarsnap.com/spiped.html

sudo apk add spiped
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: spiped
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Spiped
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: spiped from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
pacman95%

spiped 1.6.4-2

Secure pipe daemon

https://www.tarsnap.com/spiped.html

sudo pacman -S spiped
  • License: BSD-2-Clause
  • Architecture: x86_64
  • 3 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Spiped
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: spiped from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation