skills/anntnzrb/agents/grep-app/Gen Agent Trust Hub

grep-app

Pass

Audited by Gen Agent Trust Hub on Mar 11, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses a bash helper function grep-app in scripts/grep-app.sh that wraps curl. It uses --data-urlencode to safely pass user-provided queries and filters to the API, preventing command injection via the URL.
  • [EXTERNAL_DOWNLOADS]: The skill performs HTTP GET requests to https://grep.app/api/search using curl. This is the primary intended purpose of the skill and targets a well-known public code search service.
  • [SAFE]: The shell scripts include standard practices such as set -euo pipefail in the test script and proper shell sourcing checks in the helper script. No sensitive file access, credential theft, or persistence mechanisms were detected.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 11, 2026, 01:28 PM