asem51-bin

LOW
maintainer Sematre 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

Low AI review downgraded a static finding 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)
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:11 source=("${pkgname%-bin}-${pkgver}.tar.gz::http://plit.de/asem-51/${pkgname%-bin}-${pkgver}-ELF.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Sematre <sematre at gmx dot de>
2pkgname=asem51-bin
3pkgver=1.3
4pkgrel=2
5pkgdesc="A two-pass macro assembler for the Intel MCS-51 family of microcontrollers."
6arch=('i386' 'x86_64')
7url="http://plit.de/asem-51/"
8license=('custom')
9provides=("${pkgname%-bin}")
10conflicts=("${pkgname%-bin}")
11source=("${pkgname%-bin}-${pkgver}.tar.gz::http://plit.de/asem-51/${pkgname%-bin}-${pkgver}-ELF.tar.gz"
12 "mcufiles-20080923.zip::http://plit.de/asem-51/mcufiles.zip")
13md5sums=('895fd5e6617f8b21b9f56484f9258c94'
14 '23eb370c4d674e190a05f33da5704519')
15
16prepare() {
17 cd "${srcdir}"
18 ln -s ../setup-environment-variable.sh setup-environment-variable.sh
19
20 # Remove DOS line endings
21 sed -i 's/.$//' MCU/*
22
23 # Patch in the updated mcu files + docs
24 rm asem51/mcu/*
25 mv MCU/* asem51/mcu/
26
27 mv HTML/DERIVAT.HTM asem51/html/derivat.htm
28}
29
30package() {
31 cd "${srcdir}/asem51"
32
33 # Install the executables
34 find . -type f \( -not -name '*.sh' \) -executable -exec install -Dm755 "{}" -t "${pkgdir}/usr/bin" \;
35
36 # Install the device specifications
37 find mcu/ -type f -exec install -Dm644 "{}" -t "${pkgdir}/usr/share/${pkgname%-bin}/mcu" \;
38 install -Dm644 "../setup-environment-variable.sh" "${pkgdir}/etc/profile.d/asem51.sh"
39
40 # Install the man pages
41 find . -name '*.1' -exec install -Dm644 "{}" -t "${pkgdir}/usr/share/man/man1" \;
42
43 # Install the docs
44 find html/ -type f -exec install -Dm644 "{}" -t "${pkgdir}/usr/share/doc/${pkgname%-bin}/html" \;
45
46 install -Dm644 "asem_51.doc" "${pkgdir}/usr/share/doc/${pkgname%-bin}/asem.doc"
47 install -Dm644 "boot51.doc" -t "${pkgdir}/usr/share/doc/${pkgname%-bin}"
48
49 install -Dm644 "README.1ST" "${pkgdir}/usr/share/doc/${pkgname%-bin}/README"
50 install -Dm644 "support.doc" -t "${pkgdir}/usr/share/doc/${pkgname%-bin}"
51 install -Dm644 "license.doc" "${pkgdir}/usr/share/licenses/${pkgname%-bin}/LICENSE"
52}
53

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion