skills/remix-run/remix/write-tests/Gen Agent Trust Hub

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 pnpm for testing and validation tasks. Evidence: pnpm --filter @remix-run/<package> run test in SKILL.md.
  • [EXTERNAL_DOWNLOADS]: The skill manages external dependencies using pnpm. It incorporates a security-first approach by specifying the --ignore-scripts flag during installation to prevent the execution of arbitrary code from third-party package lifecycle scripts. Evidence: pnpm i --frozen-lockfile --ignore-scripts in SKILL.md.
  • [SAFE]: The referenced modules and tools, such as @remix-run/test and @remix-run/assert, are legitimate vendor-owned resources for the remix-run organization. The skill contains no suspicious obfuscation, network exfiltration, or unauthorized privilege escalation attempts.
Audit Metadata
Risk Level
SAFE
Analyzed
May 12, 2026, 12:52 AM