research-crew-policy
Version 1
archivedDraft snapshot — not yet enforced. Activate to make it live. Initial version
Version metadata
Version ID
polv_3c3c8b14f57c
Policy ID
pol_386778e2ca55
Status
archived
Created
Jul 17, 2026, 10:13:13.775 AM PDT
Change summary
Initial version
Guardrails
Pre-flight
PII handling
allow
Prompt injection
warn
In-flight
Max tokens / request
4000
Hard deny multiplier
2
Externalization
warn
Post-flight
Overage strike limit
3
Overage window (hrs)
24
Allowed tools
2 total- web_search
- arxiv_search
Tools requiring approval
1 total- delete_research_data
Allowed models
1 total- gpt-4o-mini
Raw rules
JSON representation of this version{
"tool_allowlist": [
"web_search",
"arxiv_search",
"delete_research_data"
],
"model_allowlist": [
"gpt-4o-mini"
],
"max_tokens_per_request": 4000,
"token_overage_hard_deny_multiplier": 2,
"token_overage_limit": 3,
"token_overage_window_hours": 24,
"max_tokens_per_session": null,
"max_cost_per_session_usd": null,
"max_tokens_per_day": null,
"max_cost_per_day_usd": null,
"notify_at_pct": 80,
"token_overage_repeat_limit": 3,
"approval_required_tools": [
"delete_research_data"
],
"pii_handling": "allow",
"prompt_injection_action": "warn",
"data_exfiltration_action": "warn",
"window_allowed_days": null,
"window_start_hour": null,
"window_end_hour": null,
"window_timezone": "UTC",
"window_action": "deny",
"max_tool_calls_per_session": null,
"max_repeated_tool_calls": null,
"max_cost_per_request_usd": null,
"privilege_deescalation_threshold": null
}