opensimulator-osgrid
maintainer carlosal1015
· 5 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source archive from a non-whitelisted host, but it is a build of OpenSimulator from a known contributor, and the content is configuration and binaries intended for local execution; no remote code execution or payload obfuscation is present.
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 package downloads a source archive from a non-whitelisted host, but it is a build of OpenSimulator from a known contributor, and the content is configuration and binaries intended for local execution; no remote code execution or payload obfuscation is present.
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:18
source=("https://danbanner.onikenkon.com/osgrid/osgrid-opensim-${_realpkgver}.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
2
# Contributor: LTSmash <lord.ltsmash@gmail.com>
3
# Contributor: Zauber Exonar <zauberexonar at gmail>
4
# Contributor: GordonGR <ntheo1979@gmail.com>
5
pkgname=opensimulator-osgrid
6
pkgver=20221227.v0.9.2.3422ae3
7
_realpkgver=12272022.v0.9.2.3422ae3
8
pkgrel=1
9
pkgdesc="OSGrid's distribution of OpenSimulator, preconfigured to connect with OSGrid"
10
arch=('i686' 'x86_64')
11
url="https://www.osgrid.org"
12
license=('BSD')
13
depends=('mono' 'sqlite')
14
makedepends=('unzip')
15
install=${pkgname}.install
16
backup=("opt/${pkgname}/bin/OpenSim.ini"
17
"opt/${pkgname}/bin/config-include/GridCommon.ini")
18
source=("https://danbanner.onikenkon.com/osgrid/osgrid-opensim-${_realpkgver}.zip"
19
"osgrid.sh")
20
sha512sums=('9be067af0cdeac05e07762ed9a88bebb25f9b3fb5371198b11078e25e30a63064d4763d93d52cbdc6bfb5318aa782167ceda25ea16fa990edd85682706948dad'
21
'fcf960e3b93959813e44bab5b3d1c569d5f560537391dfa021f0be6be4e5cbdcbf242f7f5ebec96b17d81e84312bbe1a3c3cf8b2e74d6ecf610749d639c6b9e5')
22
23
package() {
24
cd bin
25
#copying Mono.Posix.dll so that OpenSimulator can use sockets, and by extension MySQL
26
cp /usr/lib/mono/4.5-api/Mono.Posix.dll Mono.Posix.dll
27
# install
28
install -d ${pkgdir}/opt/${pkgname}/bin
29
cp -r ./* ${pkgdir}/opt/${pkgname}/bin/
30
# set permissions
31
find ${pkgdir}/opt/${pkgname}/bin -type d -exec chmod 755 {} +
32
find ${pkgdir}/opt/${pkgname}/bin -type f -exec chmod 644 {} +
33
find ${pkgdir}/opt/${pkgname}/bin -name "*.exe" -exec chmod 755 {} +
34
find ${pkgdir}/opt/${pkgname}/bin -name "*.ini" -exec chmod 666 {} +
35
find ${pkgdir}/opt/${pkgname}/bin -name "*.xml" -exec chmod 666 {} +
36
chmod 777 ${pkgdir}/opt/${pkgname}/bin/{,*/}
37
chmod 755 ${pkgdir}/opt/${pkgname}/bin/opensim.sh
38
# chmod 666 "${pkgdir}"/opt/${pkgname}/bin/OpenSim.log
39
# install launch script
40
install -m755 -D ../osgrid.sh ${pkgdir}/usr/bin/osgrid
41
}
42
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 |