Agent Touch Layer

PassAudited by VirusTotal on May 14, 2026.

Findings (1)

The skill bundle is classified as suspicious due to its reliance on an external GitHub repository for core functionality and the use of powerful system commands. The `scripts/setup.sh` file performs a `git clone https://github.com/JordanCoin/Atl` and then builds and installs the application using `xcodebuild` and `xcrun simctl install`. This introduces a supply chain risk, as the integrity of the external repository is critical. Additionally, the `SKILL.md` documentation explicitly details the `evaluate` command, which allows arbitrary JavaScript execution within the simulated browser, a powerful capability that could be exploited if the agent is compromised.