LLM Prompt Library
Experimental prompts, Jinja2 templates, and scripts spanning OpenAI, Anthropic, Google, Mistral and more.
LLM Prompt Library
An experimental library of prompts, Jinja2 templates, and helper scripts spanning many model families (OpenAI, Anthropic, DeepSeek, Meta, Mistral, Google, xAI and others).
It covers a wide range of tasks — writing, analysis, coding, math, and structured extraction — with templated prompts you can parameterize and reuse programmatically.
MIT licensed; a practical starting point for building your own reusable, provider-agnostic prompt toolkit.
Compromise signals — malicious or tampered code (leaked secrets, backdoors, a dropped executable) — reduce the score, and known dependency CVEs carry a bounded penalty (they warrant review but never QUARANTINE — update the dependency to clear). Other dangerous-by-capability traits are risk surface, expected for some capabilities. Every finding is mapped to its OWASP control below.
Findings mapped to the OWASP Top 10 for LLM Applications (2025) and the OWASP Machine Learning Security Top 10. Expand any flagged control for the exact findings — compromise reduces the score; expected/risk-surface do not.
The same gate an agent runs before installing (POST /api/v1/trust/llm-prompt-library/check). Click a policy:
Consume LLM Prompt Library programmatically. Authenticate with an API key or session — see Authorize an agent.
# Agents: CHECK BEFORE YOU INSTALL (no auth) — score, grade, level, capability manifest
curl https://ai-supply.store/api/v1/trust/llm-prompt-library
# Gate against your org policy (returns { pass, violations })
curl -X POST https://ai-supply.store/api/v1/trust/llm-prompt-library/check \
-H "Content-Type: application/json" \
-d '{"minGrade":"B","denyPermissions":["shell"],"denyUnknownEgress":true}'
# CLI
npx ai-supply add llm-prompt-library
# REST (install → download)
curl -X POST https://ai-supply.store/api/v1/listings/llm-prompt-library/install \
-H "Authorization: Bearer $AIM_KEY"
# MCP tool
install_listing({ "slug": "llm-prompt-library" })OpenAPI spec →Curated mirror — latest upstream source. See the repository for tagged releases.