gjdoc

maintainer orphaned · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
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-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

Report a package

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

0 / 4000
Your suggestion