Sandspy banner
sagarrroy sagarrroy

Sandspy

Security community

Description

Real-time security monitor for AI coding agents. See what Claude Code, Cursor, Codex, and others actually do on your machine.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

sandspy

Zero-Friction Security Telemetry for Autonomous AI Agents

Crates.io CI Status License Discord: icedcappus


The Problem

Autonomous AI coding agents like Cursor, Windsurf, Claude Code, and Aider accelerate are being used exponentially, by almost everyone. However, these tools require local shell execution and extensive filesystem access to function optimally, and new engineers and vibe coders are often oblivious to the issues that can happen if these agents are left unchecked.

**This introduces an enormous blind spot.** When an agent is navigating your machine at 1,000 WPM, it becomes nearly impossible to verify structurally safe behavior:

  • What .env config files or SSH keys did it read?
  • Did it accidentally copy your Stripe tokens into the systemic clipboard?
  • Did a community script or CLI tool ping an unknown external telemetry server?
  • Did it fall for a prompt injection attack and dumped your .env file on some remote unknown server?

**sandspy visualizes the invisible.** It is a lightweight, background sensor designed specifically to audit AI coding agents in real-time, giving you total peace of mind without slowing down your development.


sandspy TUI Dashboard in Action