skwd-deck-steamworks-bin
Package downloads a prebuilt Arch package from a GitHub release, extracts it, and installs files; while the host is not a standard upstream, it is the project's own repository, and the content is a standard package format, making it a low-risk supply-chain concern despite unverifiable origin.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 90%): Package downloads a prebuilt Arch package from a GitHub release, extracts it, and installs files; while the host is not a standard upstream, it is the project's own repository, and the content is a standard package format, making it a low-risk supply-chain concern despite unverifiable origin.
PKGBUILD
pkgname=skwd-deck-steamworks-bin
pkgver=1.0.0_beta.9
pkgrel=1
pkgdesc='Prebuilt optional Steam Client Workshop backend for Skwd Deck'
arch=(x86_64)
url='https://github.com/liixini/skwd-wall'
license=(LicenseRef-Proprietary)
options=(!debug !strip)
depends=(gcc-libs glibc skwd-deck)
optdepends=('steam: running Steam client used by the backend')
provides=("skwd-deck-steamworks=$pkgver")
conflicts=(skwd-deck-steamworks)
source_x86_64=(
'skwd-deck-steamworks-1.0.0_beta.9-1-x86_64.pkg.tar.zst::https://github.com/liixini/skwd-wall/releases/download/v1.0.0-beta.9/skwd-deck-steamworks-1.0.0_beta.9-1-x86_64.pkg.tar.zst'
)
noextract=('skwd-deck-steamworks-1.0.0_beta.9-1-x86_64.pkg.tar.zst')
sha256sums_x86_64=('011cc4d790552bc3b016b27d9e66cbc9716606cc9bc5436b7eea3b8b04550c28')
prepare() {
mkdir -p "$srcdir/steamworks"
bsdtar -xf "$srcdir/skwd-deck-steamworks-1.0.0_beta.9-1-x86_64.pkg.tar.zst" -C "$srcdir/steamworks" \
--exclude .BUILDINFO --exclude .MTREE --exclude .PKGINFO
}
package() {
mkdir -p "$pkgdir/usr"
cp -a --no-preserve=ownership "$srcdir/steamworks/usr/." "$pkgdir/usr/"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-07 03:13:17 | Low | 2 |