Know your AI

```skill --- name: know-your-ai description: AI security testing & evaluation CLI. Run red-team evaluations, check vulnerabilities, and review results for your AI products. homepage: https://knowyourai.hydrox.ai requires: bins: - node env: - KNOW_YOUR_AI_DSN primaryEnv: KNOW_YOUR_AI_DSN metadata: {"clawdbot":{"emoji":"πŸ›‘οΈ","requires":{"bins":["node"],"env":["KNOW_YOUR_AI_DSN"]},"primaryEnv":"KNOW_YOUR_AI_DSN"}} ---

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Know your AI" with this command: npx skills add juhengwu/know-your-ai

---
name: know-your-ai
description: AI security testing & evaluation CLI. Run red-team evaluations, check vulnerabilities, and review results for your AI products.
homepage: https://knowyourai.hydrox.ai
requires:
  bins:
    - node
  env:
    - KNOW_YOUR_AI_DSN
primaryEnv: KNOW_YOUR_AI_DSN
metadata: {"clawdbot":{"emoji":"πŸ›‘οΈ","requires":{"bins":["node"],"env":["KNOW_YOUR_AI_DSN"]},"primaryEnv":"KNOW_YOUR_AI_DSN"}}
---

# Know Your AI

AI security testing and evaluation CLI by [HydroxAI](https://hydrox.ai). Run red-team evaluations, detect jailbreak vulnerabilities, and review security scores for your AI products β€” all from the command line.

## Check setup

```bash
node {baseDir}/scripts/doctor.mjs

Validates your DSN configuration and tests API connectivity. Requires KNOW_YOUR_AI_DSN environment variable.

Show linked product & connection

node {baseDir}/scripts/target.mjs

List evaluations and datasets

node {baseDir}/scripts/list.mjs

Run an evaluation

node {baseDir}/scripts/evaluate.mjs <evaluation-id>
node {baseDir}/scripts/evaluate.mjs <evaluation-id> --max-prompts 5
node {baseDir}/scripts/evaluate.mjs <evaluation-id> --timeout 300

Triggers an evaluation run and streams real-time progress. Returns scores, pass/fail counts, and the run ID.

Options

  • --max-prompts <n>: Maximum prompts per dataset (default: 3)
  • --timeout <seconds>: Maximum wait time in seconds (default: 600)
  • --debug: Enable debug logging

View run history

node {baseDir}/scripts/history.mjs
node {baseDir}/scripts/history.mjs --all
  • --all / -a: Show all runs (default: last 10)

View results of a specific run

node {baseDir}/scripts/result.mjs <run-id>

Describe an evaluation

node {baseDir}/scripts/describe.mjs <evaluation-id>

Shows detailed evaluation configuration: judge model, threshold, linked datasets, and prompt counts.

Notes

  • Requires node (>=18) runtime
  • Requires KNOW_YOUR_AI_DSN environment variable from the Know Your AI dashboard (Settings β†’ API Keys)
  • DSN format: https://kya_xxx:da2-xxx@host/product_id
  • Short alias kya is also available if installed globally via npm
  • Use doctor first to verify connectivity before running evaluations
  • Review detailed results in the Know Your AI dashboard after runs complete

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

Flue β€” Desktop Software Bridge

Flue is a lightweight bridge enabling command-line control of professional desktop software by executing scripts inside the app's automation runtime and retu...

Registry SourceRecently Updated
Security

Trent OpenClaw Security Assessment

Assess your Agent deployment against security risks using Trent.

Registry SourceRecently Updated
36510Profile unavailable
Security

TrustBoost PII Sanitizer

Sanitizes PII from text before sending to LLMs. Use when handling user-generated text that may contain sensitive data, when privacy compliance is required (G...

Registry SourceRecently Updated
1350Profile unavailable
Security

Agent Causal

Helps decide to ship, continue, or roll back changes from A/B test and DiD data by providing statistical analysis, decisions, and audit trails.

Registry SourceRecently Updated
900Profile unavailable