alignace

maintainer orphaned · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The PKGBUILD installs two prebuilt binaries: (1) AlignACE/ScanACE executables from the official Harvard AREP lab host (arep.med.harvard.edu), which is the legitimate upstream vendor; (2) a prebuilt i386 shared library libstdc++-2.9.0-30.i386.rpm from archive.download.redhat.com. The second source is a Red Hat archive mirror — archive.download.redhat.com is a known Red Hat/Fedora legacy archive host, not a random personal server, so it is more trustworthy than a truly unofficial host. However, the package still installs a prebuilt binary (libstdc++ shared library) that will be loaded at runtime, and the RPM is from a very old Red Hat 6.2 release (circa 2000). The MD5 checksums provide minimal integrity assurance. The core concern is that prebuilt executables and a prebuilt shared library are installed without source compilation, and the libstdc++ library from a 24-year-old RPM is an unusual dependency. This is a genuine supply-chain concern (executed binary from an archived host with no modern verification), but not clearly malicious. Medium is appropriate.

Triggered rules

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:10 source=("http://arep.med.harvard.edu/mrnadata/software/${pkgname}.tar.gz" "http://archive.download.redhat.com/pub/redhat/linux/6.2/it/os/i386/RedHat/RPMS/libstdc++-2.9.0-30.i386.rpm")
  • PKGBUILD:10 source=("http://arep.med.harvard.edu/mrnadata/software/${pkgname}.tar.gz" "http://archive.download.redhat.com/pub/redhat/linux/6.2/it/os/i386/RedHat/RPMS/libstdc++-2.9.0-30.i386.rpm")
MEDIUM AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 82%): The PKGBUILD installs two prebuilt binaries: (1) AlignACE/ScanACE executables from the official Harvard AREP lab host (arep.med.harvard.edu), which is the legitimate upstream vendor; (2) a prebuilt i386 shared library libstdc++-2.9.0-30.i386.rpm from archive.download.redhat.com. The second source is a Red Hat archive mirror — archive.download.redhat.com is a known Red Hat/Fedora legacy archive host, not a random personal server, so it is more trustworthy than a truly unofficial host. However, the package still installs a prebuilt binary (libstdc++ shared library) that will be loaded at runtime, and the RPM is from a very old Red Hat 6.2 release (circa 2000). The MD5 checksums provide minimal integrity assurance. The core concern is that prebuilt executables and a prebuilt shared library are installed without source compilation, and the libstdc++ library from a 24-year-old RPM is an unusual dependency. This is a genuine supply-chain concern (executed binary from an archived host with no modern verification), but not clearly malicious. Medium is appropriate.

PKGBUILD

1 offending line(s) highlighted
1#Maintainer: allencch <allencch at hotmail dot com>
2pkgname=alignace
3pkgver=1.0
4pkgrel=6
5pkgdesc="Program that finds sequence elements conserved in a set of DNA sequences"
6arch=('i686' 'x86_64')
7url="http://arep.med.harvard.edu/mrnadata/mrnasoft.html"
8license=('custom')
9depends=("sh")
10source=("http://arep.med.harvard.edu/mrnadata/software/${pkgname}.tar.gz" "http://archive.download.redhat.com/pub/redhat/linux/6.2/it/os/i386/RedHat/RPMS/libstdc++-2.9.0-30.i386.rpm")
11md5sums=('6d2d9fb0929ce03974dca874b516cd07'
12 '29ca50829f6d43c63d8fcc827b3daceb')
13
14package() {
15 cd "${srcdir}/${pkgname}"
16 mkdir -p "${pkgdir}/usr/bin"
17 mkdir -p "${pkgdir}/usr/lib"
18 install -m755 AlignACE "${pkgdir}/usr/bin"
19 install -m755 ScanACE "${pkgdir}/usr/bin"
20 install -m755 ../usr/lib/libstdc++-2-libc6.1-1-2.9.0.so "${pkgdir}/usr/lib"
21}
22

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 MEDIUM 2
2026-08-02 00:16:08 MEDIUM 2
2026-08-01 00:11:18 MEDIUM 2
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 00:17:23 MEDIUM 2
2026-07-29 00:25:53 MEDIUM 2
2026-07-28 00:07:28 MEDIUM 2
2026-07-27 00:24:32 MEDIUM 2
2026-07-26 00:07:32 MEDIUM 2
2026-07-25 00:13:44 MEDIUM 2
2026-07-24 00:02:28 MEDIUM 2
2026-07-23 00:14:47 MEDIUM 2
2026-07-22 00:29:32 MEDIUM 2
2026-07-21 00:24:15 MEDIUM 2
2026-07-20 00:19:49 MEDIUM 2
2026-07-19 00:17:08 MEDIUM 2
2026-07-18 00:14:48 MEDIUM 2
2026-07-17 00:06:16 MEDIUM 2
2026-07-16 00:05:41 MEDIUM 2
2026-07-15 00:09:25 MEDIUM 2

Report a package

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

0 / 4000
Your suggestion