tv_grab_fr_telerama
maintainer zoe
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a logo archive from a non-whitelisted host, but it is non-executable data; the main source is from GitHub, and the build process only installs scripts and static files.
Triggered rules
LOW
AI review downgraded a static finding
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 package downloads a logo archive from a non-whitelisted host, but it is non-executable data; the main source is from GitHub, and the build process only installs scripts and static files.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
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:13
"http://www.number6.ch/tools/logos.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: zoe <chp321 AT gmail DOT com>
2
3
pkgname=tv_grab_fr_telerama
4
pkgver=3.13
5
pkgrel=1
6
pkgdesc="Grab TV listings for France, XMLTV Grabber using telerama data"
7
arch=(any)
8
url="https://github.com/beavis69/${pkgname}"
9
license=("GPL")
10
depends=('xmltv' 'perl-digest-hmac')
11
makedepends=('git')
12
source=("https://github.com/beavis69/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz"
13
"http://www.number6.ch/tools/logos.tar.gz")
14
md5sums=('de78c9b2552930066ea7d6edb3ee4ad4' '9a5c99e77a58358188b16301d7e0872b')
15
16
package() {
17
mkdir -p ${pkgdir}/usr/bin/vendor_perl/
18
mkdir -p ${pkgdir}/usr/share/doc/${pkgname}
19
mkdir -p ${pkgdir}/usr/share/xmltv/${pkgname}/channel_icons/
20
install -D -m 0755 ${srcdir}/${pkgname}-${pkgver}/${pkgname} \
21
${pkgdir}/usr/bin/vendor_perl/${pkgname}
22
# logos des chaînes :
23
install -D -m 0644 ${srcdir}/logos/*.gif \
24
${pkgdir}/usr/share/xmltv/${pkgname}/channel_icons/
25
# doc
26
install -D -m 0644 ${srcdir}/${pkgname}-${pkgver}/README.md \
27
${pkgdir}/usr/share/doc/${pkgname}
28
}
29
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |