Install
$ agentstack add skill-batteryshark-rekit-exec-observe ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Execute & Observe (dynamic)
⚡ Dynamic tier — this RUNS the target. Run it only where you don't mind the risk: a disposable VM or a dedicated analysis box, or behind an isolation provider.
When to use
Use this when you need the target's exit status, output, file effects, and timing. For deeper visibility, use syscall-trace, net-capture, or frida-trace.
What it does
Runs the target in a fresh temp working directory with a timeout, and captures:
- exit code (and whether it timed out),
- stdout / stderr (head),
- wall-clock duration,
- files created in the working dir.
It bounds the run (working dir + timeout) but does not sandbox the target — the target can do anything the host allows.
Consent
Because it executes untrusted code, it's gated:
- via rekit:
rekit run --allow-dynamic exec-observe(the dispatcher sets the
consent env for the runner);
- direct call: pass
--yes-i-consentor setREKIT_ALLOW_DYNAMIC=1.
Without consent it refuses with exit 4.
Usage
rekit run --allow-dynamic exec-observe ./sample --timeout 15
rekit run --allow-dynamic exec-observe ./sample --format json
Prerequisites
- python3 ≥ 3.8 — pure stdlib. (Whatever the target needs to run is on you.)
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: batteryshark
- Source: batteryshark/rekit
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.