luatos-api
maintainer MrZ_26
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package installs Lua type definition files (non-executable data) from the project's official GitHub repository; the low severity is due to unverifiable source (SKIP'd checksum) but no code execution risk.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs Lua type definition files (non-executable data) from the project's official GitHub repository; the low severity is due to unverifiable source (SKIP'd checksum) but no code execution risk.
PKGBUILD
1
# Maintainer: MrZ_26 <1046101471 at qq dot com>
2
pkgname=luatos-api
3
pkgver=0.1.0
4
pkgrel=1
5
pkgdesc="Lua type definitions for LuatOS embedded development, providing LuaLS auto-completion"
6
arch=('any')
7
url="https://github.com/26F-Studio/LuatOS_api"
8
license=('MIT')
9
depends=()
10
source=("$pkgname-$pkgver.tar.gz::https://github.com/26F-Studio/LuatOS_api/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
11
sha256sums=('SKIP')
12
13
package() {
14
cd "$srcdir/$pkgname-$pkgver"
15
install -dm755 "$pkgdir/usr/share/$pkgname"
16
cp -r peripheral system util extend "$pkgdir/usr/share/$pkgname/"
17
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
18
}
19
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 00:03:42 | LOW | 2 |
| 2026-08-15 00:26:13 | LOW | 2 |
| 2026-08-14 00:03:41 | LOW | 2 |
| 2026-08-13 09:26:10 | LOW | 2 |