Team Manager

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only team reminder skill is coherent and purpose-aligned, but users should notice that it keeps response status in a local state file and describes recurring reminders.

This appears safe for its stated purpose. Before installing, decide whether hourly reminders are acceptable for your team and whether storing response status in state.json matches your privacy and retention expectations.

Findings (2)

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.

NoteHigh Confidence
ASI10: Rogue Agents
What this means

The assistant may send or prepare repeated reminders according to the stated schedule.

Why it was flagged

The artifact describes scheduled and recurring reminder behavior. This is expected for a team-management skill, but users should be aware it may prompt repeatedly if reports are not submitted.

Skill content
- Утренний бриф в 10:00 (МСК).
- Вечерний отчет в 23:59 (МСК).
- Напоминания каждый час, если отчет не сдан.
Recommendation

Confirm the desired reminder cadence and make sure users know how to pause or stop reminders when needed.

What this means

Team members' report-submission status may be stored persistently in a local state file.

Why it was flagged

The skill discloses persistent storage of user response statuses. This is purpose-aligned, but it means team report status data may be retained across interactions.

Skill content
Скилл хранит статус ответов пользователей в `state.json`.
Recommendation

Use only necessary status information, avoid storing sensitive report contents, and periodically clear or review state.json if retention is not needed.