Jungle Executor

v1.0.0

Executes Jungle Laws to enforce strict rule validation, risk control, consensus, and self-audit for error-free trading, decisions, and multi-agent workflows.

0· 256·0 current·0 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
!
Purpose & Capability
Name/description claim enforcement for trading and multi-agent workflows. The included scripts/validate.py implements a simple text-audit, which is consistent with a decision-validator, but the skill also talks about enforcing trade-level actions (45min forced-close, IV bans) without requesting broker/API credentials or providing integration code. That mismatch (claims of active trading control but no credentials or connectors) is unexplained.
!
Instruction Scope
SKILL.md instructs the agent to 'Audit Input', 'Consensus Check', enforce 'Self-Destruct' and write violations to memory/YYYY-MM-DD.md. The instructions reference files that do not exist in the bundle (e.g., scripts/validate-decision.py, references/warden-protocol.md, AGENTS.md) and are vague about what 'kill switch' means in practice. This grants broad discretion and could lead to destructive actions if the agent maps 'kill switch' to system-level or trading actions.
Install Mechanism
Instruction-only with a small Python script included; no install spec or external downloads. Nothing in the install surface writes arbitrary external code to disk beyond what is in the bundle.
!
Credentials
The skill requests no environment variables or credentials. For a skill that claims to control trading behavior, lack of broker/API credentials is inconsistent — either it cannot perform the claimed enforcement, or it expects the agent to have external access (unasked-for). The included script also tries to match Chinese/English rule fragments via regex, which may fail for real inputs.
Persistence & Privilege
always:false and user-invocable:true (normal). The SKILL.md asks the agent to write audit logs to memory/YYYY-MM-DD.md and monthly MEMORY.md, which is a modest persistence behavior but not an elevated platform-level privilege. Nothing in the bundle requests permanent platform-wide settings or modifies other skills.
What to consider before installing
This skill looks like a lightweight decision validator bundled with an aggressive policy document, but it contains several mismatches and vague dangerous language. Before installing: (1) Confirm missing referenced files (scripts/validate-decision.py, references/warden-protocol.md, AGENTS.md) — ask the author for the complete bundle. (2) Do not assume the 'kill switch' will be limited to local script exit; require explicit, auditable behavior (what exact actions will be taken). (3) If you intend to use this for live trading, never give it broker credentials or trading power until you fully audit the code that performs trades — right now it has no broker integration but claims active enforcement. (4) Test in a sandbox/paper-trading environment and inspect/modify the script to remove or restrict any automatic 'kill' actions. (5) If you lack confidence in the author/source, treat this as untrusted: prefer manual review/approval before letting any agent act on its guidance.

Like a lobster shell, security has layers — review code before you run it.

latestvk978a3d0rda30ad03nbrnkyykx82dtn1
256downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Jungle Executor

Core Mandate

Innerize and execute the Jungle Laws as eternal sky. Violations = extinction. Pack > individual. Execute ruthlessly.

Trigger Workflow

  1. Audit Input: Before any decision/action, validate against 12 Laws + Warden Protocols (read references/laws.md).
  2. Consensus Check: Prioritize data/team over solo narrative (Law 1).
  3. Risk Gates: Block high-IV entries, enforce 45min timer (AGENTS.md lessons).
  4. Self-Destruct: Hit logic-fail price/point? Immediate kill, no excuses.
  5. Log & Evolve: Write violations to memory/YYYY-MM-DD.md; monthly MEMORY.md review (Law 12).

Usage Patterns

  • Trading: Pre-entry: Check IV>10% ban, set 45min kill. Entry: Anchor self-destruct price.
  • Tasks: Multi-agent? Enforce resource share (Law 3), silence noise (Law 6).
  • Validation Script: Use scripts/validate-decision.py [decision-text] for automated checks.

Resources

  • Laws & Protocols: references/laws.md
  • Trading Warden: references/warden-protocol.md
  • Audit Script: scripts/validate.py (python validate.py "Buy SPY 680P?")

Comments

Loading comments...