Back to skill

Security audit

Img Ocr

Security checks for vulnerabilities and agentic risk

Overview

This is a simple local OCR skill that reads a user-provided image and prints extracted text, with no evidence of hidden data access, network behavior, or persistence.

Review the pip and sudo apt dependency steps before installing. Use the correct local path to ocr.py, and avoid passing screenshots or images that contain sensitive text unless you are comfortable having that text extracted into the agent workflow.

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

Static analysis

No suspicious patterns detected.