Skip to main content

IRIS v2 — Skill & Technology Reference

Automates attendance and grading processes using advanced technologies like FastAPI, SQLModel, and NV API integration.

Install this skill

or
79/100

Security score

The IRIS v2 — Skill & Technology Reference skill was audited on May 26, 2026 and we found 5 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 325

Template literal with variable interpolation in command context

SourceSKILL.md
325cell.className = `heatmap-cell ${session.status}`; // present | absent | late
medium line 326

Template literal with variable interpolation in command context

SourceSKILL.md
326cell.title = `${session.date} — ${session.method}`;
medium line 337

Template literal with variable interpolation in command context

SourceSKILL.md
337const res = await fetch(`/exam/${examId}/job/${jobId}/status`);
medium line 386

Access to .env file

SourceSKILL.md
386## 9. Environment Variables (.env)
low line 391

External URL reference

SourceSKILL.md
391NV_API_BASE=https://integrate.api.nvidia.com/v1
Scanned on May 26, 2026
View Security Dashboard
Installation guide →