gjdoc
The source is a legitimate GNU project tarball from an official GNU FTP mirror and an ANTLR JAR from a known project domain; both are build dependencies for a Java compiler tool, not executed remotely or maliciously.
Triggered rules
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 95%): The source is a legitimate GNU project tarball from an official GNU FTP mirror and an ANTLR JAR from a known project domain; both are build dependencies for a Java compiler tool, not executed remotely or maliciously.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:17
http://www.antlr2.org/download/antlr-2.7.7.jar)
PKGBUILD
1 offending line(s) highlighted# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=gjdoc
pkgver=0.7.9
pkgrel=11
_gcjver=6.5.0
pkgdesc="GNU Classpath JavaDoc implementation"
arch=(i686 x86_64)
license=('GPL')
url="http://savannah.gnu.org/projects/classpath/"
makedepends=('fastjar' 'patchelf')
depends=("gcc6-gcj=${_gcjver}")
options=('!libtool' '!buildflags')
noextract=('antlr-2.7.7.jar')
#install=$pkgname.install
source=(http://ftp.gnu.org/gnu/classpath/${pkgname}-${pkgver}.tar.gz
http://www.antlr2.org/download/antlr-2.7.7.jar)
md5sums=('24cade2efe22d5adefcbabb21f094803'
'f8f1352c52a4c6a500b597596501fc64')
build() {
cd $pkgname-$pkgver
export JAVA_HOME=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0
export CLASSPATH=${CLASSPATH:+$CLASSPATH:}$JAVA_HOME/lib
./configure --prefix=/usr --with-antlr-jar=${srcdir}/antlr-2.7.7.jar
# Fight unused direct deps
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/ if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
make || find . -type f -name '*.o' | while read f; do objcopy -L '_ZGr8_$_dummy' $f; done
make || find . -type f -name '*.o' | while read f; do objcopy -L '_ZGr8_$_dummy' $f; done
make || find . -type f -name '*.o' | while read f; do objcopy -L '_ZGr8_$_dummy' $f; done
make || find . -type f -name '*.o' | while read f; do objcopy -L '_ZGr8_$_dummy' $f; done
make GCJFLAGS='-g -O2 -fsource=1.3'
}
package() {
cd $pkgname-$pkgver
make DESTDIR=${pkgdir} install
patchelf --set-rpath /usr/lib/gcc/${CARCH}-pc-linux-gnu/${_gcjver} \
${pkgdir}/usr/bin/gjdoc
install -dm755 ${pkgdir}${JAVA_HOME}/bin
ln -sf ../../../../bin/gjdoc ${pkgdir}${JAVA_HOME}/bin/gjdoc
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |