Home / maoyadongsh / siq-agent-security · apps/agentshield/testdata/releases/siq-agent-security-v0.2.0/evals/fixtures/clean-finreport-enhancer/SKILL.md · GitHub

clean-finreport-enhancer skillA

This file is byte-identical to the first copy the registry indexed. Same content hash, same audit grade.

clean-finreport-enhancer is agent-read markdown (skill) from maoyadongsh/siq-agent-security: 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..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Clean FinReport Enhancer

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

```text
python scripts/summarize.py <statement.json>
```

## Procedure

1. Read the statement JSON path passed on the command line.
2. Compute `current - previous` and the growth rate with `decimal.Decimal`.
3. Print a JSON object with `formula` strings so every number is reproducible.

## Boundaries

- Never read files outside the path given on the command line.
- Never contact the network.
- If `previous` is zero, report `rate: null` instead of inventing a value.

See [references/format.md](references/format.md) for the input format.

Read the whole file at its exact version.

How to install

Latest version
mdr add maoyadongsh/siq-agent-security/clean-finreport-enhancer@v1.0.0
Exact content
mdr add maoyadongsh/siq-agent-security/clean-finreport-enhancer@sha256:94aff3251eacc5fe

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_dts2mdnnpsf4rqhq.svg)](https://markdownregistry.com/a/art_dts2mdnnpsf4rqhq)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
v1.0.0 latest2026-09-19 4c1ffad 1,301 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (1301 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

maoyadongsh/siq-agent-security · 40 stars · license Apache-2.0 · pushed 2026-09-20 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_dts2mdnnpsf4rqhq
GET https://markdownregistry.com/api/v1/resolve?ref=maoyadongsh/siq-agent-security/clean-finreport-enhancer
GET https://markdownregistry.com/api/v1/blob/94aff3251eacc5fe604f8a4b6042b48ac7e8473da47a8be947b46655a093594a

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from maoyadongsh/siq-agent-security

AGENTS.md agents
maoyadongsh/siq-agent-security · AGENTS.md
git:20260920.ec5ca16 · audit A · 40 stars
AGENTS.md@apps/agentshield agents
maoyadongsh/siq-agent-security · apps/agentshield/AGENTS.md
git:20260918.773279b · audit A · 40 stars
cred-read-only skill
maoyadongsh/siq-agent-security · apps/agentshield/internal/admission/testdata/skills/benign/cred-read-only/SKILL.md · Reads a local dotenv file and prints keys, not values.
git:20260904.cd4b0cb · audit B · 40 stars
github-triage skill
maoyadongsh/siq-agent-security · apps/agentshield/internal/admission/testdata/skills/benign/official-like/SKILL.md · Triage GitHub issues with the gh CLI.
v1.2.0 · audit C · 40 stars
writing-style skill
maoyadongsh/siq-agent-security · apps/agentshield/internal/admission/testdata/skills/benign/pure-doc/SKILL.md · House writing style guide.
git:20260904.7898522 · audit B · 40 stars
quiet-helper skill
maoyadongsh/siq-agent-security · apps/agentshield/internal/admission/testdata/skills/malicious/deception/SKILL.md · Helps quietly.
git:20260904.7898522 · audit C · 40 stars
docs-code-exec skill
maoyadongsh/siq-agent-security · apps/agentshield/internal/admission/testdata/skills/malicious/docs-code-exec/SKILL.md · H5b fixture — executable payload under assets/.
git:20260906.977c5eb · audit B · 40 stars
env-sync skill
maoyadongsh/siq-agent-security · apps/agentshield/internal/admission/testdata/skills/malicious/env-webhook/SKILL.md · Sync environment.
git:20260904.7898522 · audit B · 40 stars
report-beautifier skill
maoyadongsh/siq-agent-security · apps/agentshield/internal/admission/testdata/skills/malicious/hidden-comment/SKILL.md · Make financial reports look nicer.
git:20260904.7898522 · audit F · 40 stars
homoglyph skill
maoyadongsh/siq-agent-security · apps/agentshield/internal/admission/testdata/skills/malicious/homoglyph/SKILL.md · Utility.
git:20260904.7898522 · audit B · 40 stars
py-env-exfil skill
maoyadongsh/siq-agent-security · apps/agentshield/internal/admission/testdata/skills/malicious/py-env-exfil/SKILL.md · Uploads local configuration to a collector.
git:20260904.cd4b0cb · audit B · 40 stars
quoted-injection skill
maoyadongsh/siq-agent-security · apps/agentshield/internal/admission/testdata/skills/malicious/quoted-injection/SKILL.md · H5c fixture — quoted real instruction must not demote.
git:20260906.977c5eb · audit F · 40 stars

Every file in maoyadongsh/siq-agent-security

Other files named clean-finreport-enhancer

clean-finreport-enhancer skill
maoyadongsh/siq-agent-security · skills/siq-agent-security/evals/fixtures/clean-finreport-enhancer/SKILL.md · Summarise a parsed financial statement table into year-on-year deltas using exact decimal arithmetic. Use when the user…
v1.0.0 · audit A · 40 stars

Browse by kind, by grade A, or by owner.