flexport-observability
Pass
Audited by Gen Agent Trust Hub on Sep 13, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXPOSURE_AND_EXFILTRATION]: The skill interacts with official Flexport API endpoints (api.flexport.com). It implements defensive logging practices using the
pinoredaction feature to ensure that sensitive information likeAuthorizationheaders andapiKeyvalues are not written to logs. Furthermore, the instructions explicitly mandate the exclusion of shipment payloads, addresses, and other sensitive logistics documents from the telemetry stream. - [EXTERNAL_DOWNLOADS]: The skill references and utilizes standard, well-known Node.js libraries including
prom-clientfor Prometheus metrics andpinofor structured logging. These are industry-standard tools for the stated purpose of the skill. - [INDIRECT_PROMPT_INJECTION]: The skill processes external API responses from Flexport. It mitigates injection risks by defining a strict telemetry schema that uses aggregate measurements and opaque correlation IDs, avoiding the processing of unstructured or sensitive payload data that could contain malicious instructions.
- Ingestion points: External API responses from
https://api.flexport.comhandled in theinstrumentedFlexportfunction. - Boundary markers: Explicit instructions to exclude shipment payloads, addresses, and credentials; requirement for aggregate outcomes only.
- Capability inventory: Network requests via
fetch, structured logging viapino, and metrics collection viaprom-client. - Sanitization: Uses
pinoredaction for authorization headers and API keys.
Audit Metadata