tsparams
maintainer bryanpedini
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's own Git host, which is plausibly maintained by the author; building from source is normal for AUR packages, and no malicious activity is evident.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from the project's own Git host, which is plausibly maintained by the author; building from source is normal for AUR packages, and no malicious activity is evident.
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:11
source=("https://git.bjphoster.com/source/${pkgname}/archive/${pkgver}.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Bryan Joshua Pedini <bryan [at] pedini [dot] dev>
2
3
pkgname="tsparams"
4
pkgver="1.0.0"
5
pkgrel="2"
6
pkgdesc="A simple tool to extract and display Tailscale parameters"
7
url="https://git.bjphoster.com/source/${pkgname}"
8
arch=("any")
9
license=("GPL3")
10
depends=("python" "tailscale")
11
source=("https://git.bjphoster.com/source/${pkgname}/archive/${pkgver}.tar.gz")
12
13
sha256sums=("2cbf10ffca2f0adf21daff04bfb1cde401b2f9e713863a23b01aa6bddf1ff62d")
14
15
package() {
16
install -Dm644 "${srcdir}/${pkgname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
17
install -Dm755 "${srcdir}/${pkgname}/tsparams.py" "${pkgdir}/usr/bin/${pkgname}"
18
}
19
Changes since previous scan
--- PKGBUILD @ 2026-07-26 00:07+++ PKGBUILD @ 2026-08-03 00:08@@ -2,7 +2,7 @@ pkgname="tsparams" pkgver="1.0.0"-pkgrel="1"+pkgrel="2" pkgdesc="A simple tool to extract and display Tailscale parameters" url="https://git.bjphoster.com/source/${pkgname}" arch=("any")@@ -10,9 +10,7 @@ depends=("python" "tailscale") source=("https://git.bjphoster.com/source/${pkgname}/archive/${pkgver}.tar.gz") -sha1sums=("316becbc9b10d004cfc89e3eeb3e2f3498b70035") sha256sums=("2cbf10ffca2f0adf21daff04bfb1cde401b2f9e713863a23b01aa6bddf1ff62d")-md5sums=("b215f07928ceb4399b51ab8107d275cc") package() { install -Dm644 "${srcdir}/${pkgname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"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 23:33:54 | MEDIUM | 1 |
| 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 |