file-search-hardened

Pass

Audited by Gen Agent Trust Hub on Apr 21, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: Utilizes standard utilities fd and rg for searching file names and content. The skill instructions explicitly restrict these tools to read-only operations and forbid chaining them with destructive commands.
  • [COMMAND_EXECUTION]: Uses sudo dnf install for installing the necessary tools from standard repositories. Guardrails are included to ensure elevated privileges are not used for any other purpose.
  • [DATA_EXFILTRATION]: Includes defensive prompts that instruct the agent to refuse requests to transmit search results over the network.
  • [PROMPT_INJECTION]: Employs safety guardrails designed to resist adversarial attempts to bypass directory restrictions or local data safety boundaries. These instructions are documented with test cases and failure scenarios to ensure agent compliance.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 21, 2026, 06:31 PM
Security Audit — agent-trust-hub — file-search-hardened