Jeff Larson avatar

Jeff Larson

Community

@thejefflarson

337Followers
|
92Public Repos
|
45Published Skills

Agent Skills by Jeff Larson

Showing 45 vetted skills indexed across 1 GitHub repositories.

thejefflarsonthejefflarson
20

security-misconfiguration

Identify insecure defaults and misconfigurations in server code and configurations.

Community
Intermediate
thejefflarsonthejefflarson
20

ssrf

Detect and remediate SSRF vulnerabilities in outbound HTTP requests.

Community
Advanced
thejefflarsonthejefflarson
20

prototype-pollution

Detect prototype pollution vulnerabilities in JavaScript and TypeScript code.

Community
Intermediate
thejefflarsonthejefflarson
20

threat-model

Identify missing security controls and gaps in system design before implementation.

Community
Advanced
thejefflarsonthejefflarson
20

hardcoded-secrets

Flag hardcoded API keys, passwords, tokens, and private keys in source code and configuration files.

Community
Intermediate
thejefflarsonthejefflarson
20

mcp-security

Validate MCP tool schemas and handlers against security risks.

Community
Advanced
thejefflarsonthejefflarson
20

broken-access-control

Enforce ownership gates and role-based middleware with 404 responses.

Community
Advanced
thejefflarsonthejefflarson
20

sensitive-disclosure

Redact PII and credentials from inputs before LLM usage.

Community
Intermediate
thejefflarsonthejefflarson
20

mass-assignment

Filter request fields to prevent mass assignment vulnerabilities in web frameworks.

Community
Intermediate
thejefflarsonthejefflarson
20

authentication-failures

Identify and remediate authentication failures in login flows, session management, and token handling.

Community
Advanced
thejefflarsonthejefflarson
20

insecure-plugin-design

Enforce input validation, per-tool authorization, and audit logging in LLM tool definitions.

Community
Advanced
thejefflarsonthejefflarson
20

nosql-injection

Detect and mitigate NoSQL injection flaws in MongoDB and Elasticsearch queries.

Community
Advanced
thejefflarsonthejefflarson
20

multi-agent-trust

Enforce authentication, authorization, and scoped permissions on inter-agent communications.

Community
Intermediate
thejefflarsonthejefflarson
20

excessive-agency

Gate high-impact agent actions behind human approval and audit logs.

Community
Advanced
thejefflarsonthejefflarson
20

oauth-implementation

Enforce strict JWT validation and redirect URI matching in OAuth/OIDC implementations.

Community
Advanced
thejefflarsonthejefflarson
20

hotspots

Identify security hotspots in a codebase and output a prioritized report.

Community
Advanced
thejefflarsonthejefflarson
20

graphql-security

Identify and mitigate GraphQL security risks including unbounded query depth, introspection exposure, and batch attacks.

Community
Advanced
thejefflarsonthejefflarson
20

training-data-poisoning

Block poisoned or low-quality data from training and fine-tuning pipelines.

Community
Advanced
thejefflarsonthejefflarson
20

insecure-local-storage

Detect insecure local data storage patterns exposing credentials, tokens, and PII.

Community
Intermediate
thejefflarsonthejefflarson
20

path-traversal

Detect and remediate directory traversal vulnerabilities across multi-language codebases.

Community
Intermediate
thejefflarsonthejefflarson
20

csrf

Enforce CSRF tokens on state-changing endpoints across web frameworks.

Community
Advanced
thejefflarsonthejefflarson
20

model-theft

Enforce authentication, rate limits, and response sanitization on inference endpoints.

Community
Intermediate
thejefflarsonthejefflarson
20

integrity-failures

Detect unsafe deserialization patterns and unverified artifact trust in code and CI/CD workflows.

Community
Advanced
thejefflarsonthejefflarson
20

injection

Detect injection vulnerabilities in SQL, shell, and template contexts.

Community
Intermediate