Back to skill
v1.0.0

Graphql Schema Analyzer

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 5:45 AM.

Analysis

This instruction-only skill is coherent for reviewing GraphQL schemas and only shows limited, purpose-aligned local project inspection.

GuidanceThis skill appears safe and purpose-aligned for auditing a GraphQL project. Before using it, be aware that it may search your current repository for schema and resolver files, so run it only where you are comfortable having the agent inspect relevant source code.

Findings (1)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

Abnormal behavior control

Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.

Tool Misuse and Exploitation
SeverityLowConfidenceHighStatusNote
SKILL.md
find . -name "*.graphql" -o -name "*.gql" -o -name "schema.ts" -o -name "typeDefs*" | head -20

The skill documents local shell searches to discover schema and resolver files. This is purpose-aligned for GraphQL analysis, but users should understand it may read filenames and relevant source snippets from the current project.

User impactThe agent may inspect local project files related to GraphQL schemas and resolvers while performing the audit.
RecommendationUse this skill only in repositories you intend to analyze, and review any findings before sharing them outside your environment.