alignace
Triggered rules
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")
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#Maintainer: allencch <allencch at hotmail dot com>
pkgname=alignace
pkgver=1.0
pkgrel=6
pkgdesc="Program that finds sequence elements conserved in a set of DNA sequences"
arch=('i686' 'x86_64')
url="http://arep.med.harvard.edu/mrnadata/mrnasoft.html"
license=('custom')
depends=("sh")
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")
md5sums=('6d2d9fb0929ce03974dca874b516cd07'
'29ca50829f6d43c63d8fcc827b3daceb')
package() {
cd "${srcdir}/${pkgname}"
mkdir -p "${pkgdir}/usr/bin"
mkdir -p "${pkgdir}/usr/lib"
install -m755 AlignACE "${pkgdir}/usr/bin"
install -m755 ScanACE "${pkgdir}/usr/bin"
install -m755 ../usr/lib/libstdc++-2-libc6.1-1-2.9.0.so "${pkgdir}/usr/lib"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |