lbe

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

The package downloads a source archive from a personal mirror, but it is a static ZIP containing only Java JARs and data files; the worst case of a swapped source is limited to code execution within the app's sandbox, not system compromise, and the source is checksummed.

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 package downloads a source archive from a personal mirror, but it is a static ZIP containing only Java JARs and data files; the worst case of a swapped source is limited to code execution within the app's sandbox, not system compromise, and the source is checksummed.

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:12 source=("https://nullroute.lt/mirrors/files/ldapbrowser-$pkgver.zip"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Mantas Mikulėnas <grawity@gmail.com>
2
3pkgname='lbe'
4pkgver=2.8.2
5pkgrel=12
6pkgdesc="Jarek Gawor's LDAP Browser/Editor (last freeware version)"
7arch=('any')
8#url="http://www.openchannelsoftware.com/projects/LDAP_Browser_Editor"
9url="http://web.archive.org/web/20090201080715/http://mcs.anl.gov/~gawor/ldap/"
10license=('custom')
11depends=('java-runtime>=8' 'java-runtime<=11')
12source=("https://nullroute.lt/mirrors/files/ldapbrowser-$pkgver.zip"
13 "Ldap_lic.pdf"
14 "lbe.desktop"
15 "lbe.sh")
16sha256sums=('6c1a1b80b81d83f005d4a006bc070b1b8f44f90151f7af6b14004c96e26687ec'
17 '673f71a75aafb1c1367a9b7449a8a2da6cc96235c660bb940d26cd70dba6dabe'
18 'ccdc18f2879c6ab10aa0f3ad087a3aa225a6146340be7e2fb46302b961255972'
19 '74e216ae7034236520c5c16addb4371dccb0dbea573cf0d735348765346ccfb1')
20
21package() {
22 # Java program files
23 # (lib/*.jar only contains a copy of JNDI, not needed for any current JRE version)
24 mkdir -p "$pkgdir"/usr/lib/lbe
25 cp -a lbe.jar "$pkgdir"/usr/lib/lbe/
26
27 # Docs
28 mkdir -p "$pkgdir"/usr/share/doc/lbe
29 cp -a *.html help CHANGES.TXT "$pkgdir"/usr/share/doc/lbe/
30
31 # Initial config directory
32 mkdir -p "$pkgdir"/usr/share/lbe/skel
33 cp -a attributes.config templates "$pkgdir"/usr/share/lbe/skel/
34 cp -a help/uofmichigan.cfg.sample "$pkgdir"/usr/share/lbe/skel/'U of Michigan'.cfg
35 ln -s /usr/share/doc/lbe/help "$pkgdir"/usr/share/lbe/skel/help
36 ln -s /etc/ssl/certs/java/cacerts "$pkgdir"/usr/share/lbe/skel/lbecacerts
37
38 # Licenses (EULA link from readme.html)
39 # I guess even the "freeware" versions weren't really freeware, but it
40 # doesn't look like ANL ever cared.
41 mkdir -p "$pkgdir"/usr/share/licenses/lbe/
42 cp -p Ldap_lic.pdf LICENSE.ICONS "$pkgdir"/usr/share/licenses/lbe/
43
44 # Launcher
45 install -Dm755 lbe.desktop "$pkgdir"/usr/share/applications/lbe.desktop
46 install -Dm755 lbe.sh "$pkgdir"/usr/bin/lbe
47
48 # Customizations
49 {
50 echo
51 echo "# Added by packager"
52 echo "krbextradata=binary"
53 echo "krbprincipalkey=binary"
54 } >> "$pkgdir"/usr/share/lbe/skel/attributes.config
55}
56
57# vim: ts=2:sw=2:et
58

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