skwd-deck-steamworks

LOW
maintainer liixini 0 votes scanned 2026-09-07 03:13:17.703764
View on AUR
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

1pkgname=skwd-deck-steamworks
2pkgver=1.0.0_beta.9
3pkgrel=1
4pkgdesc='Optional Steam Client Workshop backend for Skwd Deck'
5arch=(x86_64)
6url='https://github.com/liixini/skwd-wall'
7license=(LicenseRef-Proprietary)
8depends=(gcc-libs glibc skwd-deck)
9makedepends=(cargo lld)
10optdepends=('steam: running Steam client used by the backend')
11options=(!debug !lto)
12source=("$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")
13sha256sums=('10f48d81403bb25780c3699182a1ff73dcab1f4a1fc33ef9055597cf2e521b90')
14
15build() {
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
22package() {
23 cd "$pkgname-1.0.0-beta.9"
24 ./distribution/install.sh steamworks "$pkgdir"
25}
26

Scan history

Scanned at (UTC)SeverityRules
2026-09-07 03:13:17 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion