edgeone skill scanner

Audit agent skills for security risks using local static analysis.

6.1k|568|Updated Dec 25, 2024
One-click install
npx skills add https://github.com/Tencent/AI-Infra-Guard --skill edgeone-skill-scanner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edgeone skill scanner
Source: https://github.com/Tencent/AI-Infra-Guard/tree/main/skills/edgeone-skill-scanner
Command: npx skills add https://github.com/Tencent/AI-Infra-Guard --skill edgeone-skill-scanner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Agent skills installed from marketplaces or third parties can contain hidden malicious behavior such as credential theft, backdoors, or prompt injection. This Skill scans any agent skill before you install or use it, so you can make an informed trust decision without sending any file contents off your device.

Core Features & Use Cases

  • Full-platform scan: Enumerate and audit every installed skill on platforms like OpenClaw, Cursor, Windsurf, CodeBuddy, Claude Code, and WorkBuddy, including system built-in skills.
  • Single-skill audit: Deep static analysis of one skill's SKILL.md, scripts, manifests, and configs, comparing declared purpose against actual code behavior.
  • Plain-language risk reports: Fixed-format verdicts (safe, needs attention, risk detected) with findings explained for non-technical users, in the user's own language.
  • Use Case: Before installing a community skill from a marketplace, ask the agent to audit it; the scanner flags hardcoded credentials, network exfiltration, or prompt-injection attempts and tells you whether it is safe to enable.

Quick Start

Ask your agent: "Is this skill safe? Scan the skill at ./my-skill for security risks before I install it."

Frequently Asked Questions about edgeone skill scanner

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

FAQPage Schema
How do I scan an agent skill for security risks before installing it?

Point the scanner at the skill's directory or name and request an audit. It performs static analysis of SKILL.md, scripts, and configs, then returns a verdict of safe, needs attention, or risk detected with plain-language findings.

What security risks does a skill scanner detect?

It flags credential exfiltration, trojans, reverse shells, backdoors, cryptomining, hardcoded secrets, destructive file operations, privacy data access, and prompt injection attempts including base64 or Unicode-smuggled overrides.

Does the skill scanner send my files to a remote server?

No. The scanner performs 100% local static analysis by reading skill files only. No file contents, credentials, or personal data are transmitted externally during the audit.

Which agent platforms are supported for full skill scans?

Full-platform scans support OpenClaw, Cursor, Windsurf, CodeBuddy, Claude Code, qclaw, and WorkBuddy. It discovers both user-installed and system built-in skills using platform-specific directories or by querying the agent.

Can a skill security scan guarantee a skill is completely safe?

No. The report is based on static analysis of the current version only and cannot cover future updates or runtime behavior. The scanner explicitly avoids absolute claims and recommends periodic re-scanning.