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
1
pkgname=laravel-bin
2
pkgver=5.30.0
3
pkgrel=1
4
pkgdesc="Laravel installation based on the official herd lite installer (https://php.new/install/linux/8.4). Only includes the laravel executable"
5
arch=('x86_64')
6
depends=('php' 'composer')
7
url="https://download.herdphp.com/resources/laravel"
8
license=('MIT')
9
install=laravel-bin.install
10
11
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |