jest-docs

Pass

Audited by Gen Agent Trust Hub on Jul 21, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
  • [SAFE]: The skill acts exclusively as a documentation and educational resource for the Jest testing framework. No obfuscation, persistence mechanisms, or unauthorized privilege escalation patterns were detected across the markdown files.
  • [EXTERNAL_DOWNLOADS]: The documentation includes instructions for installing Jest and related development dependencies (e.g., babel-jest, ts-jest, jest-puppeteer) via official package registries. These are standard development practices and the referenced packages are well-known in the JavaScript ecosystem.
  • [PROMPT_INJECTION]: The guides for integration testing describe patterns for ingesting data from external sources such as MongoDB, DynamoDB, and web pages. While this constitutes an indirect prompt injection surface for an agent executing these tests, the documentation provides standard patterns for testing and does not contain malicious injection payloads.
  • Ingestion points: Data fetched from databases or web pages during unit and integration tests (guides.md).
  • Boundary markers: None explicitly defined in the basic code snippets, consistent with educational documentation.
  • Capability inventory: The skill documents capabilities for network-based testing and database connections (guides.md).
  • Sanitization: Standard sanitization is not explicitly demonstrated in the high-level API examples but is expected at the implementation level.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 21, 2026, 08:27 PM
Security Audit — agent-trust-hub — jest-docs