integration-tests
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Automated Pipeline Execution: The skill is designed to run a sequence of pnpm commands (
pnpm i,pnpm build:ci,pnpm test:integration) to automate the integration testing process. This includes managing a background subprocess for a local npm registry. - Standard Development Operations: The use of
pnpm iinvolves downloading project dependencies from a registry, which is an expected part of the development lifecycle to ensure the test environment is correctly configured. - Environment Configuration: It utilizes environment variables such as
OPENAI_AGENTS_RUN_STORAGE_MOUNT_INTEGRATIONto control the scope of the integration tests, allowing for additional coverage like storage mount smoke tests without modifying the global repository defaults.
Audit Metadata