Skip to content

[Export Audit] Dead export: secureWipeFile in ssl-key-storage.ts #6420

Description

@github-actions

Dead Export Analysis

File: src/ssl-key-storage.ts

Symbol: secureWipeFile (function)

Evidence: Pre-computed verification shows used_outside_defining_file=0_files

Details:

  • Exported function that is never imported or used outside its defining file
  • Located in security-critical SSL key storage module
  • Dead code in security modules increases attack surface and audit burden

Risk Assessment: Score 5/5 (unused public API = 3, security-critical module = +2)

Recommendation:

  • If unused: Remove export or make function internal
  • If intended for external use: Add integration tests
  • Review security implications before removal

Verification Source: Automated export audit with cross-file usage analysis

Warning

Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • awmgmcpg

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "awmgmcpg"

See Network Configuration for more information.

Generated by API Surface & Export Audit · 17.8 AIC · ⊞ 5K ·

  • expires on Aug 19, 2026, 10:06 AM UTC

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions