learning-aggregator-ci
Pass
Audited by Gen Agent Trust Hub on Jun 30, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted data from repository files (
.learnings/*.md) and interpolates it into GitHub issue comments and YAML artifacts. This creates a surface for indirect prompt injection where malicious content in the learning files could influence the generated report or downstream workflows likeeval-creator-ci. - Ingestion points: The workflow parses
LEARNINGS.md,ERRORS.md,FEATURE_REQUESTS.md, andHEALS.mdfrom the.learnings/directory. - Boundary markers: No explicit boundary markers or 'ignore' instructions are used when reading the markdown files.
- Capability inventory: The skill uses
add-commentto post results,upload-artifactto persist data, andcall-workflowto trigger secondary processes. - Sanitization: The instructions do not specify any sanitization, escaping, or validation of the text content extracted from the learning files before it is included in the outputs.
Audit Metadata