Security Report
API Weather Pipeline
Summary
Detected
- Services: llm-service
- Permissions: network:api.openweathermap.org
- Data Handling:
Undeclared
All items declared
Warnings
No warnings
Findings (6)
Permissions
network:api.openweathermap.org declared "https://api.openweathermap.org/data/2.5"
Wrap reference URLs in backticks (`url`) or a blockquote (> line) to mark them as illustrative content
network:api.openweathermap.org declared "https://api.openweathermap.org/data/2.5"
Wrap reference URLs in backticks (`url`) or a blockquote (> line) to mark them as illustrative content
Credentials
env:API_KEY undeclared "{API_KEY}"
This file references the environment variable API_KEY. If this is a credential (API key, token, secret), declare it in requires.data_handling.
env:API_KEY undeclared "{API_KEY}"
This file references the environment variable API_KEY. If this is a credential (API key, token, secret), declare it in requires.data_handling.
Services
llm-service declared "connection: llm-service (runs_on)"
This node depends on the "llm-service" service. Declare it in requires.services so users know what external services are needed.
llm-service declared "connection: llm-service (runs_on)"
This node depends on the "llm-service" service. Declare it in requires.services so users know what external services are needed.