Dependents TableNew
Open Iris: Open Dependents Table from the command palette to audit every third-party dependency for outdated versions and CVEs in one panel.
Supported package sources
- npm —
package.json - Go modules —
go.mod - Python —
requirements.txtandpyproject.toml
What the table shows
- Package name
- Installed version
- Latest version
- Known CVEs from the GitHub Advisory Database

Caching
Results are cached locally for 24 hours at .iris-cache/dependents.json. Re-opening the panel is instant without a new network round-trip. .iris-cache/ is added to .gitignore automatically on the first write.
GitHub PAT (optional)
The unauthenticated GitHub Advisory API rate limit is 60 requests per hour. Store a personal access token via the in-panel token button to raise it to 5,000 per hour. The token is stored in VS Code's SecretStorage and never leaves your machine.
To generate a token: go to GitHub Settings → Developer settings → Personal access tokens → Tokens (classic) and generate a new token. No scopes are required — leave all boxes unchecked.

