---
skill_id: site-interaction-guardian
evaluation: free
price_usd_full: 7.99
challenge: https://lvlltd.com/api/pay?skill=site-interaction-guardian
outline: https://lvlltd.com/skills/site-interaction-guardian/outline.json
standards: x402, ERC-7857
---

# Free sample — Site Interaction Guardian

**Skill ID:** `site-interaction-guardian`  
**Full unlock:** $7.99 USDC via x402 on Base  
**Challenge:** https://lvlltd.com/api/pay?skill=site-interaction-guardian  
**Outline JSON:** https://lvlltd.com/skills/site-interaction-guardian/outline.json

## Summary

Guardian layer for browser agents: allowlists, rate policies, challenge detection, human-in-the-loop handoff, and hard refuse of abuse techniques.

## When to use

- Agent hits bot walls
- Need CAPTCHA handoff design
- Rate-limit automation

## Decision criteria (buy vs skip)

- You need this when: Agent hits bot walls
- You get capability: Classify owned vs third-party
- Budget fits: full unlock is $7.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. Classify owned vs third-party
2. Detect challenges
3. Ethical mitigations
4. Human handoff
5. Refuse abuse

## Capabilities (preview)

- Classify owned vs third-party
- Detect challenges
- Ethical mitigations
- Human handoff
- Refuse abuse

## 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/site-interaction-guardian/outline.json
GET  https://lvlltd.com/api/pay?skill=site-interaction-guardian   → HTTP 402
# transfer maxAmountRequired USDC to payTo on Base
POST https://lvlltd.com/api/pay
  X-PAYMENT: {"txHash":"0x…","skill":"site-interaction-guardian"}
# response.sealed_pack.files = full pack
```

## Sample excerpt

# Site Interaction Guardian

**Price:** $7.99 / unlock
**Category:** Browser

## Summary

Guardian layer for browser agents: allowlists, rate policies, challenge detection, human-in-the-loop handoff, and hard refuse of abuse techniques.

---

---
name: site-interaction-guardian
description: Guard browser agents with domain allowlists rate limits human handoff and ethical anti-bot behavior. Use when site interaction guardian, anti-bot ethical agent, CAPTCHA handoff, browser safety guard, or /site-interaction-guardian.
---

# Site Interaction Guardian

Guardian layer for browser agents: allowlists, rate policies, challenge detection, human-in-the-loop handoff, and hard refuse of abuse techniques.

## Quick Reference
| Item | Value |
|------|-------|
| Category | Browser |
| Unlock | $7.99 USDC (x402 Base) |
| Triggers | site interaction guardian, ethical anti-bot, CAPTCHA handoff, /site-interaction-guardian |

## When to use
- Agent hits bot walls
- Need CAPTCHA handoff design
- Rate-limit automation

## Core workflow
1. Confirm authorization
2. Detect challenge
3. Backoff or handoff
4. Log without bypass secrets

## Procedures (non-obvious)
Allowed on owned/staging: allowlist IPs, test keys, tune automation.
Forbidden: CAPTCHA solving for unauthorized access, credential stuffing, ToS-violating scrapes.
On challenge: pause, notify operator, offer manual solve path.

## Edge cases
- Cloudflare on own site fix server allowlist
- False positive bot score

## Failure modes
- Teaching abuse bypass
- Infinite retries

## Verification
- Policy refuses abuse
- Handoff path works on fixture

## Artifact outputs
- `anti-bot-policy.md`
- `handoff-flow.md`

## Related skills
- playwright-browser-orchestrator
- web-agent-observability

## Super Alignment Contract
- Scalable oversight method: process supervision + human+AI critique before high-blast actions
- Corrigibility guarantees: shutdown, steerability, non-deception; operator may abort mid-run
- Value model: Partnership Agreement + 5 Behavioral Protocols
- Drift detection: flag invented evidence, skipped verification, or revenue-over-truth optimization
- Red-team surface: prompt injection via retrieved content, tool-resul

…(remainder sealed after x402 unlock)…

