Back to skill

Security audit

招投标全案合规审计(免费)

Security checks for vulnerabilities and agentic risk

Overview

This skill locally checks tender inputs for arithmetic errors and leftover placeholders, with no evidence of networking, persistence, or hidden behavior.

Before installing, understand that the skill is a local mechanical checker, not legal advice or a final bid-evaluation decision. Keep sensitive tender files local unless you separately trust the optional external webpage mentioned in the documentation.

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 (6)

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/tender-compliance-audit.js`(纯 Node 标准库,CommonJS),可以直接引用:
Confidence
100% confidence
Finding
Referenced artifact was not completely inspected

Ae1

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

Natural-Language Policy Violations

Low
Confidence
95% confidence
Finding
Line L060 uses toLocaleString('en-US', ...), which imposes a fixed locale choice in a skill whose surrounding text and domain are Chinese. This is a natural-language/locale policy issue because users are not offered a language or locale choice, and no region-specific justification is documented.

Static analysis

No suspicious patterns detected.