laravel-bin

maintainer kekmacska · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package downloads a prebuilt executable from an untrusted host outside the source array, creating a supply-chain risk if the host is compromised or the download is intercepted.

Triggered rules

MEDIUM External download from an untrusted host, not in source=() external_download_not_in_source

curl/wget fetches a URL on a non-allowlisted host that is not part of source=(), so it is not checksum-verified by makepkg.

  • PKGBUILD:15 curl -L "https://download.herdphp.com/resources/laravel" \
MEDIUM AI review llm_review

An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt executable from an untrusted host outside the source array, creating a supply-chain risk if the host is compromised or the download is intercepted.

PKGBUILD

1 offending line(s) highlighted
1pkgname=laravel-bin
2pkgver=5.30.0
3pkgrel=1
4pkgdesc="Laravel installation based on the official herd lite installer (https://php.new/install/linux/8.4). Only includes the laravel executable"
5arch=('x86_64')
6depends=('php' 'composer')
7url="https://download.herdphp.com/resources/laravel"
8license=('MIT')
9install=laravel-bin.install
10
11package() {
12 install -d "$pkgdir/$HOME/.config/herd-lite/bin"
13
14 # Download Laravel
15 curl -L "https://download.herdphp.com/resources/laravel" \
16 -o "$pkgdir/$HOME/.config/herd-lite/bin/laravel"
17
18 chmod +x "$pkgdir/$HOME/.config/herd-lite/bin/laravel"
19}
20

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion