Back to skill

Security audit

Project Summary

Security checks for vulnerabilities and agentic risk

Overview

This skill locally reads a project’s files to produce a codebase summary, and its behavior is disclosed and aligned with that purpose.

Install this only if you are comfortable with an agent reading files in the current project to summarize structure, dependencies, tests, and CI. Be aware that generic requests like 'what is this project' may activate it.

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
  • 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
89% confidence
Finding
The trigger phrases are very broad and map to common, non-specific user intents like getting a project overview or asking 'what is this project'. In an agent skill system, this can cause the skill to activate unexpectedly in ordinary conversations, potentially steering the agent into scanning repository contents and producing outputs the user did not explicitly request.

Static analysis

No suspicious patterns detected.