biogeobears
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill performs standard file system operations, including creating structured analysis directories using
mkdir -pand managing data files withcp, to prepare the biogeographic analysis environment. - [DYNAMIC_EXECUTION]: The skill generates customized RMarkdown (.Rmd) scripts by populating a predefined template (
scripts/biogeobears_analysis_template.Rmd) with user-supplied parameters. These scripts are designed to be executed in an R environment usingrmarkdown::renderto perform statistical modeling and ancestral range reconstruction. - [INDIRECT_PROMPT_INJECTION]: The skill ingests and processes external data files, including phylogenetic trees in Newick format and geographic distribution data in various tabular formats.
- Ingestion points: Tree files are parsed for tip labels in the
SKILL.mdworkflow; geography files are read and reformatted by the bundledscripts/validate_geography_file.pyscript. - Boundary markers: No specific boundary markers or "ignore" instructions are implemented for the content of the processed files.
- Capability inventory: The skill possesses the capability to modify the local file system and generate executable R code that fits complex evolutionary models.
- Sanitization: The
scripts/validate_geography_file.pyscript performs format validation, ensuring correct delimiters (tabs), character sets (binary 0/1), and metadata consistency (species counts and area matching).
Audit Metadata