Linux 软件免费装
Banner图

HandL AI Connector Access Control

开发者 haktansuren
更新时间 2026年5月29日 11:29
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

security ai handl governance ai client

下载

1.0.3 1.0.2 1.0.5 1.0.4 1.0.6

详情介绍:

HandL AI Connector Access Control lets administrators allow/deny AI Client prompt execution on a per-plugin basis using the wp_ai_client_prevent_prompt filter introduced with the WordPress AI Client. Default behavior is allow. Learn mode (Audit & log tab) logs every AI Client call without blocking, so you can discover callers before enabling deny rules on the Plugin rules tab. Emergency kill switch blocks all AI Client calls except plugins you list as exceptions. Caller attribution is best-effort and is determined by inspecting the PHP call stack and mapping file paths to installed plugins.

安装:

  1. Upload the plugin folder to /wp-content/plugins/handl-ai-connector-access-control/
  2. Activate the plugin through the Plugins screen in WordPress
  3. Go to Settings → HandL AI Connector Access Control to configure plugin rules

屏幕截图:

  • Recent AI calls audit trail — review provider, model, prompt preview, user, and request URI for each AI Client call.

常见问题:

Does this stop all AI usage?

Only AI calls made through the WordPress AI Client APIs that pass through wp_ai_client_prevent_prompt.

Is attribution perfect?

No. It is best-effort and may be unknown or ambiguous for some execution paths (cron, REST bootstraps, shared libraries, MU plugins).

更新日志:

1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.0