vim-taglist
maintainer Kr1ss
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a plugin script downloaded from the official vim.org site, which is a standard and trusted host for Vim plugins, despite not being on the analyzer's whitelist.
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 plugin script downloaded from the official vim.org site, which is a standard and trusted host for Vim plugins, despite not being on the analyzer's whitelist.
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:23
source=("taglist_$pkgver.zip::https://www.vim.org/scripts/download_script.php?src_id=$_scriptid"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer : Kr1ss $(echo \<kr1ss+x-yandex+com\>|sed s/\+/./g\;s/\-/@/)
2
# Contributor : Daniel J Griffiths <ghost1227@archlinux.us>
3
# Contributor : Aaron Griffin <aaron@archlinux.org>
4
5
6
pkgname=vim-taglist
7
8
epoch=1
9
pkgver=4.6
10
_scriptid=19574
11
pkgrel=1
12
13
pkgdesc='A source code browser plugin for vim'
14
arch=('any')
15
url="http://$pkgname.sourceforge.net"
16
license=('custom')
17
18
makedepends=('unzip')
19
depends=('vim' 'ctags')
20
21
groups=('vim-plugins')
22
23
source=("taglist_$pkgver.zip::https://www.vim.org/scripts/download_script.php?src_id=$_scriptid"
24
'license.txt')
25
b2sums=('d50df26553899ee06bf35e187438f62d08b06004eecce429e34a1c480adcb7ca4ca370bb4bdcbb7d0d9c1830536bb10600f9e30653d32248ff60dfda77b2de88'
26
'99177e1d6f81699a6985e92ea70eb19ff48e31bbb3b7cc2d8d0e8b66e10c564b71b8ce7e26f85282fdc9145e75b67e4804bf31e939e65ca78fec2fd31ce1a502')
27
28
29
prepare() {
30
unzip -qqo "taglist_$pkgver.zip"
31
}
32
33
package() {
34
install -Dm644 doc/taglist.txt -t"$pkgdir/usr/share/vim/vimfiles/doc/"
35
install -Dm644 plugin/taglist.vim -t"$pkgdir/usr/share/vim/vimfiles/plugin/"
36
install -Dm644 license.txt -t"$pkgdir/usr/share/licenses/vim-taglist/"
37
}
38
39
40
# vim: ts=4 sw=4 noet ft=PKGBUILD:
41
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 |