research
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses dynamic context injection (
!date +%Y-%m-%d) inSKILL.mdto timestamp the current session. This is a benign use of shell execution for metadata purposes. - [DATA_EXPOSURE]: The skill utilizes
WebFetchandWebSearchto gather data. Based on theallowed-toolsconfiguration, it has no access to sensitive local files, credentials, or environment secrets. The tool usage is consistent with its stated research purpose. - [INDIRECT_PROMPT_INJECTION]: The skill possesses an attack surface for indirect prompt injection because it ingests untrusted content from the web via
WebFetchandWebSearch. However, this is inherent to its primary function as a research tool. The risk is minimized by the lack of high-privilege capabilities (e.g., file writes, remote code execution) and the restriction to read-only tools. Evidence Chain: 1. Ingestion points:WebFetchinworkflows/documentation-research.md,WebSearchinworkflows/parallel-research.md. 2. Boundary markers: Absent. 3. Capability inventory:Read,Grep,Glob,WebFetch,WebSearch. 4. Sanitization: Absent.
Audit Metadata