idba
maintainer orphaned
· 2 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 releases, which is a standard and trustworthy practice; the flagged 'recently orphaned & re-adopted' status does not indicate 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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 90%): The package builds from a source tarball hosted on the project's official GitHub releases, which is a standard and trustworthy practice; the flagged 'recently orphaned & re-adopted' status does not indicate 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
# Maintainer: Andrew Sun <adsun701@gmail.com>
2
# Contributor: Christian Krause ("wookietreiber") <kizkizzbangbang@googlemail.com>
3
4
pkgname=idba
5
pkgver=1.1.3
6
pkgrel=1
7
pkgdesc="iterative de Bruijn graph assembler"
8
arch=('i686' 'x86_64')
9
url="http://i.cs.hku.hk/~alse/hkubrg/projects/idba_ud/"
10
license=('GPL2')
11
depends=('gcc-libs')
12
checkdepends=('python2')
13
source=("https://github.com/loneknightpy/idba/releases/download/$pkgver/idba-$pkgver.tar.gz")
14
sha256sums=('030e24463c6d725c1c202baabf773b605b51e310844fd0f27f4688ecfbae26d0')
15
16
prepare() {
17
cd $srcdir/$pkgname-$pkgver
18
19
sed -e 's|#! /usr/bin/python|#!/usr/bin/env python2|' \
20
-i script/run-unittest.py \
21
script/scan.py
22
}
23
24
build() {
25
cd $srcdir/$pkgname-$pkgver
26
27
./configure --prefix=/usr
28
29
make
30
}
31
32
check() {
33
cd $srcdir/$pkgname-$pkgver
34
35
make unittest
36
}
37
38
package() {
39
cd $srcdir/$pkgname-$pkgver
40
41
for i in $(find bin -type f | xargs file | awk -F: '/ELF/ { print $1 }' | grep -vE '\.o$') ; do
42
install -Dm755 $i $pkgdir/usr/bin/$(basename $i)
43
done
44
45
mv $pkgdir/usr/bin/{,idba_}test
46
}
47
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 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 |
| 2026-07-15 00:09:25 | LOW | 2 |