vim-msp
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
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)
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# Maintainer: Sean Anderson <seanga2@gmail.com>
pkgname=vim-msp
pkgver=1.1
pkgrel=1
pkgdesc="assembly language syntax highlighting for the TI MSP430 family of processors"
arch=(any)
url="https://www.vim.org/scripts/script.php?script_id=707"
license=(none)
groups=(vim-plugins)
depends=(
vim-plugin-runtime
)
source=(
"msp_orig.vim::https://www.vim.org/scripts/download_script.php?src_id=2212"
match.patch
comment.patch
)
sha512sums=('f900c6079f8694b1e91369168c3716a52b3370234c263e92185f7becc4b8a9890963eb5e253b9c2e53822db4f6693717173cef08ee96c5c1ec59046976a1db99'
'3ffdeca7a011570eddb30bbc286268a1722834e4e5331ed95b6cbfff1ffb872df479b4ff4847e4a21c2b5f49c93e6fc4e7199d1979b9c4121491d7f36ba4dff7'
'1af8f45b6736eeefab6a5bd70e9d0e259b122d473460d96456a22459a2559f5c729a8bb0c3796345be56ae77dba938e42741caedc519c8add4d1e2cffa78eabc')
prepare() {
cp msp_orig.vim msp.vim
dos2unix msp.vim
patch -p1 -i "match.patch"
patch -p1 -i "comment.patch"
}
package() {
install -Dt "$pkgdir/usr/share/vim/vimfiles/syntax/" -m644 msp.vim
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |