opensimulator-osgrid

LOW
maintainer carlosal1015 5 votes scanned 2026-09-17 00:27:14.276658
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>
5pkgname=opensimulator-osgrid
6pkgver=20221227.v0.9.2.3422ae3
7_realpkgver=12272022.v0.9.2.3422ae3
8pkgrel=1
9pkgdesc="OSGrid's distribution of OpenSimulator, preconfigured to connect with OSGrid"
10arch=('i686' 'x86_64')
11url="https://www.osgrid.org"
12license=('BSD')
13depends=('mono' 'sqlite')
14makedepends=('unzip')
15install=${pkgname}.install
16backup=("opt/${pkgname}/bin/OpenSim.ini"
17 "opt/${pkgname}/bin/config-include/GridCommon.ini")
18source=("https://danbanner.onikenkon.com/osgrid/osgrid-opensim-${_realpkgver}.zip"
19 "osgrid.sh")
20sha512sums=('9be067af0cdeac05e07762ed9a88bebb25f9b3fb5371198b11078e25e30a63064d4763d93d52cbdc6bfb5318aa782167ceda25ea16fa990edd85682706948dad'
21 'fcf960e3b93959813e44bab5b3d1c569d5f560537391dfa021f0be6be4e5cbdcbf242f7f5ebec96b17d81e84312bbe1a3c3cf8b2e74d6ecf610749d639c6b9e5')
22
23package() {
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)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion