transcreen
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:12
source=("https://toofifi.cn/apkPath/Transcreen_${pkgver}_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 toofifi.cn, which is not the project's primary domain (transcreen.pro). This is a real supply-chain concern: a precompiled binary is extracted and installed directly into the system (opt/ and usr/), with no source build. The sha256sum provides integrity against tampering in transit but does not protect against the host serving a malicious binary from the start. The domain toofifi.cn appears to be a CDN or distribution host used by the vendor, but it is not the canonical project URL, making it impossible to verify the chain of custody without further investigation. This pattern — executed binary from a non-primary host — is the textbook medium-risk case.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Rabin Adhikari <rabin.adk1@gmail.com>
pkgname=transcreen
pkgver=1.1.12
pkgrel=1
epoch=0
pkgdesc='Multi-screen interactive software for interaction between smart phones and smart TVs.'
arch=('x86_64')
url=https://www.transcreen.pro
license=('unknown')
options=(!strip)
source=("https://toofifi.cn/apkPath/Transcreen_${pkgver}_amd64.deb")
sha256sums=('9cf6bbd15435be8143c5b03bc3df069db4abaa7cb3420ea0fd74548f34979802')
prepare() {
bsdtar -xf data.tar.xz
}
package() {
cp -a opt usr "$pkgdir"
mkdir "$pkgdir/usr/bin"
ln -s "$pkgdir/opt/Transcreen/Transcreen" "$pkgdir/usr/bin/Transcreen"
}
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 |