Back to skill

Security audit

Cnki Exp Search Automation 0.2.0

Security checks for vulnerabilities and agentic risk

Overview

This skill coherently automates CNKI literature searches and local result extraction, with its browser and storage use disclosed and aligned to that purpose.

Before installing, understand that the skill will control a browser on CNKI, may rely on your existing browser profile or CNKI session to pass verification, and can save extracted literature metadata locally. Use it at a reasonable rate and follow CNKI's terms and access rules.

Vulnerability Patterns
  • Skill Instruction HijackingAlters the agent's session goals or safety constraints when the skill loads
  • Agent Memory PoisoningWrites attacker-controlled rules into memory that affect later sessions
  • Remote Payload Retrieval and ExecutionFetches external code whose behavior can change after review
  • Embedded Malicious CodeShips malicious scripts inside the skill and executes them locally
  • Unauthorized Access and Privilege EscalationObtains permissions beyond the task's legitimate needs
Vulnerability Patterns
  • Tool MisuseTool Parameter Abuse, Chaining Abuse, Unsafe Defaults
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (3)

Chaining Abuse

High
Category
Tool Misuse
Content
| 字段代码 | 字段名称 | 说明 | 示例 |
|----------|----------|------|------|
| SU | 主题 | 检索主题词,包含标题、关键词、摘要 | SU='结膜松弛' |
| TI | 篇名 | 检索文献标题 | TI='结膜松弛症' |
| KY | 关键词 | 检索文献关键词 | KY='手术治疗' |
| AB | 摘要 | 检索文献摘要 | AB='治疗方法' |
Confidence
75% confidence
Finding
Tool calls are chained to bypass individual safety checks or escalate capabilities beyond what any single tool call would allow.

Natural-Language Policy Violations

Medium
Confidence
90% confidence
Finding
This markdown file presents all instructions and examples in Chinese, which effectively forces a specific language for users. The policy allows locale constraints only when they are explicitly justified or when users are given a language/locale choice, neither of which is stated here.

Natural-Language Policy Violations

Low
Confidence
87% confidence
Finding
This markdown file is entirely written in Chinese and presents the skill reference material in a single language without any user opt-in or alternative locale. Under the stated policy, forcing a specific language without user choice is a natural-language policy violation unless the locale constraint is explicitly documented and justified.

Static analysis

No suspicious patterns detected.