create-evlog-map-rule
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill describes a standard development workflow for adding rules to a static analysis tool (@evlog/cli). All provided commands and file paths are consistent with the stated purpose of code extension and testing.- [COMMAND_EXECUTION]: Mentions standard development commands like
pnpm run lint,pnpm run typecheck, andpnpm run test. These are expected for verifying new code contributions in a JavaScript/TypeScript project.- [DYNAMIC_EXECUTION]: The provided TypeScript templates use a visitor pattern for AST traversal, which is the standard mechanism for the tool's intended functionality and does not involve unsafe dynamic code evaluation.
Audit Metadata