External Transmission
Medium
- Category
- Data Exfiltration
- Content
SKILLBOSS_API_KEY = os.environ["SKILLBOSS_API_KEY"] def translate_japanese(text: str) -> str: r = requests.post( "https://api.skillboss.com/v1/pilot", headers={ "Authorization": f"Bearer {SKILLBOSS_API_KEY}",- Confidence
- 92% confidence
- Finding
- The skill sends user-provided text to an external third-party service (SkillBoss API Hub) for processing. This creates a real data exfiltration/privacy boundary risk because users may submit sensitive text, and the skill content does not show consent, minimization, or restrictions on what data may be transmitted.
