scanned 1mo ago·osv · gitleaks · opengrep · picklescan + heuristics·full breakdown in the Security tab ↓
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.
✓ Security: Safe · 100100/100 · grade Ascanned 1mo ago
✓ no compromise signals1 risk-surface · 2/20 OWASP controls flagged
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, except a known CVE, which carries a small bounded penalty (high/critical → Review).
OWASP Top 10 for LLM Applications
⚠LLM01Prompt Injectionhigh
Adversarial instructions embedded in an artifact that hijack a downstream LLM.
•Prompt-injection phrasing — instruction-subversion language detected · abilzerian-LLM-Prompt-Library-bd95570/prompts/miscellaneous/ChatAGI.md (CWE-77)expected
§LLM09MisinformationGovernance
Artifacts designed to produce false/deceptive output.
Detectable only by runtime behavioral evaluation; addressed via responsible-use attestation.
◷LLM10Unbounded ConsumptionRuntime-enforced
Unbounded loops/recursion causing DoS or runaway cost.
Enforced at runtime by the gateway (rate limits + spend caps + size caps); static check flags unbounded loops.
✓LLM02Sensitive Information DisclosurePassed
✓LLM03Supply ChainPassed
✓LLM04Data and Model PoisoningPassed
Backdoors/poisoning in training data or serialized models.
Tampered model weight files; integrity must be verifiable.
Static check enforces safe formats + records a content hash for downstream verification.
Other findings (5) · hygiene / uncategorized
•Unrecognized file type — '.gitattributes' is not on the allowlist · abilzerian-LLM-Prompt-Library-bd95570/.gitattributesrisk surface
•Unrecognized file type — '.gitignore' is not on the allowlist · abilzerian-LLM-Prompt-Library-bd95570/.gitignorerisk surface
•Unrecognized file type — '.cff' is not on the allowlist · abilzerian-LLM-Prompt-Library-bd95570/CITATION.cffrisk surface
•Unrecognized file type — '.?' is not on the allowlist · abilzerian-LLM-Prompt-Library-bd95570/LICENSErisk surface
•Unrecognized file type — '.j2' is not on the allowlist · abilzerian-LLM-Prompt-Library-bd95570/templates/ai_research/ai_ablation_spec_generator_v1.j2risk surface