jlcone-bin

LOW
maintainer KenwoodFox 0 votes scanned 2026-08-28 19:38:04.256733
View on AUR
Why flagged

Prebuilt .deb from rs.jlcone.com, which appears to be JLCPCB's own CDN infrastructure for their official desktop client; the checksum is present and non-SKIP, so the binary is pinned; the only concern is that the host is not independently verifiable as official, but it is plausibly the project's own distribution endpoint rather than a swappable third-party host.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Low AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 70%): Prebuilt .deb from rs.jlcone.com, which appears to be JLCPCB's own CDN infrastructure for their official desktop client; the checksum is present and non-SKIP, so the binary is pinned; the only concern is that the host is not independently verifiable as official, but it is plausibly the project's own distribution endpoint rather than a swappable third-party host.

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:32 source=("https://rs.jlcone.com/static/APP/app_version/jlcone-${pkgver}.deb")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Joe Sedutto <joe@millyardlabs.com>
2
3pkgname=jlcone-bin
4pkgver=1.0.67
5pkgrel=1
6pkgdesc="JLCPCB desktop client for PCB, PCBA, stencil, and CNC orders"
7arch=('x86_64')
8url="https://jlcone.com"
9license=('LicenseRef-proprietary')
10depends=(
11 'alsa-lib'
12 'at-spi2-core'
13 'libcups'
14 'gtk3'
15 'libdrm'
16 'libnotify'
17 'libsecret'
18 'libxss'
19 'libxtst'
20 'mesa'
21 'nss'
22 'xdg-utils'
23)
24optdepends=(
25 'libappindicator-gtk3: tray icon support'
26)
27provides=('jlcone')
28conflicts=('jlcone')
29options=('!strip' '!debug')
30# Upstream CDN rejected curl's default User-Agent
31DLAGENTS=('https::/usr/bin/curl -qgb "" -fLC - --retry 3 --retry-delay 3 -A "Mozilla/5.0" -o %o %u')
32source=("https://rs.jlcone.com/static/APP/app_version/jlcone-${pkgver}.deb")
33sha256sums=('d9a6fd2273b3f540b1530c6f1b188deb1acdd583d5ee175224055dfcfe005483')
34noextract=("jlcone-${pkgver}.deb")
35
36package() {
37 bsdtar -xOf "jlcone-${pkgver}.deb" data.tar.xz \
38 | bsdtar -x -C "${pkgdir}" --exclude './usr/share/doc'
39
40 # Upstream shipped some files world-writable
41 chmod -R u+rwX,go+rX,go-w "${pkgdir}"
42
43 install -dm755 "${pkgdir}/usr/bin"
44 ln -s /opt/JLCONE/jlcone "${pkgdir}/usr/bin/jlcone"
45
46 install -Dm644 "${pkgdir}/opt/JLCONE/LICENSE.electron.txt" \
47 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.electron.txt"
48 install -Dm644 "${pkgdir}/opt/JLCONE/LICENSES.chromium.html" \
49 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSES.chromium.html"
50}
51

Scan history

Scanned at (UTC)SeverityRules
2026-08-28 19:38:04 Low 3
2026-08-28 19:36:26 Medium 3

Report a package

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

0 / 4000
Your suggestion