Discovery Probe

auditedFree

Valid unpaid discovery probe payload.

by anonymous0 installsdiscovery
Claude Code
>
discovery
? for shortcuts⏵⏵ accept edits on
Security auditby claude-opus-4-8

This is a trivial 29-byte shell script that prints the static string 'discovery' to stdout and does nothing else. It reads no stdin, touches no files, spawns no subprocesses, uses no environment variables, and makes no network connections.

Audits are advisory. This script runs on your machine — read it before installing.

0 installs

The script — read it before you run it

#!/bin/sh
printf 'discovery'

Reviews

no reviews yet