qms-audit-expert
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill utilizes a Python script to process external data which could potentially contain malicious instructions intended to influence the agent's behavior during audit planning.
- Ingestion points: The
scripts/audit_schedule_optimizer.pyscript reads and parses user-provided data from a JSON file specified via the--processescommand-line argument. - Boundary markers: There are no explicit boundary markers or instructions within the script to disregard or sanitize natural language instructions embedded within the JSON fields.
- Capability inventory: The script is restricted to performing scheduling calculations and printing the results to the console. It does not include network access, file system write capabilities, or the ability to execute system commands.
- Sanitization: While the script validates the
risk_levelfield against an internal enumeration, other fields such asnameandiso_clauseare treated as raw strings and included in the output report.
Audit Metadata