alterlab-accreditation-aol
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill is well-documented and focuses on a specific academic administrative task. It does not require any API keys, accounts, or network access, minimizing the attack surface.
- [COMMAND_EXECUTION]: The skill instructs the agent to execute a local Python script
scripts/aol_matrix.pyusinguv run python. Analysis of this script confirms it is a benign utility designed to validate the structure of curriculum matrices. It uses only standard Python libraries (csv,json,argparse) and does not perform any unsafe operations such as arbitrary code execution, subprocess spawning, or network communication. - [PROMPT_INJECTION]: The skill includes an indirect prompt injection surface because it processes untrusted user data (CSV files) and returns the parsed results to the agent.
- Ingestion points:
matrix.csvdata read byscripts/aol_matrix.py. - Boundary markers: Absent; the agent is not explicitly told to ignore instructions found within the CSV cells.
- Capability inventory: The skill has access to
Read,Write,Edit, andBashtools as defined inSKILL.md. - Sanitization: The script uses the standard
csv.DictReaderto parse data, which provides basic structural validation but does not filter content for malicious instructions.
Audit Metadata