Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.apyguard.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Sensitive data findings help teams identify API responses or payload behaviors that may expose information beyond what should be returned or stored.

Exposure detection

Identify where APIs return data that may create privacy or compliance risk.

Response review

Investigate which endpoints and flows are responsible for the exposure.

Scope awareness

Understand whether exposure is broad, role-specific, or limited to a certain path.

Remediation planning

Use the finding context to tighten response handling and data access behavior.

Common follow-up actions

  • Reduce unnecessary fields in responses
  • Tighten authorization checks
  • Revisit test data returned by endpoints
  • Re-scan after response handling changes