nestjs-feature-audit
Pass
Audited by Gen Agent Trust Hub on Aug 2, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard command-line tools such as Git (
git status,git fetch,git switch) andripgrep(rg) to audit repository state and search documentation. These commands are scoped to the primary task of feature auditing. - [EXTERNAL_DOWNLOADS]: The skill performs
git fetchoperations to synchronize with remote repositories. This is a standard and expected behavior for maintaining branch freshness during an audit. - [SAFE]: The instructions include security-conscious directives to avoid direct interpolation of user-supplied strings into shell commands, specifically recommending fixed-string searches or escaping to mitigate command injection risks.
Audit Metadata