vim-perl-support

maintainer zsomborszabo · 11 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is downloaded from vim.org, a non-whitelisted but plausibly official and project-related host, and consists of a zip file containing Vim plugin scripts; the worst case of a swapped source would be limited to code execution within Vim, but this is a standard distribution method for Vim plugins and the checksum is verified.

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 downloaded from vim.org, a non-whitelisted but plausibly official and project-related host, and consists of a zip file containing Vim plugin scripts; the worst case of a swapped source would be limited to code execution within Vim, but this is a standard distribution method for Vim plugins and the checksum is verified.

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=("$pkgname-$pkgver.zip::http://www.vim.org/scripts/download_script.php?src_id=$_src_id")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: 3ED <krzysztofas /at/ protonmail /\./ com>
2# Contributor: Piotr Rogoża <rogoza dot piotr at gmail dot com>
3
4pkgname=vim-perl-support
5pkgver=5.4
6_src_id=24473
7pkgrel=2
8pkgdesc='Perl-IDE offers easiest way to do all of the above, saving lot of time and keystrokes.'
9arch=('any')
10url='https://www.vim.org/scripts/script.php?script_id=556'
11license=('GPL2')
12groups=(vim-plugins)
13depends=('perl' 'vim-vim-support>=2.4')
14optdepends=(
15 'perl-perl-tags: to generate Ctags style tags for Perl sourcecode'
16 'perl-devel-smallprof: to run per-line Perl profiler'
17 'perl-critic: Critique Perl source code for best-practices'
18 'perl-devel-fastprof: to run "fast" perl per-line profiler'
19 'perl-devel-nytprof: Powerful fast feature-rich perl source code profiler'
20 'perl-tidy: Parses and beautifies perl source'
21)
22options=(!emptydirs)
23source=("$pkgname-$pkgver.zip::http://www.vim.org/scripts/download_script.php?src_id=$_src_id")
24sha256sums=('40cadfcb64433557ad793ec71f0947fae6ec38b9d4b4af2e6ed0ee7b77156125')
25noextract=("$pkgname-$pkgver.zip")
26
27package() {
28 cd "$srcdir"
29 _vim_dir='/usr/share/vim/vimfiles'
30
31 install -dm755 "$pkgdir/$_vim_dir"
32
33 bsdtar -xf $pkgname-$pkgver.zip \
34 --exclude autoload/mmtemplates/config.vim \
35 --exclude autoload/mmtemplates/core.vim \
36 --exclude autoload/mmtemplates/wizard.vim \
37 --exclude doc/templatesupport.txt \
38 --exclude ftdetect/template.vim \
39 --exclude ftplugin/template.vim \
40 --exclude syntax/template.vim \
41 --directory "$pkgdir/$_vim_dir"
42
43 # note: exclusions should be inside vim-vim-support package
44
45 chmod -R a=,a+rX,u+w "$pkgdir/"
46}
47

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion