avr-sim-bin

MEDIUM
maintainer JstKddng 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

A prebuilt binary (avr_sim) is downloaded from vin.ovh, which is the maintainer's own personal domain (matching the maintainer email jk@vin.ovh), not the original upstream (avr-asm-tutorial.net, which appears defunct per the web.archive.org URL). The binary is installed directly to /usr/bin. SHA256 checksums are present and provide integrity against post-publication tampering, but since the maintainer controls both the PKGBUILD and the hosting server, this is a genuine supply-chain concern: the maintainer could serve a malicious binary and update the checksum simultaneously. This is a textbook medium-risk pattern — an executed binary from an unofficial/personal host rather than the original vendor.

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:12 source=("https://vin.ovh/repo/avr_sim_${pkgver/./}_lin64.zip"
Medium AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 82%): A prebuilt binary (avr_sim) is downloaded from vin.ovh, which is the maintainer's own personal domain (matching the maintainer email jk@vin.ovh), not the original upstream (avr-asm-tutorial.net, which appears defunct per the web.archive.org URL). The binary is installed directly to /usr/bin. SHA256 checksums are present and provide integrity against post-publication tampering, but since the maintainer controls both the PKGBUILD and the hosting server, this is a genuine supply-chain concern: the maintainer could serve a malicious binary and update the checksum simultaneously. This is a textbook medium-risk pattern — an executed binary from an unofficial/personal host rather than the original vendor.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: JustKidding <jk@vin.ovh>
2
3pkgname=avr-sim-bin
4_pkgname=avr_sim
5pkgver=2.8
6pkgrel=2
7pkgdesc="Gerd's avr simulator"
8arch=(x86_64)
9url="http://web.archive.org/web/20230918215345/http://www.avr-asm-tutorial.net/avr_sim/index_en.html"
10license=('unknown')
11depends=('gtk2')
12source=("https://vin.ovh/repo/avr_sim_${pkgver/./}_lin64.zip"
13 "avr_sim.desktop")
14sha256sums=('fb5201676e7ee64865d890469b9cc73af9478319e4c1442abeb1e451895351fa'
15 '62ccc4b2dfd899d13b143c36d56d43927c1a32741a6315bf632af159baa73ff8'
16 '728f09f142be88608abe17101a641aad5c04e4e023f1dd3b4c87be6072d91fe2'
17 'd96a32be5acdb94268966e15c412926b4888cefc0a20e77fc16a44882810aaf4'
18 '28496dd429cb833e917310fde3abcdfa3610d11cf0a1f7028ef99bedb6b661db'
19 'b92cb2fbee37c11e053cec9d5347e9618eb91c11527e9e0a28f4264ec43992de'
20 'f015b905a6bcee09ce85cb91fa9f28a24a5b22915ea4b8674e771730d523d9d8')
21
22# append icons to source array
23for size in 16 32 48 64 256; do
24 source+=("${_pkgname}_${size}x${size}.png")
25done
26
27package() {
28 cd "$srcdir"
29
30 install -D avr_sim "$pkgdir/usr/bin/avr_sim"
31
32 install -Dm644 avr_sim.desktop "$pkgdir/usr/share/applications/avr_sim.desktop"
33
34 for size in 16 32 48 64 256; do
35 install -Dm644 "${_pkgname}_${size}x${size}.png" \
36 "$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/${_pkgname}.png"
37 done
38}
39

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