find-replace
Fail
Audited by Gen Agent Trust Hub on Feb 18, 2026
Risk Level: CRITICAL
Full Analysis
- [DATA_EXFILTRATION] (SAFE): The automated scan alert for
logger.infois a false positive. In the context of the skill,logger.infois part of a regular expression replacement example (sd 'console\.log\((.*)\)' 'logger.info($1)') intended to refactor code fromconsole.logto a logging framework. It does not represent a URL or a network connection.\n- [EXTERNAL_DOWNLOADS] (SAFE): The skill recommends installing thesdtool viabreworcargo. These are trusted package managers andsdis a well-known open-source utility. This is a recommendation for environment setup rather than a hidden script download.\n- [COMMAND_EXECUTION] (SAFE): The skill uses theBashtool to executesdandrgfor file manipulation. These operations are limited to the intended purpose of text replacement and do not involve suspicious command chaining, privilege escalation, or persistence mechanisms.\n- [PROMPT_INJECTION] (SAFE): No instructions were found that attempt to bypass safety filters or override the agent's core instructions. The skill also exhibits a potential surface for indirect prompt injection as it processes file content. Evidence Chain:\n - Ingestion points: File contents processed by
rgandsd(perSKILL.md).\n - Boundary markers: Absent.\n
- Capability inventory:
sd(file-write) andBash(command execution) described inSKILL.md.\n - Sanitization: Absent.\n
- Severity: LOW (downgraded to SAFE as it is the primary intended purpose).
Recommendations
- Contains 1 malicious URL(s) - DO NOT USE
Audit Metadata