linux_logo_archcustom

maintainer fabiankern · 23 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a tarball from the project's official host (deater.net), which is not on the whitelist but is the legitimate upstream for linux_logo; building from official source is normal AUR packaging.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from the project's official host (deater.net), which is not on the whitelist but is the legitimate upstream for linux_logo; building from official source is normal AUR packaging.

1 higher static finding superseded - not the current verdict (shown for transparency)
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:17 source=("http://www.deater.net/weave/vmwprod/linux_logo/${_pkgname}-${pkgver}.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainder: Michal Wojdyla < micwoj9292 at gmail dot com >
2# Contributor: Eric Bélanger <eric@archlinux.org>
3# Contributor: aur2ccr (http://ddg.gg/?q=!ccr+aur2ccr&t=chakra)
4# Contributor : Marcos Heredia <chelqo@gmail.com>
5
6_pkgname=linux_logo
7pkgname=${_pkgname}_archcustom
8pkgver=6.0
9pkgrel=1
10pkgdesc="Text-based logo and system information program"
11arch=('i686' 'x86_64')
12url="http://www.deater.net/weave/vmwprod/linux_logo"
13license=('GPL')
14depends=('glibc' 'lsb-release')
15conflicts=('linux_logo')
16install=linux_logo.install
17source=("http://www.deater.net/weave/vmwprod/linux_logo/${_pkgname}-${pkgver}.tar.gz"
18 "arch.logo"
19 "linux_logo.conf"
20 "linux_logo.init")
21sha1sums=('b15042dc0975a2be07bdd85b9511c198a80e01a9'
22 'e88f2076f8682676a3b28ee1d4c4d3fec0bc2a94'
23 '438bbdf26804bdec1f2ac501b966944b13335065'
24 'a79dbbd397c92aea302187348e27e1e3fb54e450')
25
26build() {
27 cd ${srcdir}/${_pkgname}-${pkgver}
28 cp ${startdir}/arch.logo logos/distributions/
29 echo "./logos/distributions/arch.logo" >logo_config
30 echo "./logos/distributions/gnu-linux.logo" >>logo_config
31 echo "./logos/banner.logo" >>logo_config
32 echo "./logos/classic.logo" >>logo_config
33 ./configure --prefix=/usr
34 make
35 #make logos-all
36}
37
38package() {
39 cd ${srcdir}/${_pkgname}-${pkgver}
40 make PREFIX="${pkgdir}/usr" install
41
42 install -dm755 "${pkgdir}/etc/rc.d"
43 install -Dpm644 ${startdir}/linux_logo.conf "${pkgdir}/etc/"
44 install -Dpm755 ${startdir}/linux_logo.init "${pkgdir}/etc/rc.d/linux_logo"
45
46 install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}/"
47 install -Dpm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
48
49 install -dm755 "${pkgdir}/usr/share/doc/${pkgname}/logos"
50 install -Dpm644 CHANGES* LINUX_LOGO.FAQ README* TODO USAGE "${pkgdir}/usr/share/doc/${pkgname}/"
51 install -Dpm644 {logos,logos/distributions,logos/alternate_oses}/*.logo "${pkgdir}/usr/share/doc/${pkgname}/logos"
52}
53

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2
2026-07-15 00:09:25 LOW 2

Report a package

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

0 / 4000
Your suggestion