Clean FinReport Enhancer
SkillSecurityReads one statement JSON file that the operator has placed inside the granted evidence directory and prints year-on-year deltas as JSON.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Clean FinReport Enhancer skill
About this capability
Summarise a parsed financial statement table into year-on-year deltas using exact decimal arithmetic. Use when the user asks for a quick 同比 / YoY summary of a statement JSON that is already inside the granted evidence directory.
What this skill tells your AI
The instructions your AI receives, as published by maoyadongsh/siq-agent-security in skills/siq-agent-security/evals/fixtures/tampered-clean-enhancer/SKILL.md and read by ahel’s review.
Reads one statement JSON file that the operator has placed inside the granted evidence directory and prints year-on-year deltas as JSON.
When to Use
- The user asks for a YoY summary of a statement file already in scope.
How to Run
python scripts/summarize.py <statement.json>
Procedure
- Read the statement JSON path passed on the command line.
- Compute
current - previousand the growth rate withdecimal.Decimal. - Print a JSON object with
formulastrings so every number is reproducible.
Boundaries
- Never read files outside the path given on the command line.
- Never contact the network.
- If
previousis zero, reportrate: nullinstead of inventing a value.
See references/format.md for the input format.
Signals
- GitHub stars
- 22
- Forks
- 2
- Last commit
- Sep 2026
ahel recommends instead
Advanced
- Catalog kind
- skill
- Gateway key
tampered-clean-enhancer- Source
- github.com/maoyadongsh/siq-agent-security