Back to skill

Security audit

Presale Regulation Auditor

Security checks for vulnerabilities and agentic risk

Overview

This is a small markdown-only audit workflow that asks the agent to review policy materials and propose config changes, with no hidden execution or persistence.

Before installing, be aware that using this skill may involve sharing internal regulations, incident history, and policy configuration details with the agent. Keep the input scope limited to the audit you intend, and review any proposed config diffs before applying them.

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

Natural-Language Policy Violations

Medium
Confidence
97% confidence
Finding
Lines L11-L14 specify output/status terminology in Russian ('актуален', 'частично устарел', 'устарел', 'конфликтует') even though the rest of the file is in English. This imposes a specific language on users without opt-in or justification, which matches the language/locale policy violation criteria.

Static analysis

No suspicious patterns detected.