audit-resilience
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
rg(ripgrep) to perform static analysis of the codebase. These commands are restricted to search patterns (e.g., searching forfetch,idempotency, orpassword) and are used strictly for auditing purposes within the project directory. - [DATA_EXPOSURE]: The skill searches for PII (Personally Identifiable Information) such as
email,token, andpasswordin log statements to warn the user about potential data exposure. It does not exfiltrate this data; it only reports the file and line number to the developer for remediation. - [SAFE]: The skill follows a 'read-only' posture, explicitly stating it does not change code and only inventories gaps to be addressed by other tools or manual fixes.
Audit Metadata