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 dev to start a local server and npx iwsdk to interact with ECS systems and components. These operations are restricted to the local workspace defined by the $IWSDK_REPO_ROOT environment variable.
  • External Downloads: The skill performs dependency management via npm run fresh:install and uses npx to execute the iwsdk package. 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
Risk Level
SAFE
Analyzed
Jun 17, 2026, 12:20 AM
Security Audit — agent-trust-hub — test-ecs-core