write-tests
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use standard monorepo management commands via
pnpmfor testing and validation tasks. Evidence:pnpm --filter @remix-run/<package> run testinSKILL.md. - [EXTERNAL_DOWNLOADS]: The skill manages external dependencies using
pnpm. It incorporates a security-first approach by specifying the--ignore-scriptsflag during installation to prevent the execution of arbitrary code from third-party package lifecycle scripts. Evidence:pnpm i --frozen-lockfile --ignore-scriptsinSKILL.md. - [SAFE]: The referenced modules and tools, such as
@remix-run/testand@remix-run/assert, are legitimate vendor-owned resources for theremix-runorganization. The skill contains no suspicious obfuscation, network exfiltration, or unauthorized privilege escalation attempts.
Audit Metadata