preflight
Pass
Audited by Gen Agent Trust Hub on Apr 5, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: Executes standard shell commands to perform repository operations and quality gate checks, including
git diffto identify changed files andyarn formatto ensure code style compliance. - [COMMAND_EXECUTION]: Utilizes the Nx build system (
nx run <library>:<target>) to execute builds, lints, and unit tests based on the identified library scope. These are standard operations for managing monorepos. - [PROMPT_INJECTION]: Analyzes untrusted data from the local file system, specifically git diff outputs and source code content, to detect missing exports in
public_api.tsor identify breaking changes in component declarations. This constitutes an Indirect Prompt Injection surface. - Ingestion points: Reads output from
git diff --name-onlyand parses the content of modified library files. - Boundary markers: The skill operates within a controlled build environment using predefined tool targets.
- Capability inventory: Limited to local execution of git, yarn, and nx for repository maintenance and verification.
- Sanitization: The skill processes code patterns to verify compliance with architectural rules (e.g., export checks) and reports findings in a structured markdown table.
Audit Metadata