asem51-bin
The package downloads source tarballs from the project's official host (plit.de/asem-51/) which is not on the whitelist but is plausibly legitimate; the content consists of buildable source and data files, not prebuilt executables, and the build process is transparent and standard for AUR packages.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads source tarballs from the project's official host (plit.de/asem-51/) which is not on the whitelist but is plausibly legitimate; the content consists of buildable source and data files, not prebuilt executables, and the build process is transparent and standard for AUR packages.
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:11
source=("${pkgname%-bin}-${pkgver}.tar.gz::http://plit.de/asem-51/${pkgname%-bin}-${pkgver}-ELF.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Sematre <sematre at gmx dot de>
pkgname=asem51-bin
pkgver=1.3
pkgrel=2
pkgdesc="A two-pass macro assembler for the Intel MCS-51 family of microcontrollers."
arch=('i386' 'x86_64')
url="http://plit.de/asem-51/"
license=('custom')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
source=("${pkgname%-bin}-${pkgver}.tar.gz::http://plit.de/asem-51/${pkgname%-bin}-${pkgver}-ELF.tar.gz"
"mcufiles-20080923.zip::http://plit.de/asem-51/mcufiles.zip")
md5sums=('895fd5e6617f8b21b9f56484f9258c94'
'23eb370c4d674e190a05f33da5704519')
prepare() {
cd "${srcdir}"
ln -s ../setup-environment-variable.sh setup-environment-variable.sh
# Remove DOS line endings
sed -i 's/.$//' MCU/*
# Patch in the updated mcu files + docs
rm asem51/mcu/*
mv MCU/* asem51/mcu/
mv HTML/DERIVAT.HTM asem51/html/derivat.htm
}
package() {
cd "${srcdir}/asem51"
# Install the executables
find . -type f \( -not -name '*.sh' \) -executable -exec install -Dm755 "{}" -t "${pkgdir}/usr/bin" \;
# Install the device specifications
find mcu/ -type f -exec install -Dm644 "{}" -t "${pkgdir}/usr/share/${pkgname%-bin}/mcu" \;
install -Dm644 "../setup-environment-variable.sh" "${pkgdir}/etc/profile.d/asem51.sh"
# Install the man pages
find . -name '*.1' -exec install -Dm644 "{}" -t "${pkgdir}/usr/share/man/man1" \;
# Install the docs
find html/ -type f -exec install -Dm644 "{}" -t "${pkgdir}/usr/share/doc/${pkgname%-bin}/html" \;
install -Dm644 "asem_51.doc" "${pkgdir}/usr/share/doc/${pkgname%-bin}/asem.doc"
install -Dm644 "boot51.doc" -t "${pkgdir}/usr/share/doc/${pkgname%-bin}"
install -Dm644 "README.1ST" "${pkgdir}/usr/share/doc/${pkgname%-bin}/README"
install -Dm644 "support.doc" -t "${pkgdir}/usr/share/doc/${pkgname%-bin}"
install -Dm644 "license.doc" "${pkgdir}/usr/share/licenses/${pkgname%-bin}/LICENSE"
}
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 |