name: smart-contract-risk-summary-skill
description: Summarize possible smart contract risks from provided contract details or audit notes.
category: security
version: 1.0.0
author: Codex Hermes
--------------------

# Smart Contract Risk Summary Skill

Use this skill when the user wants a plain-language risk summary based on provided contract details, audit notes, or scanner results.

## Required Inputs

* Contract address, if available
* Chain
* Contract purpose
* Audit notes or scanner output
* Known functions
* Ownership status
* Liquidity or token details, if relevant

## Process

1. Read only the information provided.
2. Identify possible risk areas.
3. Explain risks in simple language.
4. Separate confirmed issues from unknowns.
5. Avoid making claims without evidence.
6. Recommend next review steps.

## Output Format

Return:

1. Overall risk level: Low, Medium, High, or Unknown
2. Summary
3. Key observations
4. Potential risks
5. Missing information
6. Recommended next steps
7. Disclaimer

## Rules

* Do not claim a contract is safe unless audited proof is provided.
* Do not provide financial advice.
* Do not make accusations without evidence.
* Do not execute transactions.
* Do not ask for private keys or seed phrases.