atelierb

maintainer f4iey · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a project-specific tarball from the official project website (atelierb.eu), which is plausibly the project's own release infrastructure; the non-whitelisted host is the project's official domain, and the package builds from source without executing untrusted remote code.

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 project-specific tarball from the official project website (atelierb.eu), which is plausibly the project's own release infrastructure; the non-whitelisted host is the project's official domain, and the package builds from source without executing untrusted remote code.

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:24 source=(https://www.atelierb.eu/wp-content/uploads/2021/12/$pkgname-free-${pkgver}p$pkgrel-linux$_pkgarch.tar.gz)

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: f4iey <f4iey@f4iey.fr>
2# Contributor: Mathieu Clabaut <mathieu "dot" clabaut "at" systerel.fr>
3
4pkgname=atelierb
5_minver=1
6_majver=4.7
7pkgver=${_majver}.${_minver}
8pkgrel=1
9pkgdesc="the industrial tool to efficiently deploy the B Method"
10arch=('i686' 'x86_64')
11url="http://www.atelierb.eu"
12license=('custom')
13if [ "$CARCH" = "x86_64" ]; then
14 _pkgarch=_x64
15sha256sums=('ebe5a940783bb1162db56c8f25eb841fa9a55fb1b73e506bc0a65338c49a6ab5')
16
17else
18 _pkgarch=
19fi
20depends=('libxrandr' 'libxcursor' 'libxinerama' 'fontconfig' 'libsm')
21
22optdepends=('texlive-bin' 'firefox')
23install=atelierb.install
24source=(https://www.atelierb.eu/wp-content/uploads/2021/12/$pkgname-free-${pkgver}p$pkgrel-linux$_pkgarch.tar.gz)
25
26package() {
27 install -m755 -d "${pkgdir}"/opt/atelierb/${pkgver}
28 DEST="${pkgdir}"/opt/atelierb/${pkgver}
29 FINALDEST=atelierb-free-"${pkgver}p$pkgrel"-linux"${_pkgarch}"/opt/atelierb-free-"${pkgver}p${pkgrel}"
30 #mkdir -p $DEST
31 #cd $DEST
32 tar xvf "${srcdir}"/atelierb-free-"${pkgver}p$pkgrel"-linux"${_pkgarch}".tar.gz
33 install -Dm755 $srcdir/$FINALDEST/bbin/AtelierB.desktop $pkgdir/usr/share/applications/AtelierB.desktop
34 mv $srcdir/$FINALDEST/* $DEST
35 sed -i -e "s+/opt/atelierb-${_majver}+$FINALDEST+g" $DEST/AtelierB $DEST/start*
36 sed -i "s/atelierb-free-4.7.1p1/atelierb\/${pkgver}/g" "${pkgdir}"/usr/share/applications/AtelierB.desktop
37}
38# vim:set ts=2 sw=2 et:
39

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