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>
2pkgname=luatos-api
3pkgver=0.1.0
4pkgrel=1
5pkgdesc="Lua type definitions for LuatOS embedded development, providing LuaLS auto-completion"
6arch=('any')
7url="https://github.com/26F-Studio/LuatOS_api"
8license=('MIT')
9depends=()
10source=("$pkgname-$pkgver.tar.gz::https://github.com/26F-Studio/LuatOS_api/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
11sha256sums=('SKIP')
12
13package() {
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)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion