dashie-telegraf-plugins-git

LOW
maintainer e1mo 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The source is a Git repository from a plausible project host (dev.sigpipe.me) that is not on the standard whitelist but is used to build the project's own code; this is normal AUR packaging behavior and the built binaries are installed as expected.

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 source is a Git repository from a plausible project host (dev.sigpipe.me) that is not on the standard whitelist but is used to build the project's own code; this is normal AUR packaging behavior and the built binaries are installed as expected.

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:16 source=("$pkgname::git+https://dev.sigpipe.me/dashie/telegraf-plugins")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Moritz 'e1mo' Fromm <git@e1mo.de>
2
3_pkgname=dashie-telegraf-plugins
4pkgname=$_pkgname-git
5pkgver=master.r0.g071e959
6pkgrel=1
7pkgdesc='Various plugins for telegraf such as battery'
8arch=('x86_64')
9url='https://dev.sigpipe.me/dashie/telegraf-plugins'
10provides=("${_pkgname}")
11license=('MIT')
12conflicts=("${_pkgname}")
13depends=("glibc")
14makedepends=('go' 'git')
15options=('!emptydirs')
16source=("$pkgname::git+https://dev.sigpipe.me/dashie/telegraf-plugins")
17sha256sums=('SKIP')
18
19pkgver() {
20 cd "${srcdir}/${pkgname}"
21 git describe --all --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g' | sed 's/heads\///g'
22}
23
24build() {
25 cd "$srcdir/$pkgname/"
26 mkdir "build";
27 for d in *; do
28 if [[ -f $d ]]; then
29 continue
30 fi
31 if [[ $d == "build" ]]; then
32 continue
33 fi
34 filename="${d}/${d}.go"
35 go build \
36 -trimpath \
37 -buildmode=pie \
38 -mod=readonly \
39 -modcacherw \
40 -ldflags "-X main.Version=$pkgver -linkmode external -extldflags $LDFLAGS" \
41 -o "build/dashie_telegraf_${d}" \
42 "${filename}"
43 done
44 }
45
46package() {
47 cd "$srcdir/$pkgname"
48 install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
49 cd build
50 for f in *; do
51 install -Dm755 "$f" "$pkgdir/usr/bin/$f";
52 done
53}
54

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion