typescript-react-smell-detector
Pass
Audited by Gen Agent Trust Hub on Aug 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a standard utility for code analysis. Its operations are limited to local file system reads and execution of trusted tools like
ripgrepandgit.- [COMMAND_EXECUTION]: Thescripts/scan.shscript executes shell commands includingrgandgit. It correctly utilizes the--option terminator to prevent argument injection via file paths and validates input paths before execution.- [DATA_EXFILTRATION]: No network communication or exfiltration patterns were detected. The script does not contain anycurl,wget, or similar networking commands.- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted codebases and includes snippets of found code in its output ("evidence"). While this presents a surface for indirect prompt injection, it is intrinsic to the primary purpose of a code scanner. The script includes ajson_escapefunction to properly sanitize output for JSON consumption, and the instructions advise the agent to treat matches as advisory findings.- [PROMPT_INJECTION]: No attempts to override agent behavior, bypass safety filters, or extract system prompts were found in the skill instructions or metadata.
Audit Metadata