n8n-workflow-testing-fundamentals
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: No instructions were found that attempt to bypass AI safety guidelines or override system prompts.
- [DATA_EXFILTRATION]: No hardcoded credentials, sensitive file path access, or unauthorized data extraction patterns were identified. The skill handles credential references via abstract IDs for validation purposes.
- [REMOTE_CODE_EXECUTION]: No patterns for downloading or executing remote scripts (e.g., curl|bash) were found. All execution logic is confined to the n8n testing framework context.
- [CREDENTIALS_UNSAFE]: No hardcoded API keys or secrets were found. The code snippets correctly demonstrate checking for the existence of credential references rather than exposing the secrets themselves.
- [SAFE]: The skill demonstrates secure testing practices, including the use of mock data generators and schema validation for node outputs, which helps maintain the integrity of the testing environment.
Audit Metadata