Back to skill

Security audit

golang-naming

Security checks for vulnerabilities and agentic risk

Overview

This skill provides Go naming-convention guidance and its file/code access is coherent with reviewing or changing Go identifiers.

Install this if you want consistent Go naming advice and possible edits to Go identifiers. Review any proposed renames before applying them, especially in larger repositories, because naming changes can affect public APIs and many call sites.

Vulnerability Patterns
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • 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 (1)

Vague Triggers

Medium
Confidence
90% confidence
Finding
The manifest description includes broad trigger phrases like 'reviewing or refactoring' and 'asking about Go naming best practices,' which can cause the skill to activate for many general Go-assistance requests rather than a narrowly scoped naming task. Over-broad invocation criteria increase the chance the agent applies this skill in unintended contexts, creating prompt-scope confusion and potentially overriding more appropriate skills or user intent.

Static analysis

No suspicious patterns detected.