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
- 94% confidence
- Finding
- The skill sends user-provided text to an external third-party API endpoint for processing. This creates a real data exfiltration surface because any Japanese text the user submits—including sensitive messages, emails, or documents described in the skill—may be transmitted off-platform without explicit minimization, consent, or redaction controls.
