Oathe Security Badge

Is jrojas537/flight-pricer safe?

https://github.com/jrojas537/flight-pricer

98
SAFE

This is a legitimate Python CLI tool for searching flight prices using the Duffel API. The code is well-structured, uses standard dependencies, and follows security best practices for API key storage.

Category Scores

Prompt Injection 95/100 · 30%
Data Exfiltration 100/100 · 25%
Code Execution 100/100 · 20%
Clone Behavior 100/100 · 10%
Canary Integrity 100/100 · 10%
Behavioral Reasoning 95/100 · 5%

Findings (2)

INFO Standard documentation format -5

SKILL.md contains clean, professional documentation for a flight pricing CLI tool with no suspicious patterns

INFO External API dependency -5

Skill requires Duffel API key and makes network requests to external service, which is necessary for functionality