degrees-of-lewdity
Builds from the project's own official git repository on gitgud.io with a tagged release; bundled helper files (launcher script, desktop entry, icon) have checksums; the only SKIP is on the git source which is normal AUR practice. No unverified prebuilt executables, no obfuscated payloads, no exfiltration.
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 flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 80%): Builds from the project's own official git repository on gitgud.io with a tagged release; bundled helper files (launcher script, desktop entry, icon) have checksums; the only SKIP is on the git source which is normal AUR practice. No unverified prebuilt executables, no obfuscated payloads, no exfiltration.
1 higher static finding superseded - not the current verdict (shown for transparency)
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:12
source=("degrees-of-lewdity::git+https://gitgud.io/Vrelnir/degrees-of-lewdity.git#tag=${pkgver}"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Okabe Zero-Link (okbzl) <okabezerolink@gmail.com>
pkgname="degrees-of-lewdity"
pkgver=0.5.11.9
pkgrel=1
pkgdesc="Degrees of Lewdity, browser-based NSFW(18+) game by Vrelnir"
arch=('any')
url="https://vrelnir.blogspot.com"
license=('cc-by-nc-sa-4.0')
makedepends=('git')
provides=(dol)
source=("degrees-of-lewdity::git+https://gitgud.io/Vrelnir/degrees-of-lewdity.git#tag=${pkgver}"
'dol'
'degrees-of-lewdity.desktop'
'degrees-of-lewdity.ico')
md5sums=('SKIP'
'18d1a258ecaff1c9708635ead15df35b'
'818293d99934d2b23e506f280856a88c'
'7903b57563259ec9a2933b3503980b4d')
build() {
cd "degrees-of-lewdity"
FORCE_VERSION='' ./compile.sh
}
package() {
cd "degrees-of-lewdity"
install -Dm755 "./Degrees of Lewdity.html" "$pkgdir/usr/share/dol/degrees-of-lewdity.html"
cp -R img "$pkgdir/usr/share/dol/img"
cp -R game "$pkgdir/usr/share/dol/game"
cd ..
install -Dm755 "dol" "$pkgdir/usr/bin/dol"
install degrees-of-lewdity.ico -Dt "$pkgdir"/usr/share/pixmaps
install degrees-of-lewdity.desktop -Dt "$pkgdir"/usr/share/applications
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 15:13:39 | Low | 3 |
| 2026-08-20 15:11:35 | Medium | 2 |