feishu-wiki

Warn

Audited by Socket on Aug 18, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
scripts/read_bitable.py

No clear indicators of intentional malware or sabotage were observed in this module. The dominant risk is security/credential hygiene: the app secret is embedded in source code and multiple sensitive tokens/identifiers are printed to stdout, which can readily leak via terminal/CI logs. Additionally, the tool prints fetched record contents, increasing the likelihood of inadvertent data exposure depending on table sensitivity. Remediation should focus on removing embedded secrets, suppressing token output, and adding safe logging/redaction and request timeouts.

Confidence: 76%Severity: 62%
AnomalyLOW
scripts/add_records.py

No clear evidence of active malware in this fragment: behavior is limited to authenticating to Feishu and batch-creating records using job data, with no local execution or suspicious outbound connections to non-Feishu domains. However, the module embeds high-value credentials (APP_SECRET and BITABLE_APP_TOKEN) directly in source code, which is a serious supply-chain/operational security risk and could enable unauthorized API access if the package is distributed or leaked. Additionally, untrusted input is written to a remote SaaS table without strong validation (data integrity/privacy risk).

Confidence: 74%Severity: 67%
Audit Metadata
Analyzed At
Aug 18, 2026, 09:04 AM
Package URL
pkg:socket/skills-sh/spacezephyr%2Fmyskill%2Ffeishu-wiki%2F@4134a0a6ff4b823fd55d8aee9e478e60dcaa2625231386bbf33baaf7ba081993
Security Audit — socket — feishu-wiki