External Transmission
Medium
- Category
- Data Exfiltration
- Content
Prerequisites • Ensure PODCASTINDEX_API_KEY and PODCASTINDEX_API_SECRET are set in the environment or config. • All requests must be authenticated with specific headers. • Base URL: https://api.podcastindex.org/api/1.0 Authentication To authenticate a request: 1 Get the current Unix timestamp: unixTime = Math.floor(Date.now() / 1000)
- Confidence
- 84% confidence
- Finding
- The skill is explicitly designed to contact an external service, so external transmission is expected in context; however, it still represents a real security/privacy concern because user queries and authenticated requests leave the local environment. The danger is increased by the presence of API credentials and the lack of clear user-facing disclosure or constraints on what may be sent.
