AI Agent Hub
Back to skills
Tencent Zhuque Agent Skills Security Scanner icon

Tencent Zhuque Agent Skills Security Scanner

IT Ops & Security Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @user_87fe1a85/gwchen17.

About this skill

Problem

Agent skills can include scripts, configuration, tool descriptions, and prompts. They may look like ordinary extensions, but they can also read credentials, access privacy-sensitive paths, make network requests, run shell commands, or embed prompt-injection and privilege-escalation patterns. Manual review is fragmented, rule-dependent, and easily misclassifies normal capabilities as malicious.

How It Works

This skill performs local static analysis:
- Read-only inspection of SKILL.md, scripts, manifests, and config files; it does not execute skill code
- Language locking to output reports in Chinese or English based on the user's message, without revealing the detection step
- Two modes:
- Mode A: scans all skills on a specified agent platform and produces a summary table
- Mode B: audits one skill file and produces an individual report

It compares the capabilities declared in SKILL.md with capabilities actually used by code. It prioritizes credential exfiltration, trojans or downloaders, reverse shells, persistence, destructive deletion, hardcoded secrets, privacy-data access, and prompt-override tricks such as base64, Unicode smuggling, zero-width characters, and ROT13. Reports include only Medium-or-above findings reachable in real code paths, with location, snippet, impact, and recommendation.

Boundaries

It is useful as a pre-release or post-install security screening step, especially for third-party, marketplace, or built-in skills. Because it is static analysis, it cannot prove runtime safety. Actual network behavior, dynamically loaded content, and sandbox escape risk still require runtime assessment. A “needs attention” result means sensitive capabilities or declaration inconsistencies were found, not confirmed malicious behavior.

Use Cases

  • Before shipping an internal agent, check third-party skills for credential access or data exfiltration.
  • Audit installed skills across CodeBuddy or Cursor and generate a risk-sorted platform summary.
  • Review one skill's `SKILL.md` and scripts to confirm no hardcoded secrets or shell abuse.
  • Identify high-risk behaviors such as reverse shells, persistence, or prompt-override attempts.

Best For

  • Agent platform engineering leads who need to know which skills expose credentials or network egress before launch.
  • Skill developers who want to verify that declared capabilities in `SKILL.md` match actual script behavior.
  • Security auditors who need a risk-tiered list of skills and documented high-severity findings.
  • DevOps engineers troubleshooting built-in and user-installed skills in CodeBuddy, Cursor, or Claude Code.