do-work
Pass
Audited by Gen Agent Trust Hub on Jul 22, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute standard development lifecycle commands:
npm run typecheckandnpm test. These are expected operations for a software development agent and are used here to validate code changes within the local environment. - [EXTERNAL_DOWNLOADS]: The documentation recommends the use of the
use-effect-reducerpackage for frontend state management. This is a legitimate library, and its mention does not constitute a security risk as it follows standard dependency practices for React development. - [SAFE]: The implementation of database TDD using PGLite (an in-memory Postgres database) represents a secure testing practice by isolating database operations from persistent infrastructure.
Audit Metadata