hz-api-upgrade
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill extensively employs shell commands via the allowed
Bashtool to manage project files, execute build systems, and control connected devices. - Evidence: Instructions include using
grepto scan source code,gitfor version control management, and build utilities likegradlewandnpmto update project dependencies. - Evidence: The skill calls the
metavrutility to perform actions on VR hardware, such asapp install,app launch, andperf capture. - [INDIRECT_PROMPT_INJECTION]: The skill ingests and processes untrusted data from the local environment and external sources, which could be exploited via indirect prompt injection.
- Ingestion points: The agent is instructed to read project-specific configuration files (
manifest.json,package.json,build.gradle,.uplugin), perform text searches on application source code viagrep, and process documentation search results from themetavr docs searchcommand. - Boundary markers: The skill does not provide the agent with specific boundary markers or instructions to isolate external data from its own command logic.
- Capability inventory: The skill has access to the filesystem through
Bash, build tools, and connected VR devices via themetavrtool, allowing it to act on instructions derived from processed data. - Sanitization: There is no evidence of data sanitization or validation for the project configuration or code snippets processed by the skill before they are used to inform subsequent agent actions.
- [EXTERNAL_DOWNLOADS]: The skill facilitates the download and update of external software components from vendor-managed repositories.
- Evidence: The instructions use
npm updateandnpm installfor Meta-associated packages such as@meta-spatial-sdk/*and@iwsdk/*. - Evidence: The skill uses
npx -y metavrto dynamically fetch and execute themetavrCLI tool, introducing a dependency on external package registries at runtime.
Audit Metadata