skills/sap/fundamental-ngx/preflight/Gen Agent Trust Hub

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 diff to identify changed files and yarn format to 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.ts or identify breaking changes in component declarations. This constitutes an Indirect Prompt Injection surface.
  • Ingestion points: Reads output from git diff --name-only and 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
Risk Level
SAFE
Analyzed
Apr 5, 2026, 12:53 PM