syncing-aidlc-workflows

Warn

Audited by Socket on Jun 17, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
lib/aidlc_import.sh

No explicit malware indicators (credential theft, exfiltration, backdoor/persistence) are present in this snippet alone. The dominant security concern is a supply-chain execution and trust-boundary risk: the script fetches arbitrary upstream code and, for TOOL=kiro, the dist preparation step is explicitly described as running build.js inside the cloned upstream repository. It then performs broad filesystem copying of the resulting artifact tree into the project and generates a manifest based on those contents. Additionally, destructive rm -rf cleanup occurs on helper-derived paths, and commit/repo provenance verification is not visible in this fragment.

Confidence: 100%Severity: 60%
AnomalyLOW
lib/aidlc_common.sh

This module is a workflow synchronization helper that primarily performs supply-chain risky operations: it fetches remote repository artifacts and (for tool=kiro) executes an upstream Node build script from freshly fetched code. It also downloads and extracts GitHub tarballs without integrity/signature pinning shown here. There are no clear indicators of covert malware (no exfiltration, credential theft, persistence, or obfuscation), but the supply-chain execution/trust risk is real and should be addressed with pinning, verification, and strict allowlisting of upstream sources/ref inputs at higher levels.

Confidence: 100%Severity: 60%
Audit Metadata
Analyzed At
Jun 17, 2026, 06:43 PM
Package URL
pkg:socket/skills-sh/Donngi%2Fagent-skills%2Fsyncing-aidlc-workflows%2F@1959d74416ad3c5a28159f803a3b241fdd26255e96115adc981fd65c5e7519b1
Security Audit — socket — syncing-aidlc-workflows