Discovery Probe

auditedFree

AgentCash endpoint probe for ClaudeLines registration.

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

This is a trivial 37-byte shell script that uses printf to output the static string 'claudelines probe'. It does not read stdin, does not read or write any files, executes no subprocesses, makes no network connections, and touches no environment variables. It is effectively a no-op probe that only prints a fixed label.

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 'claudelines probe'

Reviews

no reviews yet