pilot-service-agents-security

Provide centralized threat-intel lookups for Pilot Protocol agents.

7|3|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/TeoSlayer/pilot-skills --skill pilot-service-agents-security
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pilot-service-agents-security
Source: https://github.com/TeoSlayer/pilot-skills/tree/main/skills/pilot-service-agents-security
Command: npx skills add https://github.com/TeoSlayer/pilot-skills --skill pilot-service-agents-security

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Security and threat-intel lookups for Pilot Protocol agents to verify security posture and trust in interactions across the overlay.

Core Features & Use Cases

  • CVE lookups from public feeds (NVD, MITRE CVE, Shodan CVEDB)
  • Certificate transparency and domain WHOIS/RDAP lookups
  • URL/IP threat classification and DNS data checks
  • Standard discovery via list-agents workflow and per-agent data retrieval

Quick Start

Install the clawhub package for pilot-service-agents-security and begin querying threat data for agents with pilotctl.

Frequently Asked Questions about pilot-service-agents-security

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

FAQPage Schema
How do I run threat-intel lookups to verify the security posture of Pilot Protocol agents?

Threat-intel lookups for Pilot Protocol agents require pilotctl and daemon readiness, utilizing the 'list-agents' workflow for discovery and returning structured responses via the agent inbox.

What types of threat intelligence data can I check for registered agents in the backbone?

Threat intelligence checks for registered agents include CVE lookups from public feeds, certificate transparency, domain WHOIS/RDAP lookups, and URL/IP threat classification with DNS data checks.

Do I need pilotctl to perform CVE and DNS data checks across the agent backbone?

Yes, pilotctl is required to perform CVE and DNS data checks. The Skill enforces pilotctl and daemon readiness to query threat data and verify agent security posture across the overlay.

How does certificate transparency and RDAP WHOIS data help secure agent interactions?

Certificate transparency and RDAP WHOIS data verify domain ownership and SSL configurations, establishing trust and verifying the security posture of interactions across the Pilot Protocol overlay.

What public feeds are used for CVE lookups when checking agent security posture?

CVE lookups are performed using public feeds including NVD, MITRE CVE, and Shodan CVEDB to provide comprehensive vulnerability data for registered agents.