Title: Kistn API Client
Author: Christian Doebler
Published: <strong>2026 年 7 月 1 日</strong>
Last modified: 2026 年 7 月 9 日

---

搜索插件

![](https://s.w.org/plugins/geopattern-icon/kistn.svg)

# Kistn API Client

 作者：[Christian Doebler](https://profiles.wordpress.org/grissi/)

[下载](https://downloads.wordpress.org/plugin/kistn.1.0.1.zip)

 * [详情](https://cn.wordpress.org/plugins/kistn/#description)
 * [评价](https://cn.wordpress.org/plugins/kistn/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/kistn/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/kistn/#developers)

 [支持](https://wordpress.org/support/plugin/kistn/)

## 描述

Collects installed plugins, themes, and WordPress core, then pushes inventory to
your Kistn server for centralized vulnerability monitoring.

**Push flow:**

 1. Preflight — asks the server which slugs need a fresh advisory check and which are
    known-private.
 2. Hash check — skips push if inventory unchanged.
 3. WPScan lookup — queries the WPScan vulnerability database only for stale, non-private
    slugs.
 4. Push — sends packages, vulnerability findings, advisory snapshots, and any newly-
    discovered private slugs.

Private packages (those absent from the WPScan database) are tracked server-side
so subsequent runs never waste WPScan quota on them. When the server later confirms
a package is public, the project owner is notified.

**Configuration** via Settings  Kistn, or via constants in wp-config.php:

define( ‘KISTN_BASE_URL’, ‘https://your-server.example.com’ );
 define( ‘KISTN_PROJECT_ID’,‘
your-project-uuid’ ); define( ‘KISTN_TOKEN’, ‘your-api-token’ ); define( ‘KISTN_WPSCAN_TOKEN’,‘
your-wpscan-api-token’ ); // optional, enables vulnerability lookups

### External services

This plugin can connect to WPScan API to obtain latest security information about
your installation. Use of this feature is optional. To use this feature, you need
a WPScan account and your own API token.

When the feature is used, this plugin sends information about installed WordPress
core, plugins and themes to retrieve latest security advisories about your installed
components. The service is provided by “WPScan”: https://wpscan.com/terms/, https://
automattic.com/privacy/.

## 安装

 1. In your WordPress admin, go to Plugins  Add New, search for “Kistn API Client”,
    install and activate.
 2. Alternatively, upload the plugin ZIP via Plugins  Add New  Upload Plugin, then 
    activate.
 3. Alternatively, via Composer: `composer require kistn/wp-client`, then activate 
    as usual.
 4. Go to Settings  Kistn and configure your API credentials.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Kistn API Client」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Christian Doebler ](https://profiles.wordpress.org/grissi/)

[帮助将「Kistn API Client」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/kistn)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/kistn/)，查看[SVN仓库](https://plugins.svn.wordpress.org/kistn/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/kistn/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/kistn/)。

## 更新日志

#### 1.0.1

 * Fix: WPScan requests now pause until the next day (site timezone) after hitting
   the 429 rate limit, instead of retrying every remaining slug in the same run.
 * Change: The Push Interval field is now hidden when Schedule Mode is set to WP-
   CLI only (it doesn’t apply to that mode).
 * Change: Renamed the WP-CLI command from `wp inventory push` to `wp kistn push`.
 * Change: Added an example placeholder to the API Base URL field.
 * Docs: Documented WordPress-plugin-repository installation as the primary install
   method.
 * Change: The server-crontab hint under Settings  Kistn now toggles live when Schedule
   Mode is switched, instead of only appearing after a save.
 * Docs: Documented Composer installation option (`composer require kistn/wp-client`)
   in README.md and readme.txt.

#### 1.0.0

 * Initial release.

## 额外信息

 *  版本 **1.0.1**
 *  最后更新：**4 小时前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 6.0 或更高版本 **
 *  已测试的最高版本为 **7.0**
 *  PHP 版本 ** 8.3 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/kistn/)
 * 标签
 * [inventory](https://cn.wordpress.org/plugins/tags/inventory/)[monitoring](https://cn.wordpress.org/plugins/tags/monitoring/)
   [security](https://cn.wordpress.org/plugins/tags/security/)[vulnerability](https://cn.wordpress.org/plugins/tags/vulnerability/)
 *  [高级视图](https://cn.wordpress.org/plugins/kistn/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/kistn/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/kistn/reviews/)

## 贡献者

 *   [ Christian Doebler ](https://profiles.wordpress.org/grissi/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/kistn/)