zulipchat-session-operator-14dca2 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited zulipchat-session-operator-14dca2 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use this skill when the current Claude Code session is already bound to a Zulip topic through zulipchat-mcp-hook and you want the rest of the work to respect that control plane.
ZULIPCHAT_SESSION_ID, ZULIPCHAT_SESSION_STREAM, andZULIPCHAT_SESSION_TOPIC from the shell before using any ZulipChat MCP tools.
ZULIPCHAT_SESSION_ID is empty, stop and explain that the hook bridge has notinitialized the session binding yet.
poll_agent_events(session_id=..., limit=20) at the start of each workcycle, after each meaningful unit of work, and before going idle.
steer: treat the message as a high-priority owner instruction.command: support /status, /pause, /resume, /cancel, and /handoff.approval_response: only consume it when tied to a pendingrequest_user_input approval flow.
agent_message only for:started, blocked, waiting, completed, failed, or a targeted owner message that materially changes execution.
request_user_input instead ofposting a freeform message.
transition is the expected behavior.
discipline for every loop turn.
/status: send one concise status update covering current goal, next step, and anyblockers.
/pause: acknowledge, stop proactive work, and wait for a new owner message./resume: acknowledge and continue from the current plan./cancel: confirm the cancellation in the topic, stop work cleanly, and close thesession if appropriate.
/handoff: summarize state, remaining work, and risks for whoever takes over next.this session policy.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.