readesm-fr
maintainer orphaned
· 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 a SourceForge mirror, which is a common and legitimate practice; the flagged pattern is due to package history (orphaned/re-adopted), but the build process is transparent and uses standard, non-obfuscated steps with no remote code execution or untrusted binaries.
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 a SourceForge mirror, which is a common and legitimate practice; the flagged pattern is due to package history (orphaned/re-adopted), but the build process is transparent and uses standard, non-obfuscated steps with no remote code execution or untrusted binaries.
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
# Maintainer: lemust83 <lemust83420@gmail.com>
2
pkgname=readesm-fr
3
pkgver=2.4
4
pkgrel=2
5
pkgdesc="lire les fichiers Tachographs issus de Cardpeek ou autres dans un format humainement compréhensible"
6
arch=(i686 x86_64)
7
url="http://readesm.sourceforge.net/help.html"
8
license=('GPL')
9
groups=()
10
depends=('boost' 'gmp' 'libgcrypt' 'qt4' 'qtwebkit-bin' 'python2')
11
makedepends=('cmake')
12
replaces=('readesm' 'readesm-fr' )
13
source=("http://netcologne.dl.sourceforge.net/project/readesmfr/readesm-fr/readesm-fr.2.4.tar.gz")
14
sha256sums=(e4a016d3654646f4bb4cc5e1fc708e2208ff8efa6bcfc588d61d498165167412)
15
16
build() {
17
cd "$srcdir/readesm-fr.2.4/fileformat"
18
python2 ./generate.py
19
cd ..
20
mkdir build
21
cd build
22
cmake ..
23
make
24
}
25
26
package ()
27
{
28
cd "$srcdir/readesm-fr.2.4/build"
29
make DESTDIR="$pkgdir" install
30
}
31
32
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 21:31:00 | MEDIUM | 1 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 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 01:12:32 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |