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
3pkgname=thermofun
4pkgver=0.6.0
5pkgrel=1
6pkgdesc="Library for calculating standard state thermodynamic properties"
7arch=('x86_64')
8url="https://github.com/thermohub/thermofun"
9license=('LGPL-2.1-or-later')
10depends=('gcc-libs')
11makedepends=(
12 'cmake'
13 'chemicalfun'
14 'eigen3'
15 'nlohmann-json'
16 'pybind11'
17 'python-setuptools'
18 'spdlog'
19)
20provides=('libThermoFun.so')
21source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
22sha256sums=('3b4e964ee002763005ca0a5e299feb186ea162d873667ee59d84fcc4bf267547')
23
24build() {
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
37package() {
38 DESTDIR="$pkgdir" cmake --install build
39}
40

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion