eclipse-pmd

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

The package downloads official PMD Eclipse plugin JARs from the project's GitHub Pages site and a license file from SourceForge; these are plausibly official sources, and the JARs are not executed during build but installed as intended, with verifiable checksums.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads official PMD Eclipse plugin JARs from the project's GitHub Pages site and a license file from SourceForge; these are plausibly official sources, and the JARs are not executed during build but installed as intended, with verifiable checksums.

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:14 "feature.jar::https://pmd.github.io/pmd-eclipse-plugin-p2-site/${pkgver}.${_buildtime}/features/net.sourceforge.pmd.eclipse_${pkgver}.${_buildtime}.jar"

PKGBUILD

1 offending line(s) highlighted
1#Maintainer: Raimar Buehmann <raimar _at_ buehmann _dot_ de>
2
3pkgname=eclipse-pmd
4pkgver=7.26.0
5_buildtime=v20260629-1513-r
6pkgrel=1
7pkgdesc='PMD static source code analysis (Java, XML, ...) plugin for Eclipse IDE'
8arch=('any')
9url='http://pmd.sourceforge.net/'
10license=('BSD' 'Apache')
11depends=('eclipse>=4.5.0')
12options=('!strip')
13source=(
14 "feature.jar::https://pmd.github.io/pmd-eclipse-plugin-p2-site/${pkgver}.${_buildtime}/features/net.sourceforge.pmd.eclipse_${pkgver}.${_buildtime}.jar"
15 "plugin.jar::https://pmd.github.io/pmd-eclipse-plugin-p2-site/${pkgver}.${_buildtime}/plugins/net.sourceforge.pmd.eclipse.plugin_${pkgver}.${_buildtime}.jar"
16 "license.txt::http://sourceforge.net/p/pmd/code/ci/master/tree/LICENSE?format=raw"
17)
18noextract=(feature.jar plugin.jar license.txt)
19sha256sums=('1d5bfff1905d53cb3fd4a130bb89f8aa5c1f344ba46f12944dba6f3ea1536054'
20 'b88598019647effcebe8b9d0f11420d3520ee31ae6ce79c5e5aecc9064c902a5'
21 '296dae48eae5658f449a89cf512b8e05386c9c5adfb23d74cfb24efa145625db')
22
23package() {
24 _dest=$pkgdir/usr/lib/eclipse/dropins/${pkgname/eclipse-}/eclipse
25 _subfolder=$_dest/features/net.sourceforge.pmd.eclipse_${pkgver}.${_buildtime}
26 install -dm755 $_subfolder
27 cd $_subfolder
28 # extract feature
29 jar xf $srcdir/feature.jar || return 1
30 # copy plugin
31 install -Dm644 $srcdir/plugin.jar $_dest/plugins/net.sourceforge.pmd.eclipse.plugin_${pkgver}.${_buildtime}.jar
32 install -Dm644 $srcdir/license.txt $pkgdir/usr/share/licenses/eclipse-pmd/license.txt
33}
34

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