Security Audit
Jamkris/everything-gemini-code:skills/crosspost
github.com/Jamkris/everything-gemini-codeTrust Assessment
Jamkris/everything-gemini-code:skills/crosspost received a trust score of 70/100, placing it in the Caution category. This skill has some security considerations that users should review before deployment.
SkillShield's automated analysis identified 1 finding: 0 critical, 0 high, 0 medium, and 0 low severity. Key findings include Potential Data Exfiltration via Environment Variable Access and External API Call.
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 March 30, 2026 (commit 6c6f43aa). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings1
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| INFO | Potential Data Exfiltration via Environment Variable Access and External API Call The skill demonstrates accessing an environment variable (`POSTBRIDGE_API_KEY`) and sending it, along with potentially user-generated content, to an external service via an HTTP POST request. While the target URL is a placeholder (`https://your-crosspost-service.example/api/posts`), this pattern highlights a mechanism that could be used for data exfiltration if the target service is untrusted or if sensitive, unauthorized environment variables are accessed and transmitted. Ensure that any external services integrated are trusted and that API keys or other sensitive environment variables are only accessed and transmitted to authorized endpoints. Implement strict access controls for environment variables and validate all external URLs. For production environments, consider using a dedicated secrets management system instead of direct environment variables. | Static | SKILL.md:126 |
Scan History
Embed Code
[](https://skillshield.io/report/960932f7b5d9c719)
Powered by SkillShield