distance-calculator
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXPOSURE] (SAFE): The skill performs local file operations (reading/writing CSVs) which are necessary for its documented functionality. There is no evidence of unauthorized file access or data exfiltration.
- [EXTERNAL_DOWNLOADS] (SAFE): The dependency
geopyis a well-known, reputable library for geographic data processing. No untrusted or remote code downloads were detected. - [PROMPT_INJECTION] (SAFE): No instructions were found that attempt to bypass safety filters, extract system prompts, or override agent constraints.
- [INDIRECT_PROMPT_INJECTION] (LOW): The skill processes external data via CSV ingestion.
- Ingestion points:
from_csvmethod inDistanceCalculatorclass. - Boundary markers: None explicitly documented in the provided markdown.
- Capability inventory: Local file read/write (CSV), mathematical distance calculations.
- Sanitization: Not explicitly mentioned, but the risk is minimal given the lack of dangerous capabilities like network access or arbitrary command execution.
Audit Metadata