Back to skill

Security audit

India Location Normalizer RE-India

Security checks for vulnerabilities and agentic risk

Overview

This skill is a read-only India real-estate location normalizer with some alias accuracy caveats but no evident unsafe behavior.

Install this as a read-only normalizer for extracted India real-estate lead locations, not as a source of final business decisions. Review or tune ambiguous aliases such as bare "thane" and "cbd" if incorrect routing would matter.

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

Vague Triggers

Medium
Confidence
97% confidence
Finding
The alias "thane" is assigned to Thane West while a separate Thane East entry exists, making bare "thane" an ambiguous token that can force a wrong east/west normalization. In a read-only normalization skill this is not code-execution dangerous, but it can still materially harm data quality and downstream business decisions.

Vague Triggers

Medium
Confidence
95% confidence
Finding
The alias "cbd" is highly ambiguous and commonly refers to many unrelated places or concepts, so a lead mentioning "CBD" could be normalized incorrectly to CBD Belapur. In this skill's context, that can corrupt downstream lead routing, prioritization, and analytics by assigning the wrong locality with unjustified confidence.

Natural-Language Policy Violations

Low
Confidence
85% confidence
Finding
The natural-language identifier "IndiaLocationNormalizerOutput" embeds a specific country/locale constraint in a file that otherwise defines generic normalization output. Under the policy rules, forcing a locale without user choice or explicit justification can be a language/locale policy issue.

Static analysis

No suspicious patterns detected.