GOG Sales Analytics

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: gog-sales-analytics Version: 1.2.2 The skill documentation in SKILL.md explicitly promotes the use of a persistence mechanism via cron jobs (scripts/weekly_run.sh) for automated execution. While this is framed as a feature for 'Sales Analytics,' the script logic itself is not provided in the bundle for inspection, and the skill requires GOG account credentials, creating a risk of unauthorized background activity or credential misuse.

Findings (0)

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.

What this means

A user or agent could try to run a helper script whose contents were not supplied for inspection.

Why it was flagged

The provided artifact set contains only SKILL.md and _meta.json, so this referenced executable helper is absent from review. Running it would depend on unreviewed external or local code.

Skill content
The `gog-sales-analytics` project includes `scripts/weekly_run.sh` for cron-based Monday auto-run:
Recommendation

Do not run the weekly_run.sh commands unless the script is included from a trusted source and reviewed; the package should include or remove the referenced helper.

ConcernHigh Confidence
ASI10: Rogue Agents
What this means

If installed, the skill-related workflow could run weekly without a fresh prompt and potentially use account data or make changes depending on the missing script.

Why it was flagged

This command is explicitly for installing recurring cron execution, which can continue operating after the immediate user task; the reviewed artifacts do not bound the job's behavior.

Skill content
./scripts/weekly_run.sh --install   # add Monday 08:00 cron
Recommendation

Only install scheduled execution after explicit user approval, after reviewing the script, and verify that the uninstall command removes the cron entry.

What this means

Using library-management features may require giving the agent access to a GOG account.

Why it was flagged

GOG credentials are purpose-aligned for managing a GOG library, but the registry metadata declares no primary credential or required environment variable, and the auth method/scope is not described.

Skill content
- Requires GOG account credentials for library management
Recommendation

Use only official, least-privilege authentication methods where possible and avoid providing credentials until the workflow and storage/handling are clear.