Back to skill

Security audit

多标书批量合规体检(免费)

Security checks for vulnerabilities and agentic risk

Overview

This skill is a local bid-document arithmetic checker whose code and instructions match its stated purpose.

Before installing, users should understand that this is a local mechanical arithmetic checker, not a legal or procurement decision system. Provide only the bid data you intend to check, and treat the output as a calculation aid that still needs human review.

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
  • 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
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (7)

Ae1

High
Category
analysis-evasion
Content
node scripts/run.mjs --sample
Confidence
100% confidence
Finding
Referenced artifact was not completely inspected

Ae1

High
Category
analysis-evasion
Content
node scripts/run.mjs --sample
Confidence
100% confidence
Finding
Referenced artifact was not completely inspected

Ae1

High
Category
analysis-evasion
Content
node scripts/run.mjs --sample
Confidence
100% confidence
Finding
Referenced artifact was not completely inspected

Ae1

High
Category
analysis-evasion
Content
脚本本身不做计算,真正的检查在同目录的 `scripts/engine/batch-quote-checkup.js`(纯 Node 标准库,CommonJS),可以直接引用:
Confidence
100% confidence
Finding
Referenced artifact was not completely inspected

Ae1

High
Category
analysis-evasion
Content
脚本本身不做计算,真正的检查在同目录的 `scripts/engine/batch-quote-checkup.js`(纯 Node 标准库,CommonJS),可以直接引用:
Confidence
100% confidence
Finding
Referenced artifact was not completely inspected

Natural-Language Policy Violations

Medium
Confidence
90% confidence
Finding
This code file embeds all user-facing help, errors, and operational descriptions in Chinese, including the header comment and CLI usage text. That effectively forces a specific language for users without any opt-in or stated regional justification, which matches the language/locale policy violation criteria.

Natural-Language Policy Violations

Low
Confidence
95% confidence
Finding
Line L062 uses toLocaleString('en-US'), which forces a specific locale without any user choice or documented justification. This can violate language/locale policy because the skill otherwise uses Chinese-language content and does not state that US formatting is required.

Static analysis

No suspicious patterns detected.