degrees-of-lewdity

LOW
maintainer okbzl 0 votes scanned 2026-08-20 15:13:39.569449
View on AUR
Why flagged

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

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 downgraded a static finding 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)
Medium source=() URL on a non-standard host 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
1# Maintainer: Okabe Zero-Link (okbzl) <okabezerolink@gmail.com>
2
3pkgname="degrees-of-lewdity"
4pkgver=0.5.11.9
5pkgrel=1
6pkgdesc="Degrees of Lewdity, browser-based NSFW(18+) game by Vrelnir"
7arch=('any')
8url="https://vrelnir.blogspot.com"
9license=('cc-by-nc-sa-4.0')
10makedepends=('git')
11provides=(dol)
12source=("degrees-of-lewdity::git+https://gitgud.io/Vrelnir/degrees-of-lewdity.git#tag=${pkgver}"
13 'dol'
14 'degrees-of-lewdity.desktop'
15 'degrees-of-lewdity.ico')
16md5sums=('SKIP'
17 '18d1a258ecaff1c9708635ead15df35b'
18 '818293d99934d2b23e506f280856a88c'
19 '7903b57563259ec9a2933b3503980b4d')
20
21build() {
22 cd "degrees-of-lewdity"
23 FORCE_VERSION='' ./compile.sh
24}
25
26package() {
27 cd "degrees-of-lewdity"
28 install -Dm755 "./Degrees of Lewdity.html" "$pkgdir/usr/share/dol/degrees-of-lewdity.html"
29 cp -R img "$pkgdir/usr/share/dol/img"
30 cp -R game "$pkgdir/usr/share/dol/game"
31 cd ..
32 install -Dm755 "dol" "$pkgdir/usr/bin/dol"
33 install degrees-of-lewdity.ico -Dt "$pkgdir"/usr/share/pixmaps
34 install degrees-of-lewdity.desktop -Dt "$pkgdir"/usr/share/applications
35}
36

Scan history

Scanned at (UTC)SeverityRules
2026-08-20 15:13:39 Low 3
2026-08-20 15:11:35 Medium 2

Report a package

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

0 / 4000
Your suggestion