om-ux-setup
Pass
Audited by Gen Agent Trust Hub on Aug 11, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill executes the
uxproofpackage from the NPM registry using the commandnpx uxproof@0.3.1 init --no-skills. This is the primary mechanism for extracting design contracts. The version is explicitly pinned to prevent silent updates or unreviewed remote code changes, and a manual fallback is provided for environments without network access. - [COMMAND_EXECUTION]: Utilizes shell commands to invoke the initialization and extraction tools within the repository environment.
- [EXTERNAL_DOWNLOADS]: Fetches the
uxproofutility from the standard NPM registry at runtime. - [PROMPT_INJECTION]: The skill includes dedicated safety instructions in
references/agentic-setup.mdto mitigate indirect prompt injection. It instructs the agent to treat repository content solely as data, to ignore any embedded directives like "ignore previous instructions," and to report suspected injection attempts. It also permits local configuration overrides while strictly forbidding them from relaxing safety constraints. - [CREDENTIALS_UNSAFE]: Implements a "Secrets hygiene" rule in
references/rules.mdthat explicitly forbids the inclusion of tokens, secrets, or environment file content in the generated contracts, reports, or logs.
Audit Metadata