vstr
MEDIUM
maintainer ilovemikael
0 votes
scanned 2026-09-27 03:16:18.279095
Why flagged
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
Triggered rules
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:10
source=('http://www.and.org/vstr/latest/vstr-1.0.15.tar.bz2')
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: ilovemikael <itsmeguys2247 at gmail dot com>
2
3
pkgname=vstr
4
pkgver=1.0.15
5
pkgrel=1
6
pkgdesc="manipulate c strings in obscene, obtuse, and profane ways!"
7
url='http://and.org/vstr'
8
license=('MIT')
9
arch=('x86_64' 'i686')
10
source=('http://www.and.org/vstr/latest/vstr-1.0.15.tar.bz2')
11
b2sums=('8dfd7a45efd4944e311add8ad5936fa3b642d38c609bdc4416444a8db6f2fa4cccbf55a5c2d6664dfd79bd0db2e1209fdbc5dfc999f428830a2fa562c87edb93')
12
13
build() {
14
cd "$pkgname-$pkgver"
15
./configure --prefix=/usr
16
make
17
}
18
19
package() {
20
cd "$pkgname-$pkgver"
21
make DESTDIR="$pkgdir" install
22
}
23
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-27 03:16:18 | Medium | 2 |
| 2026-09-26 15:17:03 | Clean | 3 |
| 2026-09-26 15:15:21 | Medium | 2 |