bittly
Triggered rules
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:11
"${pkgname}-${pkgver}.AppImage"::"https://res.bittly.sigechen.com/download/${pkgver}/bittly-${pkgver}-x64.AppImage"
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt AppImage (an executable binary) from res.bittly.sigechen.com, which is a subdomain of the project's own domain (bittly.sigechen.com). This is a personal/small-vendor host rather than a major forge like GitHub releases, meaning there is no independent verification of the artifact's provenance. A sha256sum is provided, which mitigates substitution attacks at build time, but does not help if the upstream host was compromised before the checksum was recorded. AppImages are self-contained executables that run arbitrary code, so the impact of a compromised artifact is full RCE. The host appears to be the official project distribution server (same domain as the project URL), which reduces but does not eliminate the concern — it is not a clearly unofficial or personal third-party host. Overall this is a genuine medium-risk pattern: an executed binary from a small, unauditable vendor host with no independent mirror or reproducible build.
PKGBUILD
1 offending line(s) highlighted# Maintainer: icepie <icepie.dev@gmail.com>
pkgname=bittly
pkgver=0.19.1
pkgrel=1
pkgdesc="不止是一个串口调试助手 (~ ̄▽ ̄)~"
arch=("x86_64")
url="https://bittly.sigechen.com"
license=('custom')
depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libxslt' 'minizip' 'nss' 're2' 'snappy' 'fuse2')
source=(
"${pkgname}-${pkgver}.AppImage"::"https://res.bittly.sigechen.com/download/${pkgver}/bittly-${pkgver}-x64.AppImage"
"bittly.desktop"
"bittly.svg")
sha256sums=(
'4608abc2da4cb74223391faae3b9b3aa3c0715c41fd06c7eb47b4cd1f316c274'
'0b9dbfae82faceb33c027d0686a21d14a3c50b04065458799d2ebe9df87edd03'
'a39dfb8e7dc3466c184cc564c3c8d341c5f38065fe46533d1c59620c4273ccd9')
options=(!strip)
package() {
install -Dm755 "${srcdir}/bittly-${pkgver}.AppImage" "${pkgdir}/opt/bittly/bittly.AppImage"
install -Dm644 "${srcdir}/bittly.desktop" "${pkgdir}/usr/share/applications/bittly.desktop"
# install -Dm644 "${srcdir}/bittly.svg" "${pkgdir}/usr/share/icons/bittly.svg"
install -Dm644 "${srcdir}/bittly.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/bittly.svg"
mkdir -p "${pkgdir}/usr/bin"
ln -sf "${pkgdir}/opt/bittly/bittly.AppImage" "${pkgdir}/usr/bin"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |