iso-42001-ai-governance
Pass
Audited by Gen Agent Trust Hub on Aug 27, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and analyze external, potentially untrusted data to perform audits. This data could contain malicious instructions designed to manipulate the audit outcome or influence the agent's behavior.
- Ingestion points: Data enters the context via
ai_system_description,use_case, andexisting_documentationvariables defined inSKILL.md. - Boundary markers: Absent. The instructions do not specify delimiters or provide guidance to the agent to ignore instructions embedded within the audit evidence.
- Capability inventory: The skill utilizes an
ExecutionProxy Interfacefor terminal command execution and aMemoryStore Interfacefor writing persistent markdown files to local directories (e.g., Obsidiandocs/). - Sanitization: Absent. No explicit filtering or sanitization steps are defined for the input data.
- [COMMAND_EXECUTION]: The skill's global protocols define the use of an
ExecutionProxy Interface(prefixed withrtk) for executing terminal actions such asrtk npm test. This grants the agent the ability to execute shell commands within the environment, though it is framed within a TDD (Test-Driven Development) methodology.
Audit Metadata