tempo-docs
Warn
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The file
src/lib/private-zones.tscontains hardcoded basic authentication credentials (eng:bold-raman-silly-torvalds) used for accessing the Tempo testnet 'Zone A' and 'Zone B' RPC endpoints. - [PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection as it is designed to ingest and process external technical data.
- Ingestion points: The skill uses
mcp__tempo_mcp__read_pageandmcp__tempo_mcp__read_source_fileto read technical documentation and implementations from external repositories. - Boundary markers: Instructions in
SKILL.mddo not utilize delimiters or warnings to prevent the agent from obeying instructions embedded in the documentation or source files. - Capability inventory: The skill can perform network requests via
read_web_page(documented inSKILL.md) and read arbitrary files from project-defined technical sources. - Sanitization: Content retrieved from documentation and source repositories is not explicitly sanitized before being presented to the agent context.
- [EXTERNAL_DOWNLOADS]: The
package.jsonfile includes a dependency forvocssourced from a non-standard package registry (https://pkg.pr.new/wevm/vocs@2fb25c2). Additionally,vite.config.tsincludes a plugin that fetches documentation TIPs from a GitHub repository at build time. - [COMMAND_EXECUTION]: Technical analysis and build scripts, such as
scripts/bundle-diff.ts, execute shell commands likepnpm buildviaexecSync.
Audit Metadata