graphql-inspector-audit
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- EXTERNAL_DOWNLOADS (MEDIUM): The skill frequently uses
npx @graphql-inspector/cliandnpm install -g @graphql-inspector/clito fetch and execute packages from the public npm registry. These dependencies are not from the pre-approved trusted list. - COMMAND_EXECUTION (MEDIUM): The skill requires
Bashaccess to execute CLI tools and shell scripts for auditing operations. This capability allows the agent to run arbitrary code downloaded from the internet. - INDIRECT_PROMPT_INJECTION (LOW): The skill processes untrusted local data that could contain malicious payloads.
- Ingestion points: Reads contents from
./src/**/*.graphql,./src/**/*.tsx, and./schema.graphql. - Boundary markers: None identified; the tool parses file contents based on glob patterns without input sanitization.
- Capability inventory: Access to
Bash(vianpx),Read(local files), andWrite(audit reports). - Sanitization: Absent; the skill relies on the third-party
@graphql-inspectorparser to handle potentially malicious or malformed GraphQL documents.
Audit Metadata