lint-fix
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands via Bash, specifically 'pnpm turbo run lint' and 'grep'. These are used to identify code quality issues and detect suppressed linting errors. It also performs manual code modifications to fix specific rule violations.
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes untrusted source code and external tool output.
- Ingestion points: Source files (.ts, .js, .jsx, .tsx), ESLint stdout, and grep stdout (SKILL.md).
- Boundary markers: No delimiters or instructions to ignore embedded commands are present in the instructions.
- Capability inventory: Executes shell commands (pnpm, grep) and interacts with Knowledge Base tools (kb_add, kb_update, kb_search).
- Sanitization: No sanitization or validation of the ingested content is performed before it is processed or persisted to the Knowledge Base.
Audit Metadata