pattern-detection
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a legitimate auditing and analysis tool. Its primary functions involve searching for patterns using
grepand processing data with trusted Python libraries likepandasandnumpy. - [DATA_EXPOSURE]: The skill is designed to search for sensitive data such as AWS keys, passwords, and PII (SSNs, credit cards) as part of its security review functionality. However, it includes explicit constraints in the 'Required rules' section prohibiting the logging of sensitive information, mitigating the risk of exposure.
- [INDIRECT_PROMPT_INJECTION]: The skill processes external data (code files, CSVs) via the
ReadandGreptools. While these ingestion points represent a surface for indirect prompt injection, the risk is low as the skill's output is limited to a report format and does not involve executing the contents of the scanned files. - [COMMAND_EXECUTION]: The skill suggests several
grepandbashcommands for the agent to use. These commands are restricted to read-only operations and pattern matching within the local file system using the permitted tools.
Audit Metadata