Jeff Larson
Community@thejefflarson
Agent Skills by Jeff Larson
Showing 45 vetted skills indexed across 1 GitHub repositories.
security-misconfiguration
Identify insecure defaults and misconfigurations in server code and configurations.
ssrf
Detect and remediate SSRF vulnerabilities in outbound HTTP requests.
prototype-pollution
Detect prototype pollution vulnerabilities in JavaScript and TypeScript code.
threat-model
Identify missing security controls and gaps in system design before implementation.
hardcoded-secrets
Flag hardcoded API keys, passwords, tokens, and private keys in source code and configuration files.
mcp-security
Validate MCP tool schemas and handlers against security risks.
broken-access-control
Enforce ownership gates and role-based middleware with 404 responses.
sensitive-disclosure
Redact PII and credentials from inputs before LLM usage.
mass-assignment
Filter request fields to prevent mass assignment vulnerabilities in web frameworks.
authentication-failures
Identify and remediate authentication failures in login flows, session management, and token handling.
insecure-plugin-design
Enforce input validation, per-tool authorization, and audit logging in LLM tool definitions.
nosql-injection
Detect and mitigate NoSQL injection flaws in MongoDB and Elasticsearch queries.
multi-agent-trust
Enforce authentication, authorization, and scoped permissions on inter-agent communications.
excessive-agency
Gate high-impact agent actions behind human approval and audit logs.
oauth-implementation
Enforce strict JWT validation and redirect URI matching in OAuth/OIDC implementations.
hotspots
Identify security hotspots in a codebase and output a prioritized report.
graphql-security
Identify and mitigate GraphQL security risks including unbounded query depth, introspection exposure, and batch attacks.
training-data-poisoning
Block poisoned or low-quality data from training and fine-tuning pipelines.
insecure-local-storage
Detect insecure local data storage patterns exposing credentials, tokens, and PII.
path-traversal
Detect and remediate directory traversal vulnerabilities across multi-language codebases.
csrf
Enforce CSRF tokens on state-changing endpoints across web frameworks.
model-theft
Enforce authentication, rate limits, and response sanitization on inference endpoints.
integrity-failures
Detect unsafe deserialization patterns and unverified artifact trust in code and CI/CD workflows.
injection
Detect injection vulnerabilities in SQL, shell, and template contexts.