vim-msp
maintainer Forty-Bot
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
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>
2
pkgname=vim-msp
3
pkgver=1.1
4
pkgrel=1
5
pkgdesc="assembly language syntax highlighting for the TI MSP430 family of processors"
6
arch=(any)
7
url="https://www.vim.org/scripts/script.php?script_id=707"
8
license=(none)
9
groups=(vim-plugins)
10
depends=(
11
vim-plugin-runtime
12
)
13
source=(
14
"msp_orig.vim::https://www.vim.org/scripts/download_script.php?src_id=2212"
15
match.patch
16
comment.patch
17
)
18
sha512sums=('f900c6079f8694b1e91369168c3716a52b3370234c263e92185f7becc4b8a9890963eb5e253b9c2e53822db4f6693717173cef08ee96c5c1ec59046976a1db99'
19
'3ffdeca7a011570eddb30bbc286268a1722834e4e5331ed95b6cbfff1ffb872df479b4ff4847e4a21c2b5f49c93e6fc4e7199d1979b9c4121491d7f36ba4dff7'
20
'1af8f45b6736eeefab6a5bd70e9d0e259b122d473460d96456a22459a2559f5c729a8bb0c3796345be56ae77dba938e42741caedc519c8add4d1e2cffa78eabc')
21
22
prepare() {
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
29
package() {
30
install -Dt "$pkgdir/usr/share/vim/vimfiles/syntax/" -m644 msp.vim
31
}
32
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 |