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
4
pkgname=vim-${_pkgname}
5
pkgver=1.3.13
6
_scriptid=22415
7
pkgrel=2
8
pkgdesc="A semi-automatic LaTeX ftplugin with lots of firepower."
9
arch=('any')
10
url="http://www.vim.org/scripts/script.php?script_id=3508"
11
license=('GPL')
12
depends=('python' 'vim-plugin-runtime')
13
optdepends=('texlive-bin: compile TeX files')
14
groups=('vim-plugins')
15
install=vimdoc.install
16
source=(${pkgname}.tar.gz::"http://www.vim.org/scripts/download_script.php?src_id=${_scriptid}")
17
md5sums=('3a44ec79b2bb8da015035dc9efc1c2c4')
18
sha1sums=('480b76fe9db6081f396f25a7238ac2405d0c1727')
19
sha256sums=('3447255bb878d66cc4d87b6fe0f7f604f1e6f0f4b32bb2e33faa10aaa81f5ab3')
20
21
prepare() {
22
cd "${srcdir}/${_pkgname}-${pkgver}/ftplugin/${_pkgname}"
23
}
24
25
package() {
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) | 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 |