test-ecs-core
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Command Execution: The skill uses shell commands to manage the testing lifecycle. This includes using npm run fresh:install to set up the environment and npx iwsdk to interact with the ECS framework. These operations are standard for a development and testing workflow.
- External Resource Management: The skill downloads project dependencies through npm and executes the iwsdk tool using npx. These resources are managed within the local project workspace and are consistent with the vendor's provided tools.
- Data Ingestion Surface: The skill processes output from internal tools and browser logs to verify test results. 1. Ingestion points: Browser logs and ECS entity metadata are retrieved via npx iwsdk as described in SKILL.md. 2. Boundary markers: The skill does not define specific delimiters for the output it parses. 3. Capability inventory: Command execution capabilities are used via npm and npx within the designated example directory. 4. Sanitization: The skill does not explicitly sanitize the log data, which is typical for testing internal application components.
Audit Metadata