energia
The source is a tarball from the project's official domain (energia.nu) used to build the package; it is not an untrusted prebuilt executable or remote code execution, and the host, while not on a standard whitelist, is plausibly the project's own.
Triggered rules
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 tarball from the project's official domain (energia.nu) used to build the package; it is not an untrusted prebuilt executable or remote code execution, and the host, while not on a standard whitelist, is plausibly the project's own.
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:20
"${pkgname}-${pkgver}.tar.xz::http://energia.nu/downloads/downloadv4.php?file=energia-${pkgver}-linux64.tar.xz")
PKGBUILD
1 offending line(s) highlighted# Michael J. Pento <mjpento@verizon.net>
# Maintainer: Will Price <willprice94+arch@gmail.com>
# Contributor: Andrew67 (.desktop file, icon, 64bit compatibility)
pkgname=energia
pkgver=1.8.10E23
pkgrel=1
pkgdesc="Energia is a Arduino IDE clone for use with the MSP430 launchpad"
arch=('x86_64')
url="http://energia.nu/"
license=('GPL')
depends=('java-environment' 'java-rxtx' 'libusb-compat' 'gcc-libs-multilib')
provides=('energia')
# staticlibs keeps all *.a files which are necessary since we bundle a toolchain
# !strip disable stripping of debug symbols which are useful
options=(!strip staticlibs)
install='energia.install'
source=('energia.desktop'
'71-ti-permissions.rules'
"${pkgname}-${pkgver}.tar.xz::http://energia.nu/downloads/downloadv4.php?file=energia-${pkgver}-linux64.tar.xz")
md5sums=('a7ce061d9fc0f9530e058204e532b40b'
'8633ff7228aed033d9c9befb82581af9'
'ae84c41c9087a49007ca31842e1638e3')
# Don't compress, takes too long
PKGEXT='.pkg.tar'
package() {
_copy_src
_link_binary_to_bin
_patch_package_for_lock_issues
_add_menu_entry_and_icon
(_support_fhs)
}
_copy_src() {
mkdir -p "$pkgdir"{/etc/{tmpfiles.d,udev/rules.d},/opt/energia,/usr/{bin,share/{applications,pixmaps,doc}}}
# --archive copies recursively, preserves permissions and links
cp --archive "${srcdir}/${pkgname}-${pkgver}/." \
"$pkgdir/opt/energia"
}
_patch_package_for_lock_issues() {
ln -sf /usr/lib/librxtxSerial.so \
"$pkgdir/opt/energia/lib/librxtxSerial.so"
ln -sf /usr/share/java/rxtx/RXTXcomm.jar \
"$pkgdir/opt/energia/lib/RXTXcomm.jar"
install -m755 "$srcdir/71-ti-permissions.rules" \
"$pkgdir/etc/udev/rules.d/"
}
_link_binary_to_bin() {
ln -s /opt/energia/energia \
"$pkgdir/usr/bin/"
}
_add_menu_entry_and_icon() {
install -m755 "$srcdir/energia.desktop" \
"$pkgdir/usr/share/applications/"
install -m755 "$pkgdir/opt/energia/lib/arduino.png" \
"$pkgdir/usr/share/pixmaps/energia.png"
}
_support_fhs() {
# To some extent ;)
cd "$pkgdir/usr/share/doc"
ln -s /opt/energia/reference energia
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |