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
4
pkgname=atelierb
5
_minver=1
6
_majver=4.7
7
pkgver=${_majver}.${_minver}
8
pkgrel=1
9
pkgdesc="the industrial tool to efficiently deploy the B Method"
10
arch=('i686' 'x86_64')
11
url="http://www.atelierb.eu"
12
license=('custom')
13
if [ "$CARCH" = "x86_64" ]; then
14
_pkgarch=_x64
15
sha256sums=('ebe5a940783bb1162db56c8f25eb841fa9a55fb1b73e506bc0a65338c49a6ab5')
16
17
else
18
_pkgarch=
19
fi
20
depends=('libxrandr' 'libxcursor' 'libxinerama' 'fontconfig' 'libsm')
21
22
optdepends=('texlive-bin' 'firefox')
23
install=atelierb.install
24
source=(https://www.atelierb.eu/wp-content/uploads/2021/12/$pkgname-free-${pkgver}p$pkgrel-linux$_pkgarch.tar.gz)
25
26
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |