grepai-search-advanced
Warn
Audited by Runlayer on Feb 21, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (1)
SKILL.mdHIGH
78.3%
Malicious tool definition detected
Tool: SKILL.md [1/2] Description: --- name: grepai-search-advanced description: Advanced search options in GrepAI.
Tool: SKILL.md [2/2] Description: } ``` ### Checking for Errors in Scripts ```bash result=$(grepai search "query" --json) if echo "$result" | jq -e '.error' > /dev/null 2>&1; then echo "Error: $(echo "$result" | jq -r '.error')" exit 1 fi ``` ## Best Practices 1.
Audit Metadata