socketsweep-bin
The package installs a prebuilt binary from a GitHub release (unofficial host for binaries), which is unpacked and repackaged without verification of the source code or build process, posing a supply-chain risk.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 95%): The package installs a prebuilt binary from a GitHub release (unofficial host for binaries), which is unpacked and repackaged without verification of the source code or build process, posing a supply-chain risk.
PKGBUILD
# SPDX-License-Identifier: 0BSD
# Maintainer: jaytau <95355656+jay-tau@users.noreply.github.com>
pkgname=socketsweep-bin
pkgver=1.1.0
pkgrel=1
pkgdesc='Android storage analyzer with an interactive treemap'
arch=('x86_64')
url='https://github.com/VishnuSrivatsava/SocketSweep'
license=('GPL-3.0-only')
depends=('android-tools' 'cairo' 'dbus' 'gdk-pixbuf2' 'glib2' 'glibc'
'gtk3' 'hicolor-icon-theme' 'libgcc' 'libsoup3' 'webkit2gtk-4.1')
optdepends=('android-udev: additional udev rules for Android devices')
provides=("socketsweep=$pkgver")
conflicts=('socketsweep')
options=('!strip' '!debug')
source=("${url}/releases/download/v${pkgver}/SocketSweep_${pkgver}_amd64.deb")
sha256sums=('978d3d2fd692e457ea12c14ca70102c8a065d94cb7b11a63d8136999efb3a6cf')
package() {
bsdtar -xf data.tar.gz -C "$pkgdir"
mv "$pkgdir/usr/bin/tauri-app" "$pkgdir/usr/bin/socketsweep"
ln -sf /usr/bin/adb "$pkgdir/usr/lib/SocketSweep/bin/adb"
for icon in "$pkgdir"/usr/share/icons/hicolor/*/apps/tauri-app.png; do
mv "$icon" "${icon%tauri-app.png}socketsweep.png"
done
sed -i -e 's/=tauri-app$/=socketsweep/' \
-e 's/^Categories=$/Categories=Utility;/' \
-e "s/^Comment=.*/Comment=$pkgdesc/" \
"$pkgdir/usr/share/applications/SocketSweep.desktop"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-08 13:17:19 | Medium | 2 |