terminus
maintainer zoecharles
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from the official project's GitHub source, which is normal AUR packaging; the recent orphan/re-adopt event is a procedural flag but does not indicate inherent danger.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from the official project's GitHub source, which is normal AUR packaging; the recent orphan/re-adopt event is a procedural flag but does not indicate inherent danger.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Contributor: James An <james@jamesan.ca>
2
3
pkgname=terminus
4
pkgver=4.1.3
5
pkgrel=1
6
pkgdesc="The Pantheon CLI - standalone utility for performing operations on the Pantheon Platform https://pantheon.io"
7
arch=('any')
8
url="https://github.com/pantheon-systems/$pkgname"
9
license=('MIT')
10
depends=('php' 'composer' 'git')
11
optdepends=('drush: Useful to run incompatible-with-Terminus Drush commands'
12
'wp-cli: Useful to run incompatible-with-Terminus WP-CLI commands')
13
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pantheon-systems/$pkgname/archive/$pkgver.tar.gz")
14
b2sums=('38c7f34f0eaad3c3bdc0f1f376172c03a64886f6761ae0deb51ce09934feed116d3cd61b33ad1ea4c3f0ef9cba64de452a8549f1c4c7b33e25b5d51948d219c6')
15
16
17
prepare() {
18
cd "$pkgname-$pkgver"
19
composer install \
20
--no-interaction \
21
--no-dev \
22
--prefer-dist \
23
--ignore-platform-req=ext-iconv
24
}
25
26
check() {
27
cd "$pkgname-$pkgver"
28
scripts/test.sh
29
}
30
31
package() {
32
cd "$pkgname-$pkgver"
33
34
install -Dm644 LICENSE.txt "$pkgdir/usr/share/license/$pkgname/LICENSE"
35
36
install -d -m755 "$pkgdir/usr/share/webapps/$pkgname"
37
cp -at "$pkgdir/usr/share/webapps/$pkgname" assets bin composer.json composer.lock config src templates vendor
38
install -d -m755 "$pkgdir/usr/bin"
39
ln --symbolic "/usr/share/webapps/$pkgname/bin/$pkgname" "$pkgdir/usr/bin/$pkgname"
40
}
41
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 17:15:21 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |