vim-taglist
LOW
maintainer Kr1ss
4 votes
scanned 2026-09-17 00:27:14.276658
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-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 |