test-ecs-core
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- Command Execution: The skill executes several bash commands to manage a development environment. It uses
npm run devto start a local server andnpx iwsdkto interact with ECS systems and components. These operations are restricted to the local workspace defined by the$IWSDK_REPO_ROOTenvironment variable. - External Downloads: The skill performs dependency management via
npm run fresh:installand usesnpxto execute theiwsdkpackage. These tools interact with standard package registries to ensure the testing environment is correctly configured. - Background Task Management: It utilizes background process execution for the development server, allowing subsequent testing commands to run while the server is active. This is a standard pattern for automated integration testing.
- Assertion Logic: The instructions include clear verification steps for the output of each command, ensuring that the agent validates JSON responses before proceeding, which helps maintain execution integrity.
Audit Metadata