hz-android-2d-porting
Warn
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the user to utilize the
hzdbCLI tool for installing and launching APKs on a connected Quest device, interacting directly with the device filesystem and process manager. - [EXTERNAL_DOWNLOADS]: The documentation recommends a global installation of the
@meta-quest/hzdbpackage via NPM. This resource originates from the vendor organization consistent with the skill's author and is documented as a vendor-provided tool. - [REMOTE_CODE_EXECUTION]: In
references/gradle-setup.md, the skill suggests adding a Maven repository URL hosted on a personal GitHub user account (https://npm.pkg.github.com/niclas-niclas) to resolve thecom.meta.spatial:spatial-sdkdependency. This is an unverifiable dependency source for a core SDK. - [REMOTE_CODE_EXECUTION]: The skill recommends a non-deterministic versioning strategy in
references/gradle-setup.mdby usinglatest.releasefor thecom.meta.quest:platform-sdkdependency, which can lead to the automatic ingestion of unvetted upstream code. - [PROMPT_INJECTION]: The skill has an indirect prompt injection surface as it processes and recommends modifications to project configuration files that influence subsequent agent actions.
- Ingestion points: Project configuration files including
build.gradle.ktsandAndroidManifest.xmlas specified inreferences/gradle-setup.mdandreferences/compatibility-requirements.md. - Boundary markers: Absent.
- Capability inventory: Use of the
Bash(hzdb:*)tool to execute shell commands for device management inSKILL.md. - Sanitization: Absent.
Audit Metadata