Back to skill

Security audit

Rare Disease HPO Mapper

Security checks for vulnerabilities and agentic risk

Overview

This is a narrow local symptom-to-HPO lookup skill with no evidence of hidden network access, credential use, persistence, or destructive behavior.

Install with the expectation that this is a simple local demo-style mapper, not a comprehensive clinical decision system. Avoid entering real patient-identifying health information unless your environment is appropriate for that data, and consider removing the unnecessary difflib entry from requirements.txt before running pip install.

Vulnerability Patterns
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (1)

Unpinned Dependencies

Low
Category
Supply Chain
Content
difflib
Confidence
60% confidence
Finding
Dependencies lack version pinning, allowing potential malicious package updates. Consider pinning versions.

Static analysis

No suspicious patterns detected.