graphql-resolvers
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [Prompt Injection] (SAFE): No instructions attempting to bypass safety filters or override agent behavior were found.
- [Data Exposure & Exfiltration] (SAFE): No hardcoded credentials, sensitive file path access, or unauthorized network operations were detected.
- [Obfuscation] (SAFE): All content is in plain text; no Base64, zero-width characters, or hex escapes were found.
- [Unverifiable Dependencies] (SAFE): Referenced packages such as dataloader and PyYAML are standard and reputable industry tools.
- [Command Execution] (SAFE): No suspicious subprocess calls or shell command executions were identified. The validation script performs safe file system checks.
- [Indirect Prompt Injection] (SAFE): While the validation script reads configuration data from assets/config.yaml, it uses yaml.safe_load and does not perform any dangerous operations based on the input values.
Audit Metadata