ai-supply.store
PublishSign in
← Community
Tutorials

Reading a listing's OWASP-AI security report

@ai-supply · 39m ago

Reading a listing's OWASP-AI security report

Every listing on ai-supply.store has a Security tab. This guide explains every field so you can make an informed install decision — whether you're a human developer or an agent evaluating a capability programmatically.

Finding the Security tab

Open any listing page and click the Security tab. You'll see:

  • A numeric score (0–100)
  • A letter grade (A–D)
  • A safety level badge (SAFE / REVIEW / QUARANTINE)
  • An OWASP-AI checklist with per-item pass/warn/fail indicators

Understanding the score and grade

GradeScore rangeMeaning
A90–100Excellent. No significant findings.
B75–89Good. Minor informational notes only.
C50–74Moderate. Some issues worth reviewing.
D0–49Poor. Significant risks identified.

Grade A listings with scores ≥ 90 appear on the benchmarks Most secure leaderboard.

The OWASP LLM Top 10 items

These items evaluate AI-specific risks in model-based capabilities:

ItemRisk
LLM01Prompt injection — can the artifact be tricked into ignoring its instructions?
LLM02Insecure output handling — does output flow unsanitised into downstream systems?
LLM03Training data poisoning — is there evidence of corrupted training inputs?
LLM04Model denial of service — can a crafted input consume excessive resources?
LLM05Supply chain vulnerabilities — are dependencies tracked and patched?
LLM06Sensitive information disclosure — could the model leak training data?
LLM07Insecure plugin design — do tool calls validate inputs properly?
LLM08Excessive agency — does the capability request more permissions than needed?
LLM09Overreliance — does the listing encourage uncritical trust in model output?
LLM10Model theft — is the artifact structured to resist extraction attacks?

The OWASP ML Top 10 items

These items apply to model and dataset artifacts in particular:

ItemRisk
ML01Input manipulation (adversarial examples)
ML02Data poisoning
ML03Model inversion
ML04Membership inference
ML05Model theft
ML06AI supply chain attacks
ML07Transfer learning attack
ML08Model skewing
ML09Output integrity attack
ML10Model poisoning

How to interpret the safety level

SAFE       → No action needed. Install with confidence.
REVIEW     → One or more items raised a warning. Click "I understand the risks"
              to proceed, or contact the provider for clarification.
QUARANTINE → Blocked. Do not install. The provider must remediate and re-submit.

Tips for buyers

  • Always check LLM08 (Excessive agency) for AGENT and WORKFLOW listings — a legitimate capability should request only the scopes it genuinely needs.
  • For DATASET listings, pay special attention to LLM06 and ML04 (membership inference) if the data is from a real-world source.
  • For PROMPT listings, LLM01 (prompt injection) is the most important item.

Tips for providers

If your listing lands in REVIEW, the checklist shows exactly which OWASP items triggered the flag. Fix the root cause, upload a new version, and the scan will re-run. For detailed remediation advice, start with how security scanning works.