agent-security-monitor

Scan agent environments for exposed secrets, unverified skills, and insecure SSH keys.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kulharir7/karya --skill agent-security-monitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-security-monitor
Source: https://github.com/kulharir7/karya/tree/main/workspace/plugins/agent-security-monitor
Command: npx skills add https://github.com/kulharir7/karya --skill agent-security-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, grep, find, stat.

What problem does it solve?

Security monitoring for AI agents helps prevent data leaks, insecure configurations, and compromised workflows by automatically scanning for secrets, unverified skills, insecure keys, and suspicious activity.

Core Features & Use Cases

  • Exposed Secrets Detection: Scans environment and secrets files for sensitive patterns and ensures proper masking.
  • Unverified Skills & Supply Chain: Detects skills without proper SKILL.md documentation and flags suspicious patterns, enabling governance of the skill ecosystem.
  • Key & Command Security: Verifies SSH keys permissions, monitors command history for risky commands, and guards log files against leaks.
  • Alerts & Logging: Provides color-coded outputs and comprehensive logs for quick triage and audit trails.
  • Use Case: Run nightly scans of your agent workspace to catch misconfigurations before they impact production.

Quick Start

Install the agent-security-monitor skill into your OpenClaw workspace and run the script ~/openclaw/workspace/skills/agent-security-monitor/scripts/security-monitor.sh to begin scanning.

Frequently Asked Questions about agent-security-monitor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scan my AI agent environment for exposed secrets and insecure SSH keys?

To scan for exposed secrets and insecure SSH keys, run the security monitoring script against your agent workspace. It checks environment files, skill manifests, and SSH key permissions, then outputs color-coded alerts and detailed logs for quick triage and audit.

What is supply-chain security monitoring for AI agent skills?

Supply-chain security monitoring for AI agents detects skills lacking proper SKILL.md documentation and flags suspicious patterns. It validates permission manifests to reduce false positives and ensures safe skill ecosystem governance during development and operation.

Can I use command line tools to monitor suspicious commands in agent history?

Yes, you can monitor suspicious commands in agent history using Bash with jq, grep, find, and stat. The monitoring script scans recent command histories and guards log files against leaks to prevent compromised agent workflows.

Does this security monitoring script work with standard Bash and command line dependencies?

Yes, this security monitoring script works with standard Bash and requires only jq, grep, find, and stat as dependencies. It implements configurable checks for environment files, skill manifests, and command histories without requiring external security platforms.

How do I reduce false positives when scanning for unsafe data flows in AI agents?

Reduce false positives when scanning for unsafe data flows by implementing a permission manifest validation workflow. The monitoring script uses configurable checks to ensure proper masking of sensitive patterns and verify safe skill configurations.