REVIEW 2 major objections 1 minor 35 references
An Automated Framework for Cybersecurity Policy Compliance Assessment Against Security Control Standards
T0 review · 2 major / 1 minor · reviewed 2026-05-11 · grok-4.3
Pith's one-line read PROPARAG uses large language models to autonomously retrieve policy evidence, assess coverage against NIST controls, and generate gap recommendations.
desk verdict PROPARAG packages standard LLM retrieval and reasoning into a pipeline for NIST 800-53 policy checks and reports F1 scores on two real org datasets, but the evaluation leaves the numbers hard to trust. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
PROPARAG, an LLM-powered pipeline that retrieves policy passages for each control, scores coverage, detects uncovered requirements, and outputs traceable recommendations.
What would settle it
A collection of policy documents where human auditors document specific gaps that the framework either misses or incorrectly reports, producing measurably lower recall or precision than the reported F1 scores.
Extended reading notes
Core claim
PROPARAG is an audit support approach that, for each security control, retrieves relevant policy evidence from organizational documents, assesses the extent of coverage, identifies missing elements, and generates supporting explanations and recommendations. When evaluated on two real-world policy corpora against 1,007 NIST SP 800-53 controls, it achieves F1 scores of 88.54 on OrgA and 82.31 on OrgB while successfully identifying gaps and producing grounded recommendations.
Load-bearing premise
Large language models can reliably interpret abstract control statements and match them to varied natural-language policy text without systematic misinterpretation or hallucinated evidence.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces PROPARAG, an LLM-based automated framework for assessing organizational cybersecurity policies against the 1,007 controls in NIST SP 800-53. For each control, the system retrieves relevant policy evidence from organizational documents, determines coverage, identifies gaps, and produces explanations plus recommendations. Evaluation on two real-world policy corpora (OrgA and OrgB) reports F1 scores of 88.54 and 82.31 respectively, using both closed- and open-source LLMs, with additional claims that the framework identifies relevant gaps and generates grounded recommendations.
Significance. If the evaluation holds, the work could meaningfully advance practical automation of compliance checking by handling the mismatch between abstract control statements and varied policy language. The scale (1,007 controls) and use of real-world data are strengths that increase relevance for audit support. The provision of traceable explanations and recommendations is a positive design choice that could aid human reviewers.
major comments (2)
- [Evaluation] Evaluation: The F1 scores of 88.54 (OrgA) and 82.31 (OrgB) are reported without any description of how ground-truth labels for precision/recall were created, whether by independent human annotators, inter-annotator agreement statistics, prompt engineering details, retrieval method specifics, or error analysis of LLM outputs. This omission is load-bearing because the central performance claims rest entirely on the correctness of LLM judgments of policy-to-control alignment.
- [Abstract and Evaluation] Abstract and Evaluation: The claim that PROPARAG 'identifies relevant gaps in documented organizational policies and generates grounded recommendations' assumes LLMs can reliably map abstract NIST controls to varied natural-language policy text without systematic hallucination or misclassification. No human baseline comparison or sampled audit of the generated outputs is provided to test this assumption.
minor comments (1)
- [Abstract] The abstract refers to 'two real-world organizational policy corpora' but supplies no information on corpus size, document count, or domain characteristics, which would aid interpretation of the reported F1 scores.
Simulated Author's Rebuttal
We thank the referee for their constructive and detailed feedback, which highlights important areas for improving the transparency and rigor of our evaluation. We address each major comment below and will incorporate the suggested enhancements in the revised manuscript.
read point-by-point responses
-
Referee: [Evaluation] Evaluation: The F1 scores of 88.54 (OrgA) and 82.31 (OrgB) are reported without any description of how ground-truth labels for precision/recall were created, whether by independent human annotators, inter-annotator agreement statistics, prompt engineering details, retrieval method specifics, or error analysis of LLM outputs. This omission is load-bearing because the central performance claims rest entirely on the correctness of LLM judgments of policy-to-control alignment.
Authors: We agree that the current manuscript lacks sufficient methodological detail to fully support the reported F1 scores. In the revised version, we will add a dedicated subsection within the Evaluation section that explicitly describes: the process for creating ground-truth labels (including the use of independent human annotators with cybersecurity domain expertise), inter-annotator agreement statistics (e.g., Cohen's kappa), the specific prompt engineering techniques applied, the retrieval method details in PROPARAG, and a comprehensive error analysis of LLM outputs with examples of common misclassifications. These additions will directly address the load-bearing nature of the evaluation claims. revision: yes
-
Referee: [Abstract and Evaluation] Abstract and Evaluation: The claim that PROPARAG 'identifies relevant gaps in documented organizational policies and generates grounded recommendations' assumes LLMs can reliably map abstract NIST controls to varied natural-language policy text without systematic hallucination or misclassification. No human baseline comparison or sampled audit of the generated outputs is provided to test this assumption.
Authors: We concur that validating the gap identification and recommendation generation requires more than the coverage F1 scores alone. Although the framework was tested on real-world policy corpora and produces traceable outputs, we will revise the Evaluation section to include a sampled human audit. This will consist of selecting a representative subset of identified gaps and generated recommendations, having them independently reviewed by cybersecurity experts, and reporting quantitative agreement metrics (e.g., precision of gap relevance and recommendation groundedness) against human judgments. This addition will provide empirical evidence regarding potential hallucinations or misclassifications. revision: yes
Circularity Check
No circularity: empirical F1 scores derive from external policy corpora and NIST controls, not from fitted parameters or self-referential definitions
full rationale
The paper presents PROPARAG as an LLM-based retrieval and assessment framework evaluated on two real-world organizational policy sets against 1,007 NIST SP 800-53 controls. Reported F1 scores (88.54 on OrgA, 82.31 on OrgB) are computed from direct comparisons of framework outputs to ground-truth coverage labels on held-out documents. No equations, fitted parameters, or derivations appear in the abstract or described pipeline that would reduce these metrics to quantities defined by the authors' own choices. The evaluation uses external benchmarks (NIST controls and real policies), rendering the results self-contained and independently falsifiable without reduction to self-citation chains or ansatzes.
Assumptions & free parameters
assumptions (1)
- domain assumption Large language models can reliably retrieve and assess coverage between abstract security control statements and varied natural-language policy documents.
Cite this review
Pith. "Pith review of An Automated Framework for Cybersecurity Policy Compliance Assessment Against Security Control Standards." pith.science (2026). https://pith.science/paper/2605.07515
@misc{pith2026260507515,
author = {Pith},
title = {Pith review of: An Automated Framework for Cybersecurity Policy Compliance Assessment Against Security Control Standards},
year = {2026},
howpublished = {\url{https://pith.science/paper/2605.07515}},
note = {Machine review of arXiv:2605.07515}
}
read the original abstract
Organizational cybersecurity policies are often examined to determine whether they adequately comply standard security controls. This task is difficult because control statements are abstract, whereas policy documents describe governance practices in varied natural language. As a result, policy-based control assessment is time-consuming, difficult to standardize, and often difficult to document in a traceable manner. To address this gap, we present PROPARAG, an audit support approach for evaluating organizational cybersecurity policies against security controls autonomously. For each control, the approach retrieves relevant policy evidence, assesses coverage, identifies missing elements, and generates supporting explanations and recommendations. We evaluate PROPARAG on two real-world organizational policy corpora using 1,007 NIST SP 800-53 controls across both closed-source and open-source large language models (LLMs). The framework achieves F1 scores of 88.54 on OrgA and 82.31 on OrgB. The evaluation also shows that PROPARAG identifies relevant gaps in documented organizational policies and generates grounded recommendations for each identified gap. This research provides foundation for LLM-powered autonomous control-level assessment of organizational cybersecurity policies.
Figures
Figures from the paper (3 more)
Reference graph
Works this paper leans on
-
[1]
Computers & security , volume=
Information security policy: An organizational-level process model , author=. Computers & security , volume=. 2009 , publisher=
work page 2009
-
[2]
European Journal of Information Systems , volume=
Organizational information security policies: a review and research framework , author=. European Journal of Information Systems , volume=. 2017 , publisher=
work page 2017
-
[3]
Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks
Reimers, Nils and Gurevych, Iryna. Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks. Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing. 2019
work page 2019
-
[4]
Automating information security policy compliance checking , author=. 2018 Fifth International Conference on Emerging Applications of Information Technology (EAIT) , pages=. 2018 , organization=
work page 2018
-
[5]
2011 Information Security for South Africa , pages=
Information security governance control through comprehensive policy architectures , author=. 2011 Information Security for South Africa , pages=. 2011 , organization=
work page 2011
-
[6]
Security and privacy controls for information systems and organizations , author=. 2020 , institution=
work page 2020
-
[7]
The NIST cybersecurity framework (CSF) 2.0 , author=. 2024 , publisher=
work page 2024
-
[8]
NIST Special Publication , volume=
Assessing security and privacy controls in information systems and organizations , author=. NIST Special Publication , volume=
Show all 35 references
-
[9]
NIST Special Publication , volume=
Risk management framework for information systems and organizations , author=. NIST Special Publication , volume=
-
[10]
Proceedings of the ACM SIGSOFT 20th International Symposium on the Foundations of Software Engineering , pages=
Automated extraction of security policies from natural-language software documents , author=. Proceedings of the ACM SIGSOFT 20th International Symposium on the Foundations of Software Engineering , pages=
-
[11]
Proceedings of the ACM on Software Engineering , volume=
On the Contents and Utility of IoT Cybersecurity Guidelines , author=. Proceedings of the ACM on Software Engineering , volume=. 2024 , publisher=
2024
-
[12]
Journal of Software: Evolution and Process , volume=
Compliance checking of software processes: A systematic literature review , author=. Journal of Software: Evolution and Process , volume=. 2022 , publisher=
2022
-
[13]
IEEE transactions on software engineering , volume=
Analyzing regulatory rules for privacy and security requirements , author=. IEEE transactions on software engineering , volume=. 2008 , publisher=
2008
-
[14]
Ieee Access , volume=
Security operations center: A systematic study and open challenges , author=. Ieee Access , volume=. 2020 , publisher=
2020
-
[15]
SOC 2 Compliance Timeline: How Long Does It Really Take? , year =
-
[16]
European Interdisciplinary Cybersecurity Conference , pages=
PARAG: P roactive A nswering Framework Integrating LLMs with R etrieval-A ugmented G eneration , author=. European Interdisciplinary Cybersecurity Conference , pages=. 2025 , organization=
2025
-
[17]
Computing , volume=
Large language models: a new approach for privacy policy analysis at scale , author=. Computing , volume=. 2024 , publisher=
2024
-
[18]
Findings of the Association for Computational Linguistics: ACL 2025 , pages=
From Complexity to Clarity: AI/NLP’s Role in Regulatory Compliance , author=. Findings of the Association for Computational Linguistics: ACL 2025 , pages=
2025
-
[19]
International Journal of Accounting Information Systems , volume=
Effectiveness of cybersecurity audit , author=. International Journal of Accounting Information Systems , volume=. 2022 , publisher=
2022
-
[20]
arXiv preprint arXiv:2509.07006 , year=
ArGen: Auto-Regulation of Generative AI via GRPO and Policy-as-Code , author=. arXiv preprint arXiv:2509.07006 , year=
-
[21]
arXiv preprint arXiv:2509.23994 , year=
Policy-as-Prompt: Turning AI Governance Rules into Guardrails for AI Agents , author=. arXiv preprint arXiv:2509.23994 , year=
-
[22]
European Conference on Advances in Databases and Information Systems , pages=
Arpaccino: an agentic-rag for policy as code compliance , author=. European Conference on Advances in Databases and Information Systems , pages=. 2025 , organization=
2025
-
[23]
Theory and Practice of Logic Programming , pages=
Autonomous Agents and Policy Compliance: A Framework for Reasoning About Penalties , author=. Theory and Practice of Logic Programming , pages=. 2025 , publisher=
2025
-
[24]
Transforming Government: People, Process and Policy , volume=
A five-layer framework for AI governance: integrating regulation, standards, and certification , author=. Transforming Government: People, Process and Policy , volume=. 2025 , publisher=
2025
-
[25]
Watkins, Steve , year=
-
[26]
2024 , publisher=
A comprehensive guide to the NIST cybersecurity framework 2.0: Strategies, implementation, and best practice , author=. 2024 , publisher=
2024
-
[27]
2024 IEEE European Symposium on Security and Privacy Workshops (EuroS&PW) , pages=
Position paper: Leveraging large language models for cybersecurity compliance , author=. 2024 IEEE European Symposium on Security and Privacy Workshops (EuroS&PW) , pages=. 2024 , organization=
2024
-
[28]
2025 IEEE European Symposium on Security and Privacy Workshops (EuroS&PW) , pages=
Work in Progress: Leveraging Large Language Models for Cybersecurity Compliance: A Pilot Study in ISO 27001 Audit Planning , author=. 2025 IEEE European Symposium on Security and Privacy Workshops (EuroS&PW) , pages=. 2025 , organization=
2025
-
[29]
Adjunct Proceedings of the 4th Annual Symposium on Human-Computer Interaction for Work , pages=
Can't LLMs do that? Supporting Third-Party Audits under the DSA: Exploring Large Language Models for Systemic Risk Evaluation of the Digital Services Act in an Interdisciplinary Setting , author=. Adjunct Proceedings of the 4th Annual Symposium on Human-Computer Interaction fo...
-
[30]
2024 , issn =
From COBIT to ISO 42001: Evaluating cybersecurity frameworks for opportunities, risks, and regulatory compliance in commercializing large language models , journal =. 2024 , issn =. doi:https://doi.org/10.1016/j.cose.2024.103964 , author =
2024 doi
-
[31]
Rethinking Legal Compliance Automation: Opportunities with Large Language Models , year=
Hassani, Shabnam and Sabetzadeh, Mehrdad and Amyot, Daniel and Liao, Jain , booktitle=. Rethinking Legal Compliance Automation: Opportunities with Large Language Models , year=
-
[32]
arXiv preprint arXiv:2601.03287 , year=
Automated Post-Incident Policy Gap Analysis via Threat-Informed Evidence Mapping using Large Language Models , author=. arXiv preprint arXiv:2601.03287 , year=
-
[33]
2025 , eprint=
Generative AI in Financial Institution: A Global Survey of Opportunities, Threats, and Regulation , author=. 2025 , eprint=
2025
-
[34]
Alec Cram and Jeffrey G
W. Alec Cram and Jeffrey G. Proudfoot and John D’Arcy , title =. European Journal of Information Systems , volume =. 2017 , publisher =
2017
-
[35]
Information security and optimization , pages=
Organization security policies and their after effects , author=. Information security and optimization , pages=. 2020 , publisher=
2020
Reviewed May 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.