setup-oxlint
Pass
Audited by Gen Agent Trust Hub on Sep 23, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes data from external sources such as project configuration files and lockfiles to determine the setup environment and dependencies.
- Ingestion points:
package.json,pnpm-lock.yaml,yarn.lock,bun.lockb,package-lock.json, and existing linting/formatting configuration files. - Boundary markers: No specific boundary markers or instructions are present to ensure that content from these files is treated as untrusted data during processing.
- Capability inventory: The skill possesses the capability to execute shell commands via package managers (npm, pnpm, yarn, bun) and write new configuration files (
oxlint.config.ts,oxfmt.config.ts) to the filesystem. - Sanitization: There is no evidence of sanitization or strict schema validation of the ingested project metadata before it is used to drive the installation and configuration logic.
- [COMMAND_EXECUTION]: The skill uses various package managers to install dependencies and run verification scripts.
- Evidence: Executes
npm install,pnpm add,yarn add, andbun addcommands based on detected lockfiles, and performs verification usingpnpm exec oxlintandpnpm exec oxfmt.
Audit Metadata