theeram
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:10
source=("https://launchpadlibrarian.net/328067651/theeram_0.9.0_amd64.deb")
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 binary .deb from launchpadlibrarian.net (Launchpad's file hosting service, which is Canonical's official PPA/package hosting infrastructure — not a random personal host). However, the package extracts and installs a prebuilt binary (usr/bin contents) without any integrity verification beyond a weak MD5 checksum (no sha256sums, no GPG signature). The binary is executed directly on the user's system. Launchpad librarian URLs are stable and tied to specific file IDs (328067651), making silent substitution unlikely but not impossible. The main concern is: (1) prebuilt binary from an external host installed directly, (2) only MD5 integrity check (collision-vulnerable), (3) no GPG signature verification. This is a genuine medium-risk supply-chain concern — a prebuilt executed binary from an external host with weak integrity checking — though Launchpad is a well-known legitimate hosting service, reducing the probability of active compromise. The cheaper model's assessment is essentially correct.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Shajil K Joshy <shajilkrazy@gmail.com>
pkgname=theeram
pkgver=0.9.0
pkgrel=2
pkgdesc="Malayalam Dictionary based on Olam."
url="https://nandakumar.co.in/apps/theeram/"
license=('GPL3')
depends=('glibc' 'gtk3' 'libnotify' 'libxml2')
arch=(x86_64)
source=("https://launchpadlibrarian.net/328067651/theeram_0.9.0_amd64.deb")
install='theeram.install'
md5sums=('6217c800260667bb671a290ad0f0f957')
package() {
tar xf "$srcdir/data.tar.xz"
mkdir "$pkgdir/usr"
cp -r "$srcdir/usr/share" "$pkgdir/usr/"
cp -r "$srcdir/usr/bin" "$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 |