contextlint-init
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: Executes shell commands to discover project structure and manage dependencies.
- Employs the
findutility to identify directories containing markdown documentation. - Uses package managers (npm, bun, pnpm, or yarn) to install the necessary CLI tool.
- [EXTERNAL_DOWNLOADS]: Downloads software and configuration templates from external sources.
- Fetches the
@contextlint/clipackage from the public npm registry. - References a JSON schema from the author's official GitHub repository.
- [REMOTE_CODE_EXECUTION]: Runs the installed linter to provide immediate feedback.
- Executes
npx contextlintafter the configuration is created to surface documentation violations. - [DATA_EXFILTRATION]: Accesses project documentation to infer linting rules.
- Samples the content of local markdown files to identify patterns (such as headers or tables) to suggest a tailored configuration. This analysis is performed within the agent's context and does not involve sending project data to external third-party servers.
Audit Metadata