thermofun
maintainer nicoloviviani
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from a source tarball hosted on the project's official GitHub repository; the flagged pattern is based on package maintenance history, not malicious content or supply-chain risk.
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 a source tarball hosted on the project's official GitHub repository; the flagged pattern is based on package maintenance history, not malicious content or supply-chain risk.
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: lmartinez-mirror
2
3
pkgname=thermofun
4
pkgver=0.6.0
5
pkgrel=1
6
pkgdesc="Library for calculating standard state thermodynamic properties"
7
arch=('x86_64')
8
url="https://github.com/thermohub/thermofun"
9
license=('LGPL-2.1-or-later')
10
depends=('gcc-libs')
11
makedepends=(
12
'cmake'
13
'chemicalfun'
14
'eigen3'
15
'nlohmann-json'
16
'pybind11'
17
'python-setuptools'
18
'spdlog'
19
)
20
provides=('libThermoFun.so')
21
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
22
sha256sums=('3b4e964ee002763005ca0a5e299feb186ea162d873667ee59d84fcc4bf267547')
23
24
build() {
25
local cmake_options=(
26
-B build
27
-S $pkgname-$pkgver
28
-W no-dev
29
-D CMAKE_BUILD_TYPE=None
30
-D CMAKE_INSTALL_PREFIX=/usr
31
-D CMAKE_SKIP_RPATH=YES
32
)
33
cmake "${cmake_options[@]}"
34
cmake --build build
35
}
36
37
package() {
38
DESTDIR="$pkgdir" cmake --install build
39
}
40
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 |