scout-migrate-from-ftr
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a developer-oriented utility for internal test suite migration. It enforces a deliberate five-step workflow—Plan, Review, Execute, Run, and Review Parity—which ensures that an operator reviews all proposed changes before they are applied.
- [COMMAND_EXECUTION]: The skill instructs the agent to run local development commands such as
node scripts/scout.js,npx playwright test, andnode scripts/type_check. These are standard tools within the Kibana ecosystem and are necessary for the skill's primary function of executing and verifying test migrations. - [EXTERNAL_DOWNLOADS]: References to
yarn kbn bootstrapandnpxare standard for managing project dependencies. The skill also utilizes internal package imports (e.g.,@kbn/scout,@kbn/scout-oblt), which are legitimate resources for the author (Elastic). - [PROMPT_INJECTION]: While the skill ingests external data (FTR test files), it mitigates potential injection risks by implementing a mandatory 'Review gate' (Step 2). This ensures that the generated plan is scrutinized by a human before the agent proceeds with execution.
Audit Metadata