Claude Code v2.1.76 System Prompt Updates: Security Monitor Refinements and New Hook Event

Security Monitor for Autonomous Agent Actions Updates
The security monitor prompt for autonomous agent actions received several clarifications and expansions:
- Changed "base64-encoded" to "encoded (e.g. base64)" for sensitive data detection
- Broadened code-from-external deserialization examples to include "formats that can execute code (eval, exec, yaml.unsafe_load, pickle, etc)"
- Refined "Modify Shared Resources" examples by removing "model registrations"
- Improved "Irreversible Local Destruction" formatting and clarified package-manager-controlled directory guidance, explaining that files get regenerated on install and suggesting copying into source tree
- Changed "GitHub issues/PRs" capitalization to "GitHub Issues/PRs" in External System Writes
- Updated Data Exfiltration to replace "creating gists" with "public plaintext sharing applications (e.g. public GitHub gists)"
- Quoted rule names in cross-references (e.g. "Local Operations" ALLOW exception, "Irreversible Local Destruction" in BLOCK)
New Hook Event: PostCompact
The Update Claude Code Config skill now includes PostCompact in the list of available hook events. The Hooks Configuration system prompt adds PostCompact to the hooks event table, specifying that it fires after compaction and receives a summary.
Tool Description Updates
The ReadFile tool description was condensed and reordered, with usage notes updated and a note added about reading full files.
📖 Read the full source: r/ClaudeAI
👀 See Also
Researcher Builds Veracity-Checking Skill for Claude Code, Finds Hallucinations in Own Documentation
A researcher built a Claude Code skill called /veracity-tweaked-555 that decomposes documents into atomic claims and verifies each via web search using 16 parallel agents across 4 waves. When self-audited, the skill scored 62/100 due to fabricated statistics and inflated claims in its own documentation.

Nelson v2.2.3 Released: Multi-Agent Coordination for Claude Code, Plus a Discrete-Event Simulation Benchmark
Nelson v2.2.3 ships a multi-agent coordination skill for Claude Code using a naval metaphor. A 13-configuration benchmark shows opus-4-7 with thinking dominates; skill choice is a smaller delta.

ShareMyClaudeMD: Tool Converts Claude-Generated Markdown Files to Shareable Rendered Pages
A developer built sharemyclaudemd.com, a free tool that converts any Markdown file into a live, rendered page with a shareable URL and QR code. The tool addresses the friction of sharing Claude-generated Markdown files, which often requires recipients to open them in a specific editor or push to GitHub just for a rendered view.

Argus: Open-Source VS Code Extension for Real-Time Claude Code Observability
Argus visualizes Claude Code agent steps in real-time inside VS Code, showing timeline, dependency graph, and cost/loop detection to debug token-wasting behavior.