ma-agent-teams
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill extensively uses shell commands via
uv runandRscriptto execute pipeline automation scripts (e.g.,tooling/python/extract_pdf_text.py,01_setup.R). These commands are the primary mechanism for the skill's functionality. - [EXTERNAL_DOWNLOADS]: The
fulltext-managerrole is instructed to retrieve research PDF documents from external services like Unpaywall and DOI-based providers. Additionally, thestatisticianrole uses R'srenvto initialize and download package dependencies from CRAN/R-project repositories. - [PROMPT_INJECTION]: An indirect prompt injection surface is present in roles that process untrusted external data, specifically the
screening-reviewer(bibliography entries) anddata-extractor(PDF text). Maliciously crafted content within academic papers could theoretically attempt to influence agent decisions or extraction accuracy. - Ingestion points:
02_search/round-01/dedupe.bib,04_fulltext/*.pdf, and bibliography data processed in Stage 03. - Boundary markers: None explicitly implemented in the provided role prompts to separate untrusted data from instructions.
- Capability inventory: All roles possess the capability to execute shell commands (
uv run,Rscript) and perform file system operations within the project directory. - Sanitization: The instructions do not specify sanitization or validation of external text before it is analyzed by the AI model.
Audit Metadata