vim-vcscommand
maintainer orphaned
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source archive and license from the official vim.org site, which is plausibly the project's own hosting; the files are not executed and the build installs only Vim plugin files, posing minimal risk.
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 package downloads a source archive and license from the official vim.org site, which is plausibly the project's own hosting; the files are not executed and the build installs only Vim plugin files, posing minimal risk.
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:16
source=(vcscommand.zip::https://www.vim.org/scripts/download_script.php?src_id=$_scriptid
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
2
# Contributor: Aaron Griffin <aaron@archlinux.org>
3
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
4
5
pkgname=vim-vcscommand
6
pkgver=1.99.47
7
_scriptid=19809
8
pkgrel=4
9
pkgdesc="vim version control system integration plugin"
10
arch=('any')
11
url="http://www.vim.org/scripts/script.php?script_id=90"
12
license=('MIT')
13
depends=('vim>=7.0')
14
groups=('vim-plugins')
15
replaces=('vim-vsccommand') #whoops, typo before
16
source=(vcscommand.zip::https://www.vim.org/scripts/download_script.php?src_id=$_scriptid
17
license.txt)
18
md5sums=('861c4e1a38664a19ce561527b9b94344'
19
'cc76e422214169f380e6a1548f617778')
20
21
package() {
22
cd ${srcdir}
23
24
installpath="${pkgdir}/usr/share/vim/vimfiles"
25
mkdir -p $installpath
26
cp -r doc plugin syntax $installpath
27
28
#just in case....
29
find "$installpath" -type f -exec chmod 644 {} \;
30
31
install -D -m644 license.txt \
32
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
33
}
34
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 |