otel-js
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill utilizes
WebFetchto retrieve README files, changelogs, and source code from the official OpenTelemetry GitHub repositories (github.com/open-telemetry). It also performsnpm viewqueries against the official npm registry to check for the latest package versions. These sources are well-known, official, and trusted within the developer community. - [INDIRECT_PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection because it ingests and processes content from external sources to provide responses.
- Ingestion points: Technical documentation, changelogs, and source files are fetched from
raw.githubusercontent.com/open-telemetry/...andopentelemetry.ioin bothSKILL.mdandreferences/declarative-setup.md. - Boundary markers: The skill does not explicitly define delimiters or instructions to ignore potential injections within the fetched remote content.
- Capability inventory: The agent has the capability to fetch remote content using
WebFetchand query package information vianpm view. - Sanitization: There is no evidence of sanitization, validation, or strict schema enforcement for the content retrieved from external URLs.
Audit Metadata