Gtm System

PassAudited by ClawScan on May 10, 2026.

Overview

The skill appears to be a coherent GTM tracker with disclosed local storage, public-source crawling, Telegram notifications, and scheduled jobs, with no artifact-backed hidden exfiltration or destructive behavior.

This skill looks reasonable for a lightweight local GTM tracker. Before installing, be comfortable with it storing contact and opportunity data in a local SQLite database, running public-source crawls, and possibly sending scheduled digests through Telegram if those jobs are configured.

Findings (5)

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 mistaken or overly broad user instruction could alter local pipeline/contact records or initiate public-source crawling.

Why it was flagged

The CLI can change local GTM records and run external signal crawls. These capabilities are central to the skill's stated purpose and are documented as user-invoked commands.

Skill content
python3 scripts/gtm.py add-contact ...; python3 scripts/gtm.py add-opp ...; python3 scripts/gtm.py move-stage 1 evaluation; python3 scripts/gtm.py crawl
Recommendation

Use clear confirmations for record-changing actions, keep backups of the SQLite database, and review crawler results before acting on them.

What this means

It may be harder for a user to verify where the script came from or how it will be maintained.

Why it was flagged

The skill includes a runnable Python script but has limited provenance metadata and no homepage. No remote install or suspicious dependency behavior is shown.

Skill content
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill; Code file presence: scripts/gtm.py
Recommendation

Install only from a trusted owner, and review the bundled script before relying on it for business records.

What this means

Business relationship data and contact details may persist across sessions in the local workspace.

Why it was flagged

The skill persistently stores GTM information in a local SQLite database, likely including contacts, opportunities, reminders, and interaction history.

Skill content
Database Location `/home/daaronch/.openclaw/workspace/gtm-system/data/gtm.db` (SQLite)
Recommendation

Protect the workspace permissions, avoid storing secrets in notes, and delete or archive the database when it is no longer needed.

What this means

Pipeline summaries, reminders, or contact-related business information could be visible through the configured Telegram bot or chat.

Why it was flagged

The skill documents a Telegram notification path for GTM data. This is disclosed and purpose-aligned, but Telegram is an external messaging channel.

Skill content
Sends notifications via your existing Telegram bot
Recommendation

Use a private bot/chat, verify who can access the Telegram channel, and avoid sending confidential customer details unless appropriate.

NoteHigh Confidence
ASI10: Rogue Agents
What this means

If configured, the skill may run crawls and send digests without a fresh manual prompt each time.

Why it was flagged

The artifacts describe scheduled automation for crawling and digest generation. It is disclosed and aligned with the GTM workflow, but it is persistent autonomous activity.

Skill content
Daily cron jobs - Morning crawl (6am PT) + digest (8:30am PT)
Recommendation

Review the configured cron jobs, disable them if unwanted, and ensure scheduled notifications go only to intended recipients.