recettescuisine
A prebuilt JAR file is downloaded from binaries.dalan.fr, which is the maintainer's own personal binary hosting domain rather than an official upstream release host (e.g. GitHub releases, Maven Central, or a well-known project mirror). The JAR is executed at runtime by the Java runtime, so it constitutes executed code from an unofficial/personal host. The sha256sum provides integrity checking against tampering in transit, but does not protect against the host owner substituting a malicious JAR and updating the checksum in the PKGBUILD simultaneously. This is a classic AUR supply-chain pattern: maintainer controls both the binary host and the PKGBUILD, so a compromise of either yields code execution on the user's machine. The risk is real but not evidence of active malice — it is the standard medium-severity concern for self-hosted prebuilt binaries in the AUR.
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://www.binaries.dalan.fr/RecettesCuisine/RecettesCuisine.jar'
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): A prebuilt JAR file is downloaded from binaries.dalan.fr, which is the maintainer's own personal binary hosting domain rather than an official upstream release host (e.g. GitHub releases, Maven Central, or a well-known project mirror). The JAR is executed at runtime by the Java runtime, so it constitutes executed code from an unofficial/personal host. The sha256sum provides integrity checking against tampering in transit, but does not protect against the host owner substituting a malicious JAR and updating the checksum in the PKGBUILD simultaneously. This is a classic AUR supply-chain pattern: maintainer controls both the binary host and the PKGBUILD, so a compromise of either yields code execution on the user's machine. The risk is real but not evidence of active malice — it is the standard medium-severity concern for self-hosted prebuilt binaries in the AUR.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Rémi BERTHO <remi.bertho@dalan.fr>
# Contributor: Rémi BERTHO <remi.bertho@dalan.fr>
pkgname=recettescuisine
pkgver=1.3.0
pkgrel=1
pkgdesc="A recipe manager written in java"
arch=(any)
url="https://www.dalan.fr"
license=('GPL')
depends=('java-runtime')
install="INSTALL"
source=('https://www.binaries.dalan.fr/RecettesCuisine/RecettesCuisine.jar'
'logo.png'
'recettescuisine.desktop'
'recettescuisine')
sha256sums=('b083b4ed1dfd361c32dc7b2b0747210936f42eb5700fcb6767909b3c5b5beed9'
'b22cfa31a19a5027a236b2d968f39378967ee11e309d8405b3784699f64bde7a'
'e553612b1a2086f79fec4253bfde61c66d6dcebe3bde74c38b43c895b7a7c5c1'
'1a00beeaaaf5e0aece33f3428c9ea033c5e236a7362ad17016bebb887efe6f8e')
package()
{
mkdir -p "$pkgdir/usr/bin/"
mkdir -p "$pkgdir/usr/share/recettescuisine/"
mkdir -p "$pkgdir/usr/share/applications/"
cp recettescuisine "$pkgdir/usr/bin/"
cp RecettesCuisine.jar "$pkgdir/usr/share/recettescuisine/RecettesCuisine.jar"
cp logo.png "$pkgdir/usr/share/recettescuisine/"
cp recettescuisine.desktop "$pkgdir/usr/share/applications/"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |