avrasm2
maintainer nezu
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
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
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
"avr-assembler-public-2.2.8.80-linux.any_.x86_64.tar.gz::https://forum.microchip.com/sfc/servlet.shepherd/document/download/0693l00000adH4HAAU"
MEDIUM
AI review
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
1
# Maintainer: nezu <nezu@nezu.cc>
2
pkgname=avrasm2
3
pkgver=2.2.8.80
4
pkgrel=1
5
pkgdesc="AVR Assembler"
6
arch=(x86_64)
7
url="https://forum.microchip.com/s/topic/a5C3l000000BqmjEAC/t391924"
8
license=('unknown')
9
makedepends=('xz')
10
source=(
11
"avr-assembler-public-2.2.8.80-linux.any_.x86_64.tar.gz::https://forum.microchip.com/sfc/servlet.shepherd/document/download/0693l00000adH4HAAU"
12
"avrasm2.sh"
13
"inc.tar.xz")
14
sha256sums=('1f9bf87b0f881b56177ac1225022c956987dc6ef3e31cfdec98784ea3823d0e1'
15
'4d5f6a0f8fb458112287a91ed34695f9458fbfc4ff2b4a61f1769d564106626c'
16
'3ada1ccf5e4642ec9a7f1042a47207bf7250b62141fec12007c50cb38dc1e8f7')
17
options=('!strip' '!debug')
18
19
package() {
20
install -Dm755 $pkgname "$pkgdir/usr/lib/$pkgname"
21
install -Dm755 $pkgname.sh "$pkgdir/usr/bin/$pkgname"
22
find inc -type f -exec install -Dm644 "{}" "$pkgdir/usr/share/$pkgname/{}" \;
23
}
24
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |