github Python re-analysis due deep scan · partial (42/3,099 files)

agentskillexchange/skills

github

Curated, trusted open catalog of AI agent skills for OpenClaw, Claude Code, Codex, GitHub Copilot, Gemini, Cursor, MCP, LangChain, and more. Browse, install, and verify reusable agent workflows.

maintainer
agentskillexchange
licence
MIT
first seen
2026-06-04
last seen
2026-09-17
releases · 30d
0
short id

Drift inferred · capture-to-capture

  1. HIGH code analysis flagged hidden prompt content ×3 in agentskillexchange/skills
  2. HIGH code analysis flagged hidden prompt content ×3 in agentskillexchange/skills
  3. HIGH code analysis flagged hidden prompt content ×2 in agentskillexchange/skills
  4. HIGH code analysis flagged hidden prompt content ×2 in agentskillexchange/skills
  5. HIGH code analysis flagged hidden prompt content ×2 in agentskillexchange/skills
  6. HIGH code analysis flagged hidden prompt content ×2 in agentskillexchange/skills
  7. HIGH code analysis flagged hidden prompt content ×2 in agentskillexchange/skills
  8. HIGH code analysis flagged hidden prompt content ×2 in agentskillexchange/skills
  9. HIGH code analysis flagged hidden prompt content ×3 in agentskillexchange/skills
  10. HIGH code analysis flagged hidden prompt content ×3 in agentskillexchange/skills
  11. HIGH code analysis flagged hidden prompt content ×3 in agentskillexchange/skills
  12. HIGH code analysis flagged hidden prompt content ×3 in agentskillexchange/skills
capabilities 0 tools
transport counts 0 tools · 0 res · 0 prompts permission surface via code analysis

No tools enumerated yet for this server.

skills & danger signals github-tarball
prompt-surface shipped agent-instruction files + hidden-content / dangerous-code findings — quoted from the analyzed source

analyzed commit c7c56b2 · analyzer v33 · 1d ago

skills & prompt files 43

code evidence vHEAD · github-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

code files: 24

filesystem 13

  • fs (weak) agentskillexchange-skills-c7c56b2/scripts/apply-frontmatter-verification-overlay.py :16 from pathlib import Path
  • fs (weak) agentskillexchange-skills-c7c56b2/scripts/ase_body_quality_gate.py :15 from pathlib import Path
  • fs (weak) agentskillexchange-skills-c7c56b2/scripts/ase_replace_install_boilerplate.py :13 from pathlib import Path
  • fs (weak) agentskillexchange-skills-c7c56b2/scripts/check-install-commands.py :14 from pathlib import Path
  • fs (weak) agentskillexchange-skills-c7c56b2/scripts/generate-agent-endpoints.py :10 from pathlib import Path
  • fs (weak) agentskillexchange-skills-c7c56b2/scripts/regenerate-local.py :13 from pathlib import Path
  • fs (weak) agentskillexchange-skills-c7c56b2/scripts/security_scan.py :16 from pathlib import Path
  • fs (weak) agentskillexchange-skills-c7c56b2/scripts/test_body_quality_fixtures.py :9 from pathlib import Path
  • fs (weak) agentskillexchange-skills-c7c56b2/scripts/test_security_patterns.py :12 from pathlib import Path
  • fs (weak) agentskillexchange-skills-c7c56b2/scripts/validate_github_repo_sources.py :17 from pathlib import Path
  • fs (weak) agentskillexchange-skills-c7c56b2/scripts/validate_skills.py :15 from pathlib import Path
  • fs (weak) agentskillexchange-skills-c7c56b2/scripts/write-sync-metadata.py :12 from pathlib import Path
show 1 more
  • fs (weak) agentskillexchange-skills-c7c56b2/skills/clean-closed-issue-worktrees/scripts/worktree_cleanup.py :16 from pathlib import Path

shell / exec 4

  • shell (weak) agentskillexchange-skills-c7c56b2/scripts/regenerate-local.py :11 import subprocess
  • shell (weak) agentskillexchange-skills-c7c56b2/scripts/test_body_quality_fixtures.py :7 import subprocess
  • shell (weak) agentskillexchange-skills-c7c56b2/scripts/write-sync-metadata.py :10 import subprocess
  • shell (weak) agentskillexchange-skills-c7c56b2/skills/clean-closed-issue-worktrees/scripts/worktree_cleanup.py :20 import subprocess

network 3

  • net (weak) agentskillexchange-skills-c7c56b2/scripts/ase_replace_install_boilerplate.py :11 import urllib.parse
  • net (weak) agentskillexchange-skills-c7c56b2/scripts/smoke-agent-endpoints.py :19 import urllib.request
  • net (weak) agentskillexchange-skills-c7c56b2/scripts/validate_github_repo_sources.py :14 import urllib.error

secrets 1

  • secrets (weak) agentskillexchange-skills-c7c56b2/scripts/validate_github_repo_sources.py :81 token = os.environ.get("GITHUB_TOKEN")