Home / iammm0 / secbot · server/skills/custom/execgo-agent-bridge/SKILL.md · GitHub

execgo-agent-bridge skillB

execgo-agent-bridge is agent-read markdown (skill) from iammm0/secbot: Route shell, runtime.command, runtime.script, mcp.call, cli.run, or task_graph.submit work through Secbot's ExecGo-backed control tools..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Overview

Use this skill when work should run through ExecGo instead of ad-hoc local execution. In this repository, the primary bridge is the `execgo_action` tool, and `execute_command` can also route through ExecGo when `execgo=true` or `SECBOT_EXECGO_ENABLED=1` is active.

## When To Use

- You need reliable task IDs, wait semantics, cancellation, timeout control, or runtime-backed execution.
- You want to submit `runtime.command`, `runtime.script`, `mcp.call`, `cli.run`, or `task_graph.submit` actions.
- You need a structured smoke test before attempting a side-effecting ExecGo action.

## Rules

- Prefer `execgo_action` over hand-written HTTP calls.
- Use `mode=health` or `mode=tools` first if ExecGo availability is unknown.
- Use a stable `action_id` when subsequent waits or logs need correlation.
- Start with `kind=os.noop` for connectivity checks before side-effecting actions.
- For plain shell execution, prefer `execute_command`; only force ExecGo when the job benefits from ExecGo task handling.

## Tool Mapping In This Repo

- `execgo_action`:
  - `mode=health` checks ExecGo health.
  - `mode=tools` lists adapter capabilities.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add iammm0/secbot/execgo-agent-bridge@v1.0.0
Exact content
mdr add iammm0/secbot/execgo-agent-bridge@sha256:efebb1aa05c1c0ea

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_akwvki2dhkipqe2v.svg)](https://markdownregistry.com/a/art_akwvki2dhkipqe2v)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
v1.0.0 latest2026-09-23 3f08243 3,404 BB view

Audit of the latest version

B  16 of 17 checks passed. Deterministic, no model, same answer every run.
  • fail: No link to a raw IP address (matched: http://127.0.0.1:8080)
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (3404 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No script tag

Source

GitHub

iammm0/secbot · 74 stars · license NOASSERTION · pushed 2026-09-23 · branch release

API

GET https://markdownregistry.com/api/v1/artifacts/art_akwvki2dhkipqe2v
GET https://markdownregistry.com/api/v1/resolve?ref=iammm0/secbot/execgo-agent-bridge
GET https://markdownregistry.com/api/v1/blob/efebb1aa05c1c0eaa41c026deb6400979671ddc10ea2cbf74a556dde7ce53e6b

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from iammm0/secbot

AGENTS.md agents
iammm0/secbot · AGENTS.md
git:20260923.9b9efc0 · audit A · 74 stars
CLAUDE.md claude
iammm0/secbot · CLAUDE.md
git:20260923.9b9efc0 · audit A · 74 stars
command-execution skill
iammm0/secbot · server/skills/base/command-execution/SKILL.md · Security-focused command execution techniques for penetration testing. Use this skill when executing system commands…
v1.0.0 · audit A · 74 stars
nmap-usage skill
iammm0/secbot · server/skills/base/nmap-usage/SKILL.md · Professional nmap scanning techniques and optimization for penetration testing. Use this skill when you need to perform…
v1.0.0 · audit A · 74 stars
system-commands skill
iammm0/secbot · server/skills/base/system-commands/SKILL.md · System-level commands for security assessment and system enumeration. Use this skill when performing local system…
v1.0.0 · audit A · 74 stars
system-control skill
iammm0/secbot · server/skills/base/system-control/SKILL.md · Comprehensive system control operations for security testing. Use this skill when you need unified access to file…
v1.0.0 · audit A · 74 stars
terminal-session skill
iammm0/secbot · server/skills/base/terminal-session/SKILL.md · Persistent terminal session management for security testing. Use this skill when you need an interactive shell session…
v1.0.0 · audit A · 74 stars

Every file in iammm0/secbot

Browse by kind, by grade B, or by owner.