ns-code-backend-tests
Pass
Audited by Gen Agent Trust Hub on Jul 28, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute PHPUnit tests inside a Docker container using
docker exec. - Evidence:
timeout 120 docker exec -w {workdir} {test_container} vendor/bin/phpunit --testdox --stop-on-failure --stop-on-error {optional_filter}inSKILL.md. - Risk Mitigation: The skill includes a mandatory 120-second timeout, requires explicit Docker container identification via
docker ps, and forbids host-side execution. These measures prevent long-running or resource-exhausting processes and ensure isolation.
Audit Metadata