Back to skill
Skillv0.2.1
Static analysis security
Sec Daily Digest · Deterministic local checks for risky code patterns and metadata mismatches.
Scanner verdict
ReviewApr 30, 2026, 5:04 AM
- Summary
- Detected: suspicious.env_credential_access, suspicious.potential_exfiltration
- Reason codes
- suspicious.env_credential_accesssuspicious.potential_exfiltration
- Engine
- v2.4.5
Evidence
criticalsrc/pipeline/run.ts:153
Environment variable access combined with network send.
suspicious.env_credential_access
warnsrc/opml/sync.ts:1
File read combined with network send (possible exfiltration).
suspicious.potential_exfiltration
warnsrc/pipeline/run.ts:1
File read combined with network send (possible exfiltration).
suspicious.potential_exfiltration
warnsrc/twitter/backends/official.ts:1
File read combined with network send (possible exfiltration).
suspicious.potential_exfiltration
warntests/e2e/sec-digest.e2e.test.ts:2
File read combined with network send (possible exfiltration).
suspicious.potential_exfiltration
warntests/opml/sync.test.ts:2
File read combined with network send (possible exfiltration).
suspicious.potential_exfiltration
warntests/pipeline/run.test.ts:2
File read combined with network send (possible exfiltration).
suspicious.potential_exfiltration
warntests/twitter/backends/official.test.ts:2
File read combined with network send (possible exfiltration).
suspicious.potential_exfiltration
