cf-access-wall

Warn

Audited by Socket on Aug 11, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
scripts/setup-access.mjs

Overall, this looks like a legitimate Cloudflare Access provisioning script driven by a local JSON spec. It does not show clear malicious behaviors like exfiltration to unknown domains, backdoors, or dynamic code execution. The main security concern is the dynamic import of a helper module from a user home directory path, which creates a trust boundary and could enable supply-chain/hijacking if that file is tampered with. Additionally, it creates long-lived service tokens and vaults client secrets—security depends on the integrity of vaultGet/vaultSet/apiCaller.

Confidence: 62%Severity: 50%
AnomalyLOW
scripts/gh-oauth-app.mjs

This module is an OAuth provisioning/secret-capture automation: it drives GitHub UI to generate and reveal a GitHub OAuth client_secret, then stores both client_id and client_secret into a local vault scope. While the fragment does not show direct exfiltration or destructive behavior, it handles highly sensitive credentials and relies on a dynamic import from a user-home path for the browser control and vault write operations—making the trust boundary and supply-chain integrity of that imported module central to overall risk. If that local dependency or vault implementation is tampered with, credential theft or additional malicious actions could be performed with high impact.

Confidence: 60%Severity: 60%
Audit Metadata
Analyzed At
Aug 11, 2026, 05:07 PM
Package URL
pkg:socket/skills-sh/terrylica%2Fcc-skills%2Fcf-access-wall%2F@af74abf33a6e4e5728fa70f5aad30545de394e3cfb73b0ca28920866c426b4c7
Security Audit — socket — cf-access-wall