harshbasrani/Sentinel - Ghost Import Killer
Strict enforcement of dependency usage. Blocks unused production dependencies.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | The GitHub Token to post comments. Pass secrets.GITHUB_TOKEN. | no | — |
| ignore_packages | Comma-separated list of packages to ignore (e.g., polyfills, build plugins) | no | "" |
| tsconfig_path | Path to tsconfig.json relative to root. Essential for monorepos. | no | tsconfig.json |
| source_globs | Glob patterns for source files to scan. Defaults to src directory. | no | src/**/*.{ts,tsx,js,jsx} |
| dashboard_url | The API URL of the Sentinel Dashboard | no | — |
| project_token | The secure project token from the Dashboard | no | — |
Outputs
no outputs