skwd-deck-steamworks
LOW
maintainer liixini
0 votes
scanned 2026-09-07 03:13:17.703764
Why flagged
The package builds from a source tarball hosted on GitHub Releases, which is a standard and trusted practice; the low severity is due to few votes and recent upload, not malicious content.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Low
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from a source tarball hosted on GitHub Releases, which is a standard and trusted practice; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
pkgname=skwd-deck-steamworks
2
pkgver=1.0.0_beta.9
3
pkgrel=1
4
pkgdesc='Optional Steam Client Workshop backend for Skwd Deck'
5
arch=(x86_64)
6
url='https://github.com/liixini/skwd-wall'
7
license=(LicenseRef-Proprietary)
8
depends=(gcc-libs glibc skwd-deck)
9
makedepends=(cargo lld)
10
optdepends=('steam: running Steam client used by the backend')
11
options=(!debug !lto)
12
source=("$pkgname-1.0.0-beta.9.tar.xz::https://github.com/liixini/skwd-wall/releases/download/v1.0.0-beta.9/skwd-deck-steamworks-x86_64-1.0.0-beta.9.tar.xz")
13
sha256sums=('10f48d81403bb25780c3699182a1ff73dcab1f4a1fc33ef9055597cf2e521b90')
14
15
build() {
16
cd "$pkgname-1.0.0-beta.9"
17
export CARGO_PROFILE_RELEASE_STRIP=symbols
18
export SKWD_USE_LLD=1
19
./distribution/build.sh steamworks
20
}
21
22
package() {
23
cd "$pkgname-1.0.0-beta.9"
24
./distribution/install.sh steamworks "$pkgdir"
25
}
26
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-07 03:13:17 | Low | 2 |