vim-msp

LOW
maintainer Forty-Bot 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The source is a Vim syntax file from the official vim.org site via a non-whitelisted but legitimate download link; it is data, not executable code, and the worst case of a malicious swap would be minor UI or parsing issues, not code execution.

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 Vim syntax file from the official vim.org site via a non-whitelisted but legitimate download link; it is data, not executable code, and the worst case of a malicious swap would be minor UI or parsing issues, not code execution.

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:14 "msp_orig.vim::https://www.vim.org/scripts/download_script.php?src_id=2212"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Sean Anderson <seanga2@gmail.com>
2pkgname=vim-msp
3pkgver=1.1
4pkgrel=1
5pkgdesc="assembly language syntax highlighting for the TI MSP430 family of processors"
6arch=(any)
7url="https://www.vim.org/scripts/script.php?script_id=707"
8license=(none)
9groups=(vim-plugins)
10depends=(
11 vim-plugin-runtime
12)
13source=(
14 "msp_orig.vim::https://www.vim.org/scripts/download_script.php?src_id=2212"
15 match.patch
16 comment.patch
17)
18sha512sums=('f900c6079f8694b1e91369168c3716a52b3370234c263e92185f7becc4b8a9890963eb5e253b9c2e53822db4f6693717173cef08ee96c5c1ec59046976a1db99'
19 '3ffdeca7a011570eddb30bbc286268a1722834e4e5331ed95b6cbfff1ffb872df479b4ff4847e4a21c2b5f49c93e6fc4e7199d1979b9c4121491d7f36ba4dff7'
20 '1af8f45b6736eeefab6a5bd70e9d0e259b122d473460d96456a22459a2559f5c729a8bb0c3796345be56ae77dba938e42741caedc519c8add4d1e2cffa78eabc')
21
22prepare() {
23 cp msp_orig.vim msp.vim
24 dos2unix msp.vim
25 patch -p1 -i "match.patch"
26 patch -p1 -i "comment.patch"
27}
28
29package() {
30 install -Dt "$pkgdir/usr/share/vim/vimfiles/syntax/" -m644 msp.vim
31}
32

Scan history

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

Report a package

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

0 / 4000
Your suggestion