vitest-unit-testing

Pass

Audited by Gen Agent Trust Hub on Apr 3, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill documentation describes how to run Vitest unit tests via the terminal using npx vitest run. This is a standard and safe procedure within the context of software testing and is consistent with the skill's purpose. \n- [PROMPT_INJECTION]: The skill is designed to ingest user code to generate test suites, which creates an indirect prompt injection surface where the source code acts as untrusted data. \n
  • Ingestion points: User-provided TypeScript source code and test requirements (SKILL.md). \n
  • Boundary markers: No delimiters or explicit ignore-instructions warnings are specified for the input data in the instructional patterns. \n
  • Capability inventory: The skill utilizes shell command execution for testing (npx vitest) and recommends the use of a specialized runTests tool (SKILL.md). \n
  • Sanitization: There is no mention of sanitizing or validating the input code before processing within the provided guide.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 3, 2026, 06:58 PM
Security Audit — agent-trust-hub — vitest-unit-testing