Provide notice to individuals about the processing of personally identifiable information that: Is available to individuals upon first interacting wit
Scanned 9/3/2026
Install to Claude Code
npx -y skills add CyberStrikeus/CyberStrike --skill PT-5_privacy-notice --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of PT 5 Privacy Notice?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/cyberstrikeus-pt-5-privacy-notice)More formats (shields.io, HTML) on the badges page.
---
name: "PT-5_privacy-notice"
description: "Provide notice to individuals about the processing of personally identifiable information that: Is available to individuals upon first interacting wit"
category: "configuration"
version: "5.2.0"
author: "cyberstrike-official"
tags:
- nist
- sp800-53
- rev5
- pt-5
- pt
tech_stack:
- any
cwe_ids:
- CWE-359
chains_with:
- PM-20
- PM-22
- PT-2
- PT-3
- PT-4
- PT-7
- RA-3
- SC-42
- SI-18
prerequisites: []
severity_boost:
PM-20: "Chain with PM-20 for comprehensive security coverage"
PM-22: "Chain with PM-22 for comprehensive security coverage"
PT-2: "Chain with PT-2 for comprehensive security coverage"
---
# PT-5 Privacy Notice
## High-Level Description
**Family:** Personally Identifiable Information Processing and Transparency (PT)
**Framework:** NIST SP 800-53 Rev 5
Privacy notices help inform individuals about how their personally identifiable information is being processed by the system or organization. Organizations use privacy notices to inform individuals about how, under what authority, and for what purpose their personally identifiable information is processed, as well as other information such as choices individuals might have with respect to that processing and other parties with whom information is shared. Laws, executive orders, directives, regulations, or policies may require that privacy notices include specific elements or be provided in specific formats. Federal agency personnel consult with the senior agency official for privacy and legal counsel regarding when and where to provide privacy notices, as well as elements to include in privacy notices and required formats. In circumstances where laws or government-wide policies do not require privacy notices, organizational policies and determinations may require privacy notices and may serve as a source of the elements to include in privacy notices.
Privacy risk assessments identify the privacy risks associated with the processing of personally identifiable information and may help organizations determine appropriate elements to include in a privacy notice to manage such risks. To help individuals understand how their information is being processed, organizations write materials in plain language and avoid technical jargon.
## What to Check
- [ ] Verify PT-5 Privacy Notice is documented in SSP
- [ ] Validate all 5 control requirements are implemented
- [ ] Confirm control is operating effectively
- [ ] Review evidence of continuous monitoring for PT-5
## How to Test
### Step 1: Review Documentation
Examine the System Security Plan (SSP) and related artifacts for PT-5 implementation details. Verify the organization has documented how this control is satisfied.
### Step 2: Validate Implementation
```
# For cloud environments, use cloud-audit-mcp tools
# For on-premises, review system configurations directly
# Example: Check if account management policies exist
grep -r "account.management\|access.control" /etc/security/ 2>/dev/null
```
### Step 3: Test Operating Effectiveness
Verify the control is actively functioning, not just documented. Check logs, configurations, and operational evidence.
## Tools
| Tool | Purpose | Usage |
| ------------- | --------------------------------- | ----- |
| Manual Review | Documentation and interview-based | N/A |
## Remediation Guide
### Control Statement
Provide notice to individuals about the processing of personally identifiable information that:
Is available to individuals upon first interacting with an organization, and subsequently at [organization-defined];
Is clear and easy-to-understand, expressing information about personally identifiable information processing in plain language;
Identifies the authority that authorizes the processing of personally identifiable information;
Identifies the purposes for which personally identifiable information is to be processed; and
Includes [organization-defined].
### Implementation Guidance
Privacy notices help inform individuals about how their personally identifiable information is being processed by the system or organization. Organizations use privacy notices to inform individuals about how, under what authority, and for what purpose their personally identifiable information is processed, as well as other information such as choices individuals might have with respect to that processing and other parties with whom information is shared. Laws, executive orders, directives, regulations, or policies may require that privacy notices include specific elements or be provided in specific formats. Federal agency personnel consult with the senior agency official for privacy and legal counsel regarding when and where to provide privacy notices, as well as elements to include in privacy notices and required formats. In circumstances where laws or government-wide policies do not require privacy notices, organizational policies and determinations may require privacy notices and may serve as a source of the elements to include in privacy notices.
Privacy risk assessments identify the privacy risks associated with the processing of personally identifiable information and may help organizations determine appropriate elements to include in a privacy notice to manage such risks. To help individuals understand how their information is being processed, organizations write materials in plain language and avoid technical jargon.
## Risk Assessment
| Finding | Severity | Impact |
| ----------------------------------- | -------- | -------------------------------------------------------------------------- |
| PT-5 Privacy Notice not implemented | Medium | Personally Identifiable Information Processing and Transparency |
| PT-5 partially implemented | Low | Incomplete Personally Identifiable Information Processing and Transparency |
## CWE Categories
| CWE ID | Title |
| ------- | ---------------------------------------- |
| CWE-359 | Exposure of Private Personal Information |
## References
- [NIST SP 800-53 Rev 5 - PT-5](https://csrc.nist.gov/projects/cprt/catalog#/cprt/framework/version/SP_800_53_5_1_1/home?element=pt-5)
- [NIST SP 800-53A Rev 5 (Assessment Procedures)](https://csrc.nist.gov/pubs/sp/800/53/a/r5/final)
- [NIST SP 800-53 Rev 5 Full Catalog](https://csrc.nist.gov/pubs/sp/800/53/r5/upd1/final)
## Checklist
- [ ] Control documented in SSP
- [ ] Implementation evidence collected
- [ ] Operating effectiveness validated
- [ ] Continuous monitoring in place
- [ ] Related controls (PM-20, PM-22, PT-2, PT-3, PT-4) reviewed
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!