scientific-brainstorming
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes user-supplied CSV and JSON files via bundled scripts to generate evaluation matrices and session scaffolds.
- Ingestion points: Data enters via
scripts/evaluate_matrix.py(CSV/JSON) andscripts/validate_register.py(JSON). - Boundary markers: Instructions in
SKILL.mdandreferences/responsible_ai.mdemphasize that agent outputs are proposals, requiring mandatory human review and separation of processing stages. - Capability inventory: The local scripts are restricted to file system operations (writing JSON reports) and do not perform network requests or execute shell commands.
- Sanitization:
scripts/_common.pyimplements comprehensive validation, including a 5MB input size limit, text length restrictions, strict identifier regex matching, and protections against symlink attacks usingO_NOFOLLOWandO_EXCLflags. - [EXTERNAL_DOWNLOADS]: The skill instructs the agent to fetch bibliographic metadata from a well-known academic repository to ensure citation accuracy.
- Evidence:
SKILL.mdcontains instructions to accesshttps://arxiv.org/abs/2609.00065or the arXiv API. This operation targets a well-known scientific service to verify author and version information for the skill's reference documentation.
Audit Metadata