xgent-app-release
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
npxto run the@xgent/release-clitool for publishing activities. It also utilizesspawnSyncinscripts/preflight.mjsto executetarfor verifying that distribution packages can be correctly archived. These are standard operations for building and deploying software. - [EXTERNAL_DOWNLOADS]: The skill interacts with the vendor's private NPM registry to download necessary packages such as
@xgent/sharedand@xgent/portal-sdk. It also downloads the release CLI tool vianpx. These resources are owned by the skill's vendor and are required for its primary function. - [INDIRECT_PROMPT_INJECTION]: The
scripts/preflight.mjsscript performs static analysis on files within the project's distribution directory to detect and warn about potential issues like hardcodedlocalhostreferences. - Ingestion points: The script reads the content of
.js,.mjs,.css,.html, and.jsonfiles within the user-specified distribution folder. - Boundary markers: None are present for the content being scanned.
- Capability inventory: The script has capabilities to execute shell commands (
spawnSync) and make network requests (fetch). - Sanitization: The script performs read-only regex scanning to identify specific patterns and does not execute the ingested content as instructions. The risk is minimized by the skill's focus on release-time validation.
Audit Metadata