Trust Assessment
domain-dns-ops received a trust score of 94/100, placing it in the Trusted category. This skill has passed all critical security checks and demonstrates strong security practices.
SkillShield's automated analysis identified 1 finding: 0 critical, 0 high, 1 medium, and 0 low severity. Key findings include Potential Data Exfiltration via Git Push.
The analysis covered 4 layers: Manifest Analysis, Static Code Analysis, Dependency Graph, LLM Behavioral Safety. All layers scored 70 or above, reflecting consistent security practices.
Last analyzed on February 13, 2026 (commit 13146e6a). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings1
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Potential Data Exfiltration via Git Push The skill explicitly instructs an agent to perform a `git push origin main` operation on the `~/Projects/manager` repository. This repository is described as the 'source of truth' and contains files like `DOMAINS.md`, `DNS.md`, and `redirect-worker-mapping.md`, which are likely to hold sensitive configuration data related to domains, DNS, and redirects. Pushing such a repository to a remote could lead to the exfiltration of sensitive organizational or user data if the remote repository is not adequately secured or is publicly accessible. Ensure that the `~/Projects/manager` repository does not contain any sensitive information that should not be pushed to a remote. Implement strict access controls and review processes for the remote repository. If sensitive data must reside in this repository, consider using Git's credential helper with secure storage, or implement pre-push hooks to scan for sensitive data before allowing a push. Re-evaluate if `git push` is strictly necessary for the skill's operation or if a more controlled method of synchronization can be used. | LLM | SKILL.md:58 |
Scan History
Embed Code
[](https://skillshield.io/report/5cd086f8bee3a245)
Powered by SkillShield