avrasm2

MEDIUM
maintainer nezu 0 votes scanned 2026-09-17 00:27:14.276658
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>
2pkgname=avrasm2
3pkgver=2.2.8.80
4pkgrel=1
5pkgdesc="AVR Assembler"
6arch=(x86_64)
7url="https://forum.microchip.com/s/topic/a5C3l000000BqmjEAC/t391924"
8license=('unknown')
9makedepends=('xz')
10source=(
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")
14sha256sums=('1f9bf87b0f881b56177ac1225022c956987dc6ef3e31cfdec98784ea3823d0e1'
15 '4d5f6a0f8fb458112287a91ed34695f9458fbfc4ff2b4a61f1769d564106626c'
16 '3ada1ccf5e4642ec9a7f1042a47207bf7250b62141fec12007c50cb38dc1e8f7')
17options=('!strip' '!debug')
18
19package() {
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)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion