avr-sim-bin

maintainer JstKddng · 1 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
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-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

Report a package

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

0 / 4000
Your suggestion