Repair Partial Read Truncation Bugs
Repair partial reads, truncated frames, stream-chunk/message confusion, early EOF acceptance, and stale decoder state.
Secure checkout via Stripe
Works with the AI tools you already use
See it in action
You say
Our Go TCP client reads a 4-byte length header with conn.Read(header) once, then allocates the payload and calls conn.Read(payload) once. Under packet fragmentation we occasionally decode truncated protobuf messages. Repair locally with a deterministic fragmenting reader and loopback sockets. Preserve the existing frame format and maximum-frame setting. Do not connect to production or invent new framing.
Your agent does
Partial-read bug found. Header and payload readers assume one read returns the requested length. The repair uses exact-length reads, explicit truncation errors, preserves the existing frame limit, and adds deterministic fragmented/coalesced input tests.
What you get
About this skill
A read call is not a message boundary. TCP, TLS, files, and async streams may return fewer bytes than requested, split one frame across many chunks, or coalesce several frames together. Code that assumes one read returns everything can silently feed truncated data into parsers.
This skill fixes exact-length reads and incremental framing, distinguishes clean EOF from truncation, preserves bounded streaming, and adds deterministic fragmentation/coalescing tests.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean today
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Frequently Asked Questions
Popular in AI Agents & LLM Ops

AI Coding Prompt Refiner for Better Developer Results
Transforms vague coding requests into precise, scoped, testable, AI-ready prompts for Cursor, Claude Code, Codex CLI, Replit, and other coding agents.
agentic-workflow
A risk-aware, evidence-based engineering lifecycle protocol for robust agentic task execution and safety.
codex-grade-coding
Turn your AI agent into a senior engineer with strict task classification and verification-driven coding protocols.
truth-first
Eliminate hallucinations with an evidence-first verification framework for system state, configs, and file contents.