owl-client

maintainer ArthurSiminho · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged Downloads and executes a prebuilt AppImage binary from cdn.owlclient.com.br (a CDN subdomain of a small Brazilian gaming client site) with SKIP'd checksum, making it unverifiable and trivially swappable; while the domain appears to be the project's own CDN, the combination of a prebuilt executable, no integrity check, AI-assisted PKGBUILD, and few votes warrants medium concern.

Triggered rules

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=("${pkgname}-${pkgver}.AppImage::https://cdn.owlclient.com.br/launcher/${pkgver}/OwlClient-${pkgver}.AppImage")
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.

MEDIUM AI review llm_review

An AI model (anthropic/claude-sonnet-4.6) reviewed this and agrees it is MEDIUM (confidence 75%): Downloads and executes a prebuilt AppImage binary from cdn.owlclient.com.br (a CDN subdomain of a small Brazilian gaming client site) with SKIP'd checksum, making it unverifiable and trivially swappable; while the domain appears to be the project's own CDN, the combination of a prebuilt executable, no integrity check, AI-assisted PKGBUILD, and few votes warrants medium concern.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Arthur <arthursimao567@gmail.com>
2# Note: This PKGBUILD was created with AI assistance
3pkgname=owl-client
4pkgver=3.5.21
5pkgrel=1
6pkgdesc="Owl Client - Gaming client launcher"
7arch=('x86_64')
8url="https://owlclient.com.br/"
9license=('custom')
10depends=('fuse2' 'zlib' 'hicolor-icon-theme')
11options=('!strip')
12source=("${pkgname}-${pkgver}.AppImage::https://cdn.owlclient.com.br/launcher/${pkgver}/OwlClient-${pkgver}.AppImage")
13sha256sums=('SKIP')
14noextract=("${pkgname}-${pkgver}.AppImage")
15
16prepare() {
17 cd "${srcdir}"
18 chmod +x "${pkgname}-${pkgver}.AppImage"
19 ./"${pkgname}-${pkgver}.AppImage" --appimage-extract >/dev/null
20}
21
22package() {
23 cd "${srcdir}"
24
25 # Install the AppImage
26 install -Dm755 "${pkgname}-${pkgver}.AppImage" "${pkgdir}/opt/${pkgname}/${pkgname}.AppImage"
27
28 # Install icon
29 install -Dm644 squashfs-root/owlclient.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
30
31 # Create desktop file
32 cat > "${srcdir}/${pkgname}.desktop" << EOF
33[Desktop Entry]
34Type=Application
35Name=Owl Client
36Comment=Owl Client Launcher
37Exec=/opt/${pkgname}/${pkgname}.AppImage
38Icon=${pkgname}
39Terminal=false
40Categories=Game;Utility;
41EOF
42
43 # Install desktop file
44 install -Dm644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
45
46 # Create a symlink in /usr/bin for easy launching
47 mkdir -p "${pkgdir}/usr/bin"
48 ln -s "/opt/${pkgname}/${pkgname}.AppImage" "${pkgdir}/usr/bin/${pkgname}"
49}
50

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 MEDIUM 3
2026-08-02 00:16:08 MEDIUM 3
2026-08-01 00:11:18 MEDIUM 3
2026-07-31 00:14:10 MEDIUM 3
2026-07-30 00:17:23 MEDIUM 3
2026-07-29 00:25:53 MEDIUM 3
2026-07-28 00:07:28 MEDIUM 3
2026-07-27 00:24:32 MEDIUM 3
2026-07-26 00:07:32 MEDIUM 3
2026-07-25 00:13:44 MEDIUM 3
2026-07-24 00:02:28 MEDIUM 3
2026-07-23 00:14:47 MEDIUM 3
2026-07-22 00:29:32 MEDIUM 3
2026-07-21 17:20:54 MEDIUM 3
2026-07-21 17:17:32 MEDIUM 3

Report a package

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

0 / 4000
Your suggestion