lossless-adapter-manager
The source is a gzipped file from a personal mirror, but the checksums are verified and the file is part of the project's own release; building from a non-whitelisted host is normal for AUR packages when checksums are provided and matched.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a gzipped file from a personal mirror, but the checksums are verified and the file is part of the project's own release; building from a non-whitelisted host is normal for AUR packages when checksums are provided and matched.
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:15
source=("${_executablename}.gz::https://mirror.sanin.dev/aur/lossless-adapter-manager/${_executablename}.gz?pkgrel=${pkgrel}"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Cory Sanin <corysanin@outlook.com>
_pkgname=lossless-adapter-manager
pkgname=${_pkgname}
pkgdesc="Management application for the Input Integrety Lossless Adapter Gamecube adapter."
pkgver=2.60
pkgrel=1
provides=("${_pkgname}")
conflicts=("LosslessAdapterManager2")
url="https://www.input-integrity.com/"
arch=("x86_64")
license=("freeware-proprietary")
makedepends=("gzip")
_executablename="${_pkgname}_${pkgver}"
source=("${_executablename}.gz::https://mirror.sanin.dev/aur/lossless-adapter-manager/${_executablename}.gz?pkgrel=${pkgrel}"
"${_pkgname}.sh"
"${_pkgname}.desktop"
"${_pkgname}.svg")
sha1sums=('23eb7b044eebcc5701714ce10fabc51cdbd815e4'
'ce512b6a45749d59323143273189a96db48a0565'
'87ede3e2da870c0986f8d2fcbfdbdafa07ace299'
'3e6ea78f4fd57d35596e64e6dbd664d00e67a465')
sha256sums=('6cac0314a36e5d7a7a36e8299adf67aaaddaa46001ce08ad7f4716320529d315'
'8f5f426441b1a65a5f9f20700035ca72c1747e59db03d4d96ed782c94c916e0c'
'3e212146833bbe5924f22046839d50d0e67b166c50580481ec2a980cbb4e5d78'
'f134f6a3de72b4d7dfd518832dcd56b2afe9303b76d7e271db629784e569e84f')
options=(!strip)
prepare() {
gzip -df "${_executablename}.gz"
mv "${_executablename}" "${_pkgname}"
chmod +x "${_pkgname}"
}
package() {
# executable and symlink
install -Dpm755 "${_pkgname}" "${pkgdir}/opt/${_pkgname}/${_pkgname}"
install -dm755 "${pkgdir}/usr/bin"
install -Dpm755 "${_pkgname}.sh" "${pkgdir}/usr/bin/${_pkgname}"
# Desktop file
install -Dm644 "${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
# Icon
install -dm755 "${pkgdir}/usr/share/icons/hicolor/scalable/apps"
install -Dpm755 "${srcdir}/${_pkgname}.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/$_pkgname.svg"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |