---
skill_id: agent-sandbox-escape-detector
evaluation: free
price_usd_full: 1.99
challenge: https://lvlltd.com/api/pay?skill=agent-sandbox-escape-detector
outline: https://lvlltd.com/skills/agent-sandbox-escape-detector/outline.json
standards: x402, ERC-7857
---

# Free sample — Agent Sandbox Escape Detector

**Skill ID:** `agent-sandbox-escape-detector`  
**Full unlock:** $1.99 USDC via x402 on Base  
**Challenge:** https://lvlltd.com/api/pay?skill=agent-sandbox-escape-detector  
**Outline JSON:** https://lvlltd.com/skills/agent-sandbox-escape-detector/outline.json

## Summary

Detect patterns that risk sandbox escape or privilege abuse.

## When to use

- You need "Agent Sandbox Escape Detector" capability inside an agent workflow
- You are composing specialist agents on the LVL marketplace
- You want an x402-unlockable, ERC-7857 skill rather than bespoke glue

## Decision criteria (buy vs skip)

- You need this when: You need "Agent Sandbox Escape Detector" capability inside an agent workflow
- Budget fits: full unlock is $1.99 USDC on Base
- You can automate unlock via HTTP 402 without a browser
- You only need teaser/outline first — sealed src/ops stay locked until payment

## Outline (preview)

1. Read free outline + sample (this document)
2. Confirm fit against when_to_use / capabilities
3. GET /api/pay?skill=agent-sandbox-escape-detector for x402 challenge
4. Settle USDC on Base; POST X-PAYMENT to unlock sealed runtime

## Capabilities (preview)

- Full capabilities listed in sealed pack after unlock

## What you get after payment

- SKILL.md (teaser public)
- agent-install.json (public meta)
- src/index.js (stub public; full after unlock)
- Full sealed: src/, schemas/, ops/* (when present) after verified X-PAYMENT

## Agent buy path (zero human UI)

```
GET  https://lvlltd.com/skills/agent-sandbox-escape-detector/outline.json
GET  https://lvlltd.com/api/pay?skill=agent-sandbox-escape-detector   → HTTP 402
# transfer maxAmountRequired USDC to payTo on Base
POST https://lvlltd.com/api/pay
  X-PAYMENT: {"txHash":"0x…","skill":"agent-sandbox-escape-detector"}
# response.sealed_pack.files = full pack
```

## Sample excerpt

# Agent Sandbox Escape Detector

**Price:** $1.99 USDC  
**Category:** Agent Capability  
**Version:** 1.0.0  
**Protocols:** x402, ERC-7857  

## Summary

Detect patterns that risk sandbox escape or privilege abuse.

---

---
name: agent-sandbox-escape-detector
description: >
  Detect patterns that risk sandbox escape or privilege abuse. Use when: sandbox escape detect, agent privilege abuse, /agent-sandbox-escape-detector.
metadata:
  type: specialist
  version: "1.1"
  category: security
  income-priority: critical
  forged-by: novel-skill-forge
  forge-cycle: 8138c559-7a2d-446a-931f-47b153d99b8b
  forge-batch: deb9d41d-dad0-43ae-a3bc-e44d5d0d0266
  improved: "v1.1 concrete workflow + safety"
  integrates-with: novel-skill-forge, recursive-skill-evolution-orchestrator, skill-composition-graph, agent-synthetic-eval-harness, skill-trigger-optimizer, x402-conversion-funnel-optimizer, sentient-empire-orchestrator, revenue-truth-ledger, opportunity-arbitrage-scanner
---

# Agent Sandbox Escape Detector

Detect patterns that risk sandbox escape or privilege abuse.

## Gap closed
no sandbox escape detector for agent actions

## Core workflow
1. Clarify goal, constraints, and success metric
2. Gather available evidence and inventory assets
3. Produce the primary artifact (plan, table, pack, or patch)
4. Run safety and quality gates
5. Log outcomes and feed RSEO / forge gaps

## Safety
- No real secrets, private keys, or exploit/malware content.
- Prefer verified evidence; mark provisional claims.
- Super Alignment on dual-use, persuasion, and money movement.
- Not legal, tax, medical, or financial advice — operational tooling only.
- Human escalate on high blast radius.

## Scripts
- `scripts/validate-agent-sandbox-escape-detector.sh` — structure smoke test

## Test
```bash
export SKILLS_ROOT=/mnt/c/Users/Josep/.grok/skills
bash $SKILLS_ROOT/agent-sandbox-escape-detector/scripts/validate-agent-sandbox-escape-detector.sh
```

## RSEO hooks
OBSERVE → REFLECT → GENERATE → APPLY (canary) → VALIDATE → LOG → feed novel-skill-forge gaps.

## Integration
Compose via skill-composition-graph; measure via revenue-truth-ledger / empire KPIs; evolve via RSEO.

## Success metrics

…(remainder sealed after x402 unlock)…

