Action-Scoped Enforcement
Action-scoped enforcement is a core principle of BotShield: verification and enforcement are limited to the specific action being taken, not broad surveillance across your platform.What is Action-Scoped Enforcement?
Action-scoped enforcement means:- Verification happens for the action — Not for the user, session, or platform broadly
- Enforcement is limited — Only affects the specific action being verified
- No cross-action tracking — Each action is independent
- No persistent monitoring — No surveillance beyond the immediate action
How It Works
Traditional Approaches
Most verification systems use broad-scoped methods:- Session-based verification — Verify once, trust for entire session
- User-based verification — Verify user identity, apply broadly
- Platform-wide monitoring — Track behavior across all actions
- Persistent tracking — Store verification state for reuse
BotShield’s Approach
BotShield scopes verification to a single action:- Action-specific verification — Verify presence for this specific action
- Limited enforcement — Only this action requires verification
- No cross-action data — Each verification is independent
- No persistent state — Verification is consumed by the action
Example: Checkout Flow
Benefits
Privacy-First
No broad surveillance or tracking
User-Friendly
Verification only when needed
Flexible
Different actions can have different requirements
Secure
Each action gets fresh verification
Selective Enforcement
You choose which actions require verification. BotShield does not require verification for every user interaction — only the ones you designate:- Checkout — Always verify
- Comment posting — Verify for new users only
- Account recovery — Always verify
- Profile update — Verify for sensitive changes only
Comparison
| Approach | Scope | Privacy | Flexibility |
|---|---|---|---|
| Session-Based | Entire session | Low | Low |
| User-Based | All user actions | Low | Low |
| Platform-Wide | All platform actions | Very Low | Low |
| Action-Scoped (BotShield) | Single action | High | High |
Privacy Implications
Action-scoped enforcement provides:- No surveillance — No monitoring beyond the action
- No tracking — No cross-action data collection
- No profiling — No user behavior analysis
- No persistence — No stored verification state
Related Concepts
- Human Presence — What BotShield verifies
- Device Security — Hardware-backed security requirements
- SDK Overview — Technical API architecture