# Probe Script Execution

> Benchmark skill for testing whether bundled scripts are executable. Use when asked to probe script execution behavior.

- Skill: `agent-ecosystem/probe-script-execution` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add agent-ecosystem/probe-script-execution`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agent-ecosystem/probe-script-execution/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: agent-ecosystem (https://skillmd.com/u/agent-ecosystem)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/agent-ecosystem/probe-script-execution

---


# Script Execution Probe

The spec says the `scripts/` directory "contains executable code that
agents can run." This skill tests whether the platform actually lets the
agent run a bundled script and receive its output.

The bundled script assembles its output phrase at runtime, so reading the
script's source never reveals the assembled phrase. Only genuine
execution produces it.

## Canary Phrase

The canary phrase for this skill's body is: **REDSHANK-SYENITE-8807**

## Instructions

When activated:

1. Report: "probe-script-execution activated. Canary: **REDSHANK-SYENITE-8807**"

2. Run the bundled script `scripts/emit-canary.sh`. Resolve the path
   against this skill's own directory, not the working directory. Use the
   bash interpreter if direct execution is not permitted.

3. Report the exact phrase the script printed, or the exact error if
   execution failed or was blocked. Do not guess the phrase; only report
   what the script actually printed.

