gjdoc

LOW
maintainer orphaned 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

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 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)
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:17 http://www.antlr2.org/download/antlr-2.7.7.jar)

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Brian Bidulock <bidulock@openss7.org>
2
3pkgname=gjdoc
4pkgver=0.7.9
5pkgrel=11
6_gcjver=6.5.0
7pkgdesc="GNU Classpath JavaDoc implementation"
8arch=(i686 x86_64)
9license=('GPL')
10url="http://savannah.gnu.org/projects/classpath/"
11makedepends=('fastjar' 'patchelf')
12depends=("gcc6-gcj=${_gcjver}")
13options=('!libtool' '!buildflags')
14noextract=('antlr-2.7.7.jar')
15#install=$pkgname.install
16source=(http://ftp.gnu.org/gnu/classpath/${pkgname}-${pkgver}.tar.gz
17 http://www.antlr2.org/download/antlr-2.7.7.jar)
18md5sums=('24cade2efe22d5adefcbabb21f094803'
19 'f8f1352c52a4c6a500b597596501fc64')
20
21build() {
22 cd $pkgname-$pkgver
23 export JAVA_HOME=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0
24 export CLASSPATH=${CLASSPATH:+$CLASSPATH:}$JAVA_HOME/lib
25 ./configure --prefix=/usr --with-antlr-jar=${srcdir}/antlr-2.7.7.jar
26 # Fight unused direct deps
27 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
28 make || find . -type f -name '*.o' | while read f; do objcopy -L '_ZGr8_$_dummy' $f; done
29 make || find . -type f -name '*.o' | while read f; do objcopy -L '_ZGr8_$_dummy' $f; done
30 make || find . -type f -name '*.o' | while read f; do objcopy -L '_ZGr8_$_dummy' $f; done
31 make || find . -type f -name '*.o' | while read f; do objcopy -L '_ZGr8_$_dummy' $f; done
32 make GCJFLAGS='-g -O2 -fsource=1.3'
33}
34package() {
35 cd $pkgname-$pkgver
36 make DESTDIR=${pkgdir} install
37 patchelf --set-rpath /usr/lib/gcc/${CARCH}-pc-linux-gnu/${_gcjver} \
38 ${pkgdir}/usr/bin/gjdoc
39 install -dm755 ${pkgdir}${JAVA_HOME}/bin
40 ln -sf ../../../../bin/gjdoc ${pkgdir}${JAVA_HOME}/bin/gjdoc
41}
42
43

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion