agentsclimarketplace

Security check

Skill Benkapner/claude-code-basecamp/skills/security-check

A meta-repository for Claude Code users that includes workspace setup (skills, commands, hooks)

Install
npx -y skills add Benkapner/claude-code-basecamp --skill security-check

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 14 stars14 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Scan Python projects for credential leaks, secrets in code, insecure patterns, LLM API key exposure, PII leakage to external AI services, and .env/.gitignore misconfigurations. Focused on data science pipelines handling API keys, tokens, and LLM integrations.

SKILL.md

1.1 KB, as published. Nobody here has run it

Security Check Skill

Scan for credential leaks, insecure code patterns, and LLM security issues in Python data science projects.

When to Activate

  • Before committing changes
  • After modifying .env, .gitignore, or config files
  • When adding new API integrations or credentials
  • When reviewing code that handles tokens, keys, or passwords
  • When code sends data to external LLM APIs (Gemini, OpenAI, etc.)
  • Periodic security hygiene checks

Check Process

Read skills/scan-process.md for the full 6-step scan process with bash commands.

Pattern Reference

Read skills/pattern-tables.md for API key regex patterns, insecure Python code patterns, and LLM-specific security patterns with severity classifications.

Behavioral Rules

Read guidelines.md for severity classifications, remediation requirements, and escalation rules.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.