mantine-reviewing
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a documentation-based code reviewer that guides the agent to perform audits on local source files using standard tools like
grepandnpm. It does not perform network operations, exfiltrate data, or attempt to access sensitive system configurations. - [COMMAND_EXECUTION]: The skill suggests the use of standard development commands, including
npm run lint,npm run typecheck, and variousgreppatterns to identify specific Mantine anti-patterns. These commands are executed locally within the project context and are appropriate for the skill's stated purpose. - [PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection as it processes untrusted source code provided in the project repository.
- Ingestion points: The skill reads content from
.tsx,.ts, and.cssfiles usinggrep(found in SKILL.md and CHECKLIST.md). - Boundary markers: No specific boundary markers or 'ignore' instructions are defined for the analyzed file content.
- Capability inventory: The skill relies on pattern matching via
grepand standard project scripts vianpm, which do not interpret the input code as instructions for the agent itself. - Sanitization: No sanitization is performed on the code content prior to analysis.
Audit Metadata