A Systematic Literature Review (SLR) of the concepts, frameworks, and case
studies for protecting against the security and privacy risks introduced by a new
class of AI-agent artifacts: instruction/configuration files (AGENTS.md,
CLAUDE.md, .cursor/rules, SKILL.md), modular skills and plugins, and the
tool-integration layer standardized by the Model Context Protocol (MCP).
This repository bundles the review itself, a companion datasets catalog, the primary sources, downloadable copies of the released datasets/benchmarks, and a full audit trail of the agent sessions that produced the work.
| Path | What it is |
|---|---|
outputs/agent-governance-security-literature-review.md | The main SLR. 28 verified sources across four tracks (MCP security, config/instruction files, plugin governance, foundational injection work). Fact-checked against the source PDFs. |
outputs/agent-governance-datasets-catalog.md | Companion datasets & benchmarks catalog. Inventories every empirical artifact released by the 28 sources — size, type, availability, and local copy. |
outputs/paper_links.md | The 28-paper source list (arXiv / DOI links). |
outputs/download_papers.sh | Reproducibly re-downloads all 28 source PDFs. |
outputs/download_datasets.sh | Reproducibly re-downloads the 16 downloadable datasets/benchmarks. |
outputs/agent-governance-papers/ | The 28 source PDFs (ground truth for all verification). |
outputs/agent-governance-datasets/ | Local copies of the 16 downloadable datasets, one folder per source, each with a PROVENANCE.md. |
audit.jsonl | HMAC-signed, append-only audit log of the agent sessions that produced this review — itself a governance artifact demonstrating provenance/traceability. |
Every empirical claim in the review was checked directly against the source PDFs
in outputs/agent-governance-papers/, and published DOIs were verified via
Crossref. The datasets in outputs/agent-governance-datasets/ were obtained from
their upstream sources with the scripts in outputs/.
Stripped Git history, preserved provenance. The dataset folders were originally
git cloned or downloaded as review artifacts. To keep this archive lightweight,
nested .git directories have been removed. In their place, each of the 16
folders carries a PROVENANCE.md recording the exact source URL, the pinned
upstream commit (for Git sources), the retrieval date, and the retrieval method —
so every snapshot remains fully traceable and reproducible.
To restore any dataset to its full upstream history, follow the clone/checkout
command in that folder's PROVENANCE.md, or re-run outputs/download_datasets.sh.
Dataset/Benign/benign_servers.zip exceeds GitHub's
100 MB per-file limit and is excluded from this mirror (.gitignored).
Retrieve it from the upstream repo at the pinned commit in its PROVENANCE.md.raw_results.zip (~1.68 GB) was intentionally not
downloaded; fetch it from the figshare record if needed.# 1. Re-download the 28 source PDFs
bash outputs/download_papers.sh
# 2. Re-download the 16 downloadable datasets/benchmarks
bash outputs/download_datasets.sh
Both scripts are idempotent (they skip anything already present) and require only
git + curl (plus optional python3 for the figshare package).
AGENTS.md / CLAUDE.md) — a live opportunity for original contribution.This repository aggregates third-party research artifacts for review purposes.
Each dataset folder retains its upstream LICENSE where one was provided; refer
to each PROVENANCE.md and the upstream source for citation and reuse terms. The
source PDFs remain under their respective publishers'/authors' copyright and are
included here solely to support verification of the review.
4 commits
Python
75.3%
Jupyter Notebook
17.8%
CodeQL
2.6%
HTML
1.7%
Shell
1.6%
A Systematic Literature Review (SLR) of the concepts, frameworks, and case
studies for protecting against the security and privacy risks introduced by a new
class of AI-agent artifacts: instruction/configuration files (AGENTS.md,
CLAUDE.md, .cursor/rules, SKILL.md), modular skills and plugins, and the
tool-integration layer standardized by the Model Context Protocol (MCP).
This repository bundles the review itself, a companion datasets catalog, the primary sources, downloadable copies of the released datasets/benchmarks, and a full audit trail of the agent sessions that produced the work.
| Path | What it is |
|---|---|
outputs/agent-governance-security-literature-review.md | The main SLR. 28 verified sources across four tracks (MCP security, config/instruction files, plugin governance, foundational injection work). Fact-checked against the source PDFs. |
outputs/agent-governance-datasets-catalog.md | Companion datasets & benchmarks catalog. Inventories every empirical artifact released by the 28 sources — size, type, availability, and local copy. |
outputs/paper_links.md | The 28-paper source list (arXiv / DOI links). |
outputs/download_papers.sh | Reproducibly re-downloads all 28 source PDFs. |
outputs/download_datasets.sh | Reproducibly re-downloads the 16 downloadable datasets/benchmarks. |
outputs/agent-governance-papers/ | The 28 source PDFs (ground truth for all verification). |
outputs/agent-governance-datasets/ | Local copies of the 16 downloadable datasets, one folder per source, each with a PROVENANCE.md. |
audit.jsonl | HMAC-signed, append-only audit log of the agent sessions that produced this review — itself a governance artifact demonstrating provenance/traceability. |
Every empirical claim in the review was checked directly against the source PDFs
in outputs/agent-governance-papers/, and published DOIs were verified via
Crossref. The datasets in outputs/agent-governance-datasets/ were obtained from
their upstream sources with the scripts in outputs/.
Stripped Git history, preserved provenance. The dataset folders were originally
git cloned or downloaded as review artifacts. To keep this archive lightweight,
nested .git directories have been removed. In their place, each of the 16
folders carries a PROVENANCE.md recording the exact source URL, the pinned
upstream commit (for Git sources), the retrieval date, and the retrieval method —
so every snapshot remains fully traceable and reproducible.
To restore any dataset to its full upstream history, follow the clone/checkout
command in that folder's PROVENANCE.md, or re-run outputs/download_datasets.sh.
Dataset/Benign/benign_servers.zip exceeds GitHub's
100 MB per-file limit and is excluded from this mirror (.gitignored).
Retrieve it from the upstream repo at the pinned commit in its PROVENANCE.md.raw_results.zip (~1.68 GB) was intentionally not
downloaded; fetch it from the figshare record if needed.# 1. Re-download the 28 source PDFs
bash outputs/download_papers.sh
# 2. Re-download the 16 downloadable datasets/benchmarks
bash outputs/download_datasets.sh
Both scripts are idempotent (they skip anything already present) and require only
git + curl (plus optional python3 for the figshare package).
AGENTS.md / CLAUDE.md) — a live opportunity for original contribution.This repository aggregates third-party research artifacts for review purposes.
Each dataset folder retains its upstream LICENSE where one was provided; refer
to each PROVENANCE.md and the upstream source for citation and reuse terms. The
source PDFs remain under their respective publishers'/authors' copyright and are
included here solely to support verification of the review.
4 commits
Python
75.3%
Jupyter Notebook
17.8%
CodeQL
2.6%
HTML
1.7%
Shell
1.6%