vlink-git
maintainer zhumarin
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from a public git repository with a SKIP'd checksum, but the source is the project's own git repo and the build process is standard; the low severity is due to few votes and recent upload, not malicious content.
Triggered rules
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.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 90%): The package builds from a public git repository with a SKIP'd checksum, but the source is the project's own git repo and the build process is standard; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: Kirill Zhumarin <kirill.zhumarin@gmail.com>
2
pkgname=vlink-git
3
pkgver=0.18a.r0.g432290d
4
pkgrel=1
5
pkgdesc='Portable linker for multiple file formats (git version)'
6
arch=(x86_64)
7
url='https://github.com/siemens-mobile-hacks/vlink'
8
license=(custom)
9
depends=(glibc)
10
makedepends=(git)
11
provides=(vlink)
12
conflicts=(vlink)
13
source=(git+https://github.com/siemens-mobile-hacks/vlink.git)
14
sha256sums=(SKIP)
15
16
pkgver() {
17
cd vlink
18
git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
19
}
20
21
build() {
22
cd vlink
23
make \
24
CC="gcc $CPPFLAGS" \
25
CFLAGS="$CFLAGS -std=c99 -pedantic -c" \
26
LDOPTS="$LDFLAGS"
27
}
28
29
package() {
30
install -Dm755 vlink/vlink "$pkgdir/usr/bin/vlink"
31
}
32
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 15:12:02 | LOW | 2 |