{
  "policy_name": "Developer's Ark public no-secrets policy",
  "policy_status": "active_on_public_surface",
  "secrets_not_allowed": {
    "secrets_are_allowed": false,
    "credentials_allowed": false
  },
  "access_not_allowed": {
    "private_repository_urls_allowed": false,
    "production_access_allowed": false
  },
  "user_data_not_allowed": {
    "customer_data_allowed": false
  },
  "safe_alternatives": [
    "describe architecture at a high level",
    "use sanitized examples",
    "use fictional placeholders",
    "redact domain and private details",
    "replace keys with [REDACTED]",
    "describe gaps without exposing access material"
  ],
  "agent_required_behavior": {
    "warn_before_sensitive_sharing": true,
    "route_only_non_sensitive_fit_check": true
  },
  "violation_response": {
    "reject_sensitive_submission": true,
    "request_sanitized_summary_instead": true
  },
  "public_surface_limitation": {
    "repository_upload_supported": false,
    "secret_handling_supported": false
  }
}
