libghemical
maintainer ConnorBehan
· 7 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a personal academic host, but it is a standard build of the project's own source code with a valid checksum; the worst case of a swapped source is limited to supply-chain risk of compiled code, which is typical for AUR packages.
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 source is a tarball from a personal academic host, but it is a standard build of the project's own source code with a valid checksum; the worst case of a swapped source is limited to supply-chain risk of compiled code, which is typical for AUR packages.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
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:15
source=("https://smallperturbation.com/sites/default/files/$pkgname-$pkgver.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer:
2
# Contributor: Xyne <ac xunilhcra enyx, backwards>
3
# Contributor: Abhishek Dasgupta <abhidg@gmail.com>
4
5
pkgname=libghemical
6
pkgver=3.0.0
7
pkgrel=3
8
pkgdesc='Library containing computational chemistry facility of ghemical'
9
license=('GPL')
10
arch=('x86_64' 'i686')
11
url='https://bioinformatics.org/ghemical/libghemical/'
12
depends=('gcc-libs')
13
makedepends=('openbabel' 'intltool>=0.40.0')
14
options=('!libtool')
15
source=("https://smallperturbation.com/sites/default/files/$pkgname-$pkgver.tar.gz")
16
sha256sums=('db8c3add0aa1f94c21016d60fa3f66fb194e56b8e9fceaa3860c603700efc3ac')
17
18
build() {
19
cd "$srcdir/$pkgname-$pkgver"
20
21
./configure --prefix=/usr --enable-openbabel
22
make
23
}
24
25
package() {
26
cd "$srcdir/$pkgname-$pkgver"
27
28
make DESTDIR="$pkgdir" install
29
}
30
31
# vim:set ts=2 sw=2 et:
32
Changes since previous scan
--- PKGBUILD @ 2026-07-23 00:14+++ PKGBUILD @ 2026-08-03 00:08@@ -4,7 +4,7 @@ pkgname=libghemical pkgver=3.0.0-pkgrel=2+pkgrel=3 pkgdesc='Library containing computational chemistry facility of ghemical' license=('GPL') arch=('x86_64' 'i686')@@ -12,7 +12,7 @@ depends=('gcc-libs') makedepends=('openbabel' 'intltool>=0.40.0') options=('!libtool')-source=("https://bioinformatics.org/ghemical/download/release20111012/$pkgname-$pkgver.tar.gz")+source=("https://smallperturbation.com/sites/default/files/$pkgname-$pkgver.tar.gz") sha256sums=('db8c3add0aa1f94c21016d60fa3f66fb194e56b8e9fceaa3860c603700efc3ac') build() {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 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 21:26:05 | MEDIUM | 1 |
| 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 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |