meridian-git
maintainer Nowaker
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from a legitimate project source on GitHub, uses SKIP checksum only for the git source (normal for -git packages), and installs a Node.js application with no remote code execution or malicious payloads; the low severity is due to few votes and recent upload, not inherent risk.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 90%): The package builds from a legitimate project source on GitHub, uses SKIP checksum only for the git source (normal for -git packages), and installs a Node.js application with no remote code execution or malicious payloads; the low severity is due to few votes and recent upload, not inherent risk.
PKGBUILD
1
# Maintainer: Nowaker <spam@nowaker.net>
2
# Contributor: Axel Navarro <navarroaxel gmail>
3
4
pkgname=meridian-git
5
pkgver=1.57.1.r0.g27f3181
6
pkgrel=1
7
pkgdesc="Use your Claude Max subscription with OpenCode, OpenClaw, Pi, Droid, Aider, Crush, Cline."
8
arch=(any)
9
url="https://github.com/rynfar/meridian"
10
license=(MIT)
11
depends=(nodejs)
12
makedepends=(bun git)
13
provides=(meridian)
14
conflicts=(meridian)
15
install=meridian-git.install
16
source=(meridian::git+https://github.com/rynfar/meridian.git)
17
sha512sums=('SKIP')
18
19
pkgver() {
20
cd "$srcdir/meridian"
21
22
git describe --long --tags --match 'meridian-v*' \
23
| sed -E 's/^meridian-v//; s/-/.r/; s/-/./g'
24
}
25
26
build() {
27
cd "$srcdir/meridian"
28
29
bun install
30
bun run build
31
find dist -type f -name '*.js' -exec \
32
sed -i "s#${srcdir}/meridian/node_modules/libsql#/usr/lib/meridian/node_modules/libsql#g" {} +
33
}
34
35
package() {
36
cd "$srcdir/meridian"
37
38
install -dm755 "${pkgdir}/usr/lib/meridian"
39
cp -a dist plugin node_modules package.json "${pkgdir}/usr/lib/meridian/"
40
41
install -d "$pkgdir/usr/bin"
42
ln -s "/usr/lib/meridian/dist/cli.js" "$pkgdir/usr/bin/meridian"
43
}
44
Changes since previous scan
--- PKGBUILD @ 2026-07-25 00:13+++ PKGBUILD @ 2026-08-03 00:08@@ -2,7 +2,7 @@ # Contributor: Axel Navarro <navarroaxel gmail> pkgname=meridian-git-pkgver=1.56.1.r3.gf0c885c+pkgver=1.57.1.r0.g27f3181 pkgrel=1 pkgdesc="Use your Claude Max subscription with OpenCode, OpenClaw, Pi, Droid, Aider, Crush, Cline." arch=(any)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 21:39:42 | LOW | 2 |
| 2026-07-25 00:13:44 | CLEAN | 2 |
| 2026-07-24 23:28:32 | LOW | 1 |
| 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 19:14:42 | LOW | 2 |