vim-tex_nine

maintainer orphaned · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is downloaded from the official Vim scripts repository (vim.org), which is a legitimate and expected source for Vim plugins, despite not being on a standard code hosting platform; the package installs only Vim script files and Python support code, which are non-executable data in this context and pose 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 source is downloaded from the official Vim scripts repository (vim.org), which is a legitimate and expected source for Vim plugins, despite not being on a standard code hosting platform; the package installs only Vim script files and Python support code, which are non-executable data in this context and pose 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=(${pkgname}.tar.gz::"http://www.vim.org/scripts/download_script.php?src_id=${_scriptid}")

PKGBUILD

1 offending line(s) highlighted
1# Contributor: Sara <sara at archlinux dot us>
2# Maintainer: aksr <aksr at t-com dot me>
3_pkgname=tex_nine
4pkgname=vim-${_pkgname}
5pkgver=1.3.13
6_scriptid=22415
7pkgrel=2
8pkgdesc="A semi-automatic LaTeX ftplugin with lots of firepower."
9arch=('any')
10url="http://www.vim.org/scripts/script.php?script_id=3508"
11license=('GPL')
12depends=('python' 'vim-plugin-runtime')
13optdepends=('texlive-bin: compile TeX files')
14groups=('vim-plugins')
15install=vimdoc.install
16source=(${pkgname}.tar.gz::"http://www.vim.org/scripts/download_script.php?src_id=${_scriptid}")
17md5sums=('3a44ec79b2bb8da015035dc9efc1c2c4')
18sha1sums=('480b76fe9db6081f396f25a7238ac2405d0c1727')
19sha256sums=('3447255bb878d66cc4d87b6fe0f7f604f1e6f0f4b32bb2e33faa10aaa81f5ab3')
20
21prepare() {
22 cd "${srcdir}/${_pkgname}-${pkgver}/ftplugin/${_pkgname}"
23}
24
25package() {
26 cd "${srcdir}/${_pkgname}-${pkgver}/ftplugin/${_pkgname}"
27
28 installpath="${pkgdir}/usr/share/vim/vimfiles"
29 install -d $installpath/{autoload,doc,ftplugin,indent}
30 install -d $installpath/ftplugin/${_pkgname}/{skeleton,snippets}
31 install -Dm644 *.vim *.py *.txt $installpath/ftplugin/${_pkgname}/
32
33 for i in skeleton snippets
34 do
35 install -Dm644 "${i}"/* $installpath/ftplugin/${_pkgname}/"${i}"/
36 done
37
38 cd "${srcdir}/${_pkgname}-${pkgver}"
39 install -Dm644 ftplugin/*.vim $installpath/ftplugin/
40
41 for i in autoload doc indent
42 do
43 install -Dm644 "${i}"/* $installpath/"${i}"/
44 done
45
46 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
47}
48
49

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