z-expense-policy-qa
Pass
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill provides strict instructions to the agent to stay within the boundaries of the provided documents. It explicitly requires running a retrieval script before answering and mapping every claim to a specific source, which acts as a safeguard against hallucinations and outside instruction interference.
- [COMMAND_EXECUTION]: The skill utilizes a local Python script
scripts/search_evidence.pyfor document retrieval. While asubprocess.runcall is present intests/test_policy_examples.py, it is restricted to calling the local search script using the current Python interpreter for testing purposes, which is a standard and safe development practice. - [DATA_EXFILTRATION]: No network access, telemetry, or exfiltration patterns were detected. The retrieval script only reads from the local
references/corpusdirectory and does not access sensitive system paths. - [REMOTE_CODE_EXECUTION]: The skill does not download external scripts or execute code from remote sources. All dependencies are from the Python standard library.
Audit Metadata