unawareness

Analyze source code for unawareness threats to user data consent and transparency.

12|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/florianbuetow/claude-code --skill unawareness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unawareness
Source: https://github.com/florianbuetow/claude-code/tree/main/plugins/appsec/skills/unawareness
Command: npx skills add https://github.com/florianbuetow/claude-code --skill unawareness

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the critical privacy risk of users being unaware of how their personal data is collected, processed, or shared, ensuring transparency and valid consent.

Core Features & Use Cases

  • Consent Flow Analysis: Verifies that user consent is obtained before data collection begins.
  • Third-Party Disclosure Audit: Identifies and checks disclosures for all third-party scripts and SDKs that handle user data.
  • Use Case: Automatically scan your web application's codebase to ensure that analytics scripts are only initialized after a user has explicitly consented, and that all data-sharing partners are clearly disclosed in your privacy policy.

Quick Start

Analyze the current code changes for any unawareness threats related to user consent and data collection.

Frequently Asked Questions about unawareness

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit source code for unawareness threats related to user data collection?

To audit source code for unawareness threats, analyze data collection points and third-party integrations to verify users are not left unaware of personal data processing, ensuring transparency and valid consent across all modules.

What are LINDDUN U and OWASP A04:2021 standards for privacy-by-design?

LINDDUN U and OWASP A04:2021 are privacy-by-design standards that define how to evaluate consent mechanisms and data sharing disclosures, ensuring applications maintain transparency regarding personal data collection and user rights.

How to check if user consent is obtained before analytics scripts initialize?

Check consent flow by analyzing code changes to ensure analytics scripts and third-party SDKs are only initialized after a user has explicitly consented, verifying that data collection begins strictly post-approval.

Does this privacy audit identify undisclosed third-party data sharing in my codebase?

Yes, the privacy audit identifies third-party scripts and SDKs that handle user data and checks their disclosures, verifying that all data-sharing partners are clearly documented in your privacy policy.

Can I scan web application code to verify data sharing partners are disclosed in the privacy policy?

Yes, you can automatically scan web application codebases to verify that all third-party data-sharing partners handling user data are clearly disclosed in the privacy policy, ensuring valid consent and transparency.