testing-core-processors
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent on using project-specific build and test commands, including
pnpm build:core,npx vitest run, andpnpm test:core. These are standard development workflows for the repository structure described. - [CREDENTIALS_UNSAFE]: The documentation mentions the need for environment variables
ANTHROPIC_API_KEYandOPENROUTER_API_KEYfor live API testing. These are referred to as placeholders for configuration and do not contain hardcoded secrets or credentials. - [SAFE]: The code snippets provided utilize internal project dependencies such as
@internal/ai-sdk-v5and@internal/test-utils, which are consistent with the skill's stated purpose of debugging integration tests within the core package.
Audit Metadata