golden-dataset
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONDYNAMIC_CONTEXT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill's curation and annotation workflows, described in
rules/curation-add-workflow.mdandrules/curation-annotation.md, involve ingesting external content from URLs and files for processing by sub-agents. - Ingestion points: The
WebFetchtool is used to pull content from external articles, documentation, and research papers for quality scoring and test query generation. - Boundary markers: The instructions do not specify the use of strict delimiters or explicit instructions for the agent to ignore instructions embedded within the ingested content.
- Capability inventory: The skill possesses the ability to read and write files, perform network searches, and fetch web content, providing a significant capability surface if a prompt injection is successful.
- Sanitization: No explicit sanitization or content filtering is implemented before the untrusted data is processed by the agent's evaluation logic.
- [DYNAMIC_CONTEXT_INJECTION]: The file
scripts/backup-golden-dataset.mdutilizes the!command`` syntax to execute shell commands when the skill content is loaded by a compatible agent platform. - Evidence: The file contains triggers for
date,find . -type d -name "*golden*" ...,python --version, andpwd. - Purpose: These commands are used to auto-detect the environment (current directory and Python version) and identify potential dataset locations to populate documentation templates for the user.
- Assessment: These specific commands are benign and serve legitimate project-specific tooling purposes, though they execute automatically at skill load time.
- [EXTERNAL_DOWNLOADS]: The skill references several external resources and dependencies for validation and storage functionality.
- Evidence:
SKILL.mdidentifiesjson-schema.org,zod.dev,langfuse.com,github.com/pgvector/pgvector, andpostgresql.orgas authoritative sources for schema validation, duplicate detection, and storage mechanics. - Assessment: These references target well-known and trusted services/organizations and are documented neutrally for background context and upstream coverage.
Audit Metadata