avr-sim-bin
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:12
source=("https://vin.ovh/repo/avr_sim_${pkgver/./}_lin64.zip"
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# Maintainer: JustKidding <jk@vin.ovh>
pkgname=avr-sim-bin
_pkgname=avr_sim
pkgver=2.8
pkgrel=2
pkgdesc="Gerd's avr simulator"
arch=(x86_64)
url="http://web.archive.org/web/20230918215345/http://www.avr-asm-tutorial.net/avr_sim/index_en.html"
license=('unknown')
depends=('gtk2')
source=("https://vin.ovh/repo/avr_sim_${pkgver/./}_lin64.zip"
"avr_sim.desktop")
sha256sums=('fb5201676e7ee64865d890469b9cc73af9478319e4c1442abeb1e451895351fa'
'62ccc4b2dfd899d13b143c36d56d43927c1a32741a6315bf632af159baa73ff8'
'728f09f142be88608abe17101a641aad5c04e4e023f1dd3b4c87be6072d91fe2'
'd96a32be5acdb94268966e15c412926b4888cefc0a20e77fc16a44882810aaf4'
'28496dd429cb833e917310fde3abcdfa3610d11cf0a1f7028ef99bedb6b661db'
'b92cb2fbee37c11e053cec9d5347e9618eb91c11527e9e0a28f4264ec43992de'
'f015b905a6bcee09ce85cb91fa9f28a24a5b22915ea4b8674e771730d523d9d8')
# append icons to source array
for size in 16 32 48 64 256; do
source+=("${_pkgname}_${size}x${size}.png")
done
package() {
cd "$srcdir"
install -D avr_sim "$pkgdir/usr/bin/avr_sim"
install -Dm644 avr_sim.desktop "$pkgdir/usr/share/applications/avr_sim.desktop"
for size in 16 32 48 64 256; do
install -Dm644 "${_pkgname}_${size}x${size}.png" \
"$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/${_pkgname}.png"
done
}
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 |