hunt-rce

Validates RCE feasibility in isolated environments using evidence-gated execution markers.

10|3|Updated Aug 10, 2026
One-click install
npx skills add https://github.com/baiqigo/baiqi-redteam-lab --skill hunt-rce-baiqigo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunt-rce
Source: https://github.com/baiqigo/baiqi-redteam-lab/tree/main/.agents/skills/hunt-rce
Command: npx skills add https://github.com/baiqigo/baiqi-redteam-lab --skill hunt-rce-baiqigo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Security testers often jump from version fingerprints, upload features, SSRF, or error messages straight to claiming remote code execution without proof. This Skill enforces a controlled, evidence-gated review chain that only assesses RCE feasibility after a confirmed execution primitive and an isolated execution window exist, preventing false positives and unsafe testing. ## Core Features & Use Cases - Engagement Gating: Requires documented authorization, locked scope, and host/identity baselines before any probe begins. - Evidence-Gated Validation: Uses pre-approved no-op execution markers and server-side audit confirmation to prove actual execution rather than echoes, banners, or scanner findings. - Strict Stop Conditions: Halts immediately when no isolated window exists, when production or shared workers are involved, or when real commands or data access would be required. - Use Case: During an authorized red team engagement, a scanner flags a possible RCE. Use this Skill to verify whether a pre-approved harmless marker actually executes in an isolated instance, then route confirmed evidence to triage and remediation reporting. ## Quick Start Use hunt-rce to plan an evidence-gated, authorized validation path for the suspected RCE finding in my scoped engagement.

Frequently Asked Questions about hunt-rce

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate a suspected RCE vulnerability safely?

Validate RCE only in an isolated, approved environment using pre-approved no-op execution markers confirmed by server-side audit logs. Never run real commands, system enumeration, network callbacks, or file operations during validation.

What evidence proves actual remote code execution?

Valid proof is a repeatable observation of a pre-approved no-op marker executing in an isolated environment, with execution identity confirmed by server audit. Banners, error messages, output reflections, WAF hits, and scanner findings do not count as evidence.

When should RCE testing be stopped immediately?

Stop when there is no isolated execution window, when production or shared workers are involved, or when validation would require real commands or data access. Third-party assets, shared users, and activity beyond the written authorization window also trigger an immediate stop.

Can scanner findings alone confirm an RCE vulnerability?

No. Scanner findings, version fingerprints, upload features, SSRF, and error text are treated as inconclusive signals only. Confirmation requires a controlled execution marker observed in an isolated environment with audit-backed evidence.

What happens after an RCE finding is confirmed?

Confirmed results route only to triage-validation, evidence preservation, and remediation recommendations. The workflow does not automatically continue into post-exploitation, persistence, or lateral movement.