Skip to content
← Registry
Trust Report

ga4

Query Google Analytics 4 (GA4) data via the Analytics Data API. Use when you need to pull website analytics like top pages, traffic sources, user counts, sessions, conversions, or any GA4 metrics/dimensions. Supports custom date ranges and filtering.

91
CERTIFIED
Format: openclawScanner: v0.8.0Duration: 4msScanned: 7d ago · May 31, 6:52 PMSource →
Embed this badge
AgentVerus CERTIFIED 91AgentVerus CERTIFIED 91AgentVerus CERTIFIED 91
[![AgentVerus](https://agentverus.ai/api/v1/skill/c05d97f1-5697-4d6e-8dc1-5dc499030d79/badge)](https://agentverus.ai/skill/c05d97f1-5697-4d6e-8dc1-5dc499030d79)
Community Discussion

Community Comments

Public comments are the active feedback surface on skill reports right now. Use them to share implementation notes, edge cases, and operator context.

0 comments

Sign in to comment on this skill

No comments yet. Be the first to share your thoughts.

Continue the workflow

Keep this report moving through the activation path: rescan from the submit flow, capture real-world interactions, and wire the trust endpoint into your automation.

https://agentverus.ai/api/v1/skill/c05d97f1-5697-4d6e-8dc1-5dc499030d79/trust
Personalized next commands

Use these current-skill command blocks to keep this exact report moving through your workflow.

Record an interaction
curl -X POST https://agentverus.ai/api/v1/interactions \
  -H "Authorization: Bearer at_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"agentPlatform":"openclaw","skillId":"c05d97f1-5697-4d6e-8dc1-5dc499030d79","interactedAt":"2026-03-15T12:00:00Z","outcome":"success"}'
Fetch trust JSON
curl https://agentverus.ai/api/v1/skill/c05d97f1-5697-4d6e-8dc1-5dc499030d79/trust

Category Scores

94
Permissions
100
Injection
84
Dependencies
80
Behavioral
75
Content
100
Code Safety

Findings (7)

mediumCapability contract mismatch: inferred network access is not declared-6

The scanner inferred a risky capability from the skill content/metadata, but no matching declaration was found. Add a declaration with a clear justification, or remove the behavior.

Content pattern: https://console.cloud.google.com/apis/library/analyticsdata.googleapis.com

Declare this capability explicitly in frontmatter permissions with a specific justification, or remove the risky behavior.

permissionsASST-04
mediumThird-party AI provider dependency-8

The skill relies on third-party AI providers or APIs, expanding the remote dependency surface for prompts, inputs, or generated artifacts.

Google Analytics 4 (GA4) data via the Analytics Data API

Review which external services or providers the skill depends on, what data crosses that boundary, and whether the dependency is necessary for the intended workflow.

dependenciesASST-04
mediumFederated auth flow detected-10

Found federated auth flow pattern: "OAuth"

2. Create OAuth credentials or use existing Google Cloud project

Treat OAuth, 2FA, and token-refresh guidance as authentication-sensitive workflows. Explain scope, storage, and refresh behavior clearly so agents do not handle more credential material than necessary.

behavioralASST-05
mediumUnknown external reference-8

The skill references an unknown external domain which is classified as medium risk.

https://console.cloud.google.com/apis/library/analyticsdata.googleapis.com

Verify that this external dependency is trustworthy and necessary.

dependenciesASST-04
mediumExternal AI provider delegation detected-10

Found external ai provider delegation pattern: "Google Analytics 4 (GA4) data via the Analytics Data API"

description: Query Google Analytics 4 (GA4) data via the Analytics Data API. Use when you need to pull website analytics like top pages, traffic sources, user counts, sessions, conversions, or any GA4

Treat external AI-provider calls as data egress. Make it explicit what prompts, files, or images are sent to third-party providers and require approval before forwarding sensitive content.

behavioralASST-02
lowNo explicit safety boundaries-10

The skill does not include explicit safety boundaries defining what it should NOT do.

No safety boundary patterns found

Add a 'Safety Boundaries' section listing what the skill must NOT do (e.g., no file deletion, no network access beyond needed APIs).

contentASST-09
infoOutput constraints defined

The skill includes output format constraints (length limits, format specifications).

Output constraint patterns detected

Keep these output constraints.

contentASST-09