team-update

Pass

Audited by Gen Agent Trust Hub on Mar 11, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [SAFE]: The skill implements robust security controls through a strict human-in-the-loop model. Every action that involves sending data to external platforms (posting updates, replying to messages, or creating issues/tasks) is explicitly marked as 'Approval required' in the autonomy rules table in SKILL.md.
  • [COMMAND_EXECUTION]: The skill uses local git commands such as 'git log' and 'git rev-parse' (referenced in discovery-patterns.md) to identify project changes. These are standard operations for development tools and are restricted to the local repository environment.
  • [EXTERNAL_DOWNLOADS]: The skill interacts with external services like Slack, Google Chat, GitHub, and Jira using pre-configured Model Context Protocol (MCP) tools as described in discovery-patterns.md. This discovery process is transparent, and all resulting network operations are governed by user-defined preferences and approval steps.
  • [SAFE]: Indirect Prompt Injection surface is present but mitigated. Data is ingested from git commits and chat messages (Phase 1b), which could contain malicious instructions. However, the skill only summarizes this data for drafting, and the autonomy rules strictly require user approval for all resulting tool calls (Phase 2b, 3c), ensuring no automated execution of embedded commands occurs.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 11, 2026, 07:45 AM