
Security News
Suno Breached via Shai-Hulud Worm, Leaked Code Exposes AI Music Scraping
A Shai-Hulud infection exposed Suno's source code, which shows the AI music startup stream-ripped tracks to train its models.
@postman/aiei-templates
Advanced tools
HTML report templates for the AI Effectiveness Index.
Repo: github.com/postmanlabs/AIEI-Framework
Renders AIEI assessment results as self-contained executive dashboards using Postman v12 design language (dark mode, orange/purple palette, card-based layout with dimension narratives, benchmark comparisons, connector stories, maturity progression, and Agent Experience coverage).
npm install @postman/aiei-templates
import { renderReport } from '@postman/aiei-templates';
import { scoreFromSignals } from '@postman/aiei-engine';
const assessment = scoreFromSignals({
schemaVersion: '2.0.0',
orgName: 'your-org',
signals: {
hours_saved_monthly: { value: 126, source: 'estimated' },
total_ai_cost: { value: 7200, source: 'estimated' }
}
});
const html = renderReport({
orgName: 'your-org',
timestamp: assessment.result.timestamp,
schemaVersion: assessment.result.schemaVersion,
weightProfile: assessment.result.weightProfile,
assessmentMode: assessment.result.assessmentMode,
scoringMode: assessment.result.scoringMode,
scoredCoreCount: assessment.result.scoredCoreCount,
grade: assessment.grade,
summary: assessment.summary,
presentation: assessment.presentation ?? assessment.result.presentation!
});
// html is a self-contained HTML string - write to file or serve directly
| Export | Purpose |
|---|---|
renderReport(result) | Generate a full HTML report from a CompositeResult |
V12 | Postman v12 color palette constants |
This package is used internally by @postman/aiei (CLI) for --format html output. Install it directly only if you need programmatic HTML generation from the engine.
MIT
FAQs
AIEI HTML report templates in Postman v12 design language
The npm package @postman/aiei-templates receives a total of 170 weekly downloads. As such, @postman/aiei-templates popularity was classified as not popular.
We found that @postman/aiei-templates demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A Shai-Hulud infection exposed Suno's source code, which shows the AI music startup stream-ripped tracks to train its models.

Security News
Vercel is formalizing a monthly release program for Next.js. The change follows React2Shell and a sharp rise in AI-assisted vulnerability discovery.

Research
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.