jlcone-bin
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
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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)
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# Maintainer: Joe Sedutto <joe@millyardlabs.com>
pkgname=jlcone-bin
pkgver=1.0.67
pkgrel=1
pkgdesc="JLCPCB desktop client for PCB, PCBA, stencil, and CNC orders"
arch=('x86_64')
url="https://jlcone.com"
license=('LicenseRef-proprietary')
depends=(
'alsa-lib'
'at-spi2-core'
'libcups'
'gtk3'
'libdrm'
'libnotify'
'libsecret'
'libxss'
'libxtst'
'mesa'
'nss'
'xdg-utils'
)
optdepends=(
'libappindicator-gtk3: tray icon support'
)
provides=('jlcone')
conflicts=('jlcone')
options=('!strip' '!debug')
# Upstream CDN rejected curl's default User-Agent
DLAGENTS=('https::/usr/bin/curl -qgb "" -fLC - --retry 3 --retry-delay 3 -A "Mozilla/5.0" -o %o %u')
source=("https://rs.jlcone.com/static/APP/app_version/jlcone-${pkgver}.deb")
sha256sums=('d9a6fd2273b3f540b1530c6f1b188deb1acdd583d5ee175224055dfcfe005483')
noextract=("jlcone-${pkgver}.deb")
package() {
bsdtar -xOf "jlcone-${pkgver}.deb" data.tar.xz \
| bsdtar -x -C "${pkgdir}" --exclude './usr/share/doc'
# Upstream shipped some files world-writable
chmod -R u+rwX,go+rX,go-w "${pkgdir}"
install -dm755 "${pkgdir}/usr/bin"
ln -s /opt/JLCONE/jlcone "${pkgdir}/usr/bin/jlcone"
install -Dm644 "${pkgdir}/opt/JLCONE/LICENSE.electron.txt" \
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.electron.txt"
install -Dm644 "${pkgdir}/opt/JLCONE/LICENSES.chromium.html" \
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSES.chromium.html"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-28 19:38:04 | Low | 3 |
| 2026-08-28 19:36:26 | Medium | 3 |