avrasm2
Installs a prebuilt x86_64 binary (avrasm2) downloaded from a Microchip forum file-hosting URL rather than an official release infrastructure endpoint; while Microchip is the legitimate vendor, the download is a forum attachment/document servlet that could be swapped without notice, and the binary is installed executable without any verification beyond a checksum.
Triggered rules
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
"avr-assembler-public-2.2.8.80-linux.any_.x86_64.tar.gz::https://forum.microchip.com/sfc/servlet.shepherd/document/download/0693l00000adH4HAAU"
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 70%): Installs a prebuilt x86_64 binary (avrasm2) downloaded from a Microchip forum file-hosting URL rather than an official release infrastructure endpoint; while Microchip is the legitimate vendor, the download is a forum attachment/document servlet that could be swapped without notice, and the binary is installed executable without any verification beyond a checksum.
PKGBUILD
1 offending line(s) highlighted# Maintainer: nezu <nezu@nezu.cc>
pkgname=avrasm2
pkgver=2.2.8.80
pkgrel=1
pkgdesc="AVR Assembler"
arch=(x86_64)
url="https://forum.microchip.com/s/topic/a5C3l000000BqmjEAC/t391924"
license=('unknown')
makedepends=('xz')
source=(
"avr-assembler-public-2.2.8.80-linux.any_.x86_64.tar.gz::https://forum.microchip.com/sfc/servlet.shepherd/document/download/0693l00000adH4HAAU"
"avrasm2.sh"
"inc.tar.xz")
sha256sums=('1f9bf87b0f881b56177ac1225022c956987dc6ef3e31cfdec98784ea3823d0e1'
'4d5f6a0f8fb458112287a91ed34695f9458fbfc4ff2b4a61f1769d564106626c'
'3ada1ccf5e4642ec9a7f1042a47207bf7250b62141fec12007c50cb38dc1e8f7')
options=('!strip' '!debug')
package() {
install -Dm755 $pkgname "$pkgdir/usr/lib/$pkgname"
install -Dm755 $pkgname.sh "$pkgdir/usr/bin/$pkgname"
find inc -type f -exec install -Dm644 "{}" "$pkgdir/usr/share/$pkgname/{}" \;
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |