simbiology-fit-model
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes data from external files, creating an ingestion point for potentially untrusted content.
- Ingestion points: External data is loaded using
readtablefor CSV files (e.g., 'pk_data.csv') andsbioloadprojectfor project files. - Capability inventory: The skill leverages MATLAB fitting and simulation functions (e.g.,
fit,sbionca) executed via theevaluate_matlab_codetool. - Boundary markers: No specific delimiters or instructions are used to separate external data content from the agent's core instructions.
- Sanitization: The skill relies on standard MATLAB data parsing without additional validation to filter or escape potential injection patterns in the data fields.
Audit Metadata