AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Nean Sec

skill-edfenton-claude-skills-nean-sec · by edfenton

Security policy for NEAN apps. Enforces OWASP Top 10 and CWE Top 25 mitigations.

No reviews yet
0 installs
29 views
0.0% view→install

Install

$ agentstack add skill-edfenton-claude-skills-nean-sec

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-edfenton-claude-skills-nean-sec)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
6mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Nean Sec? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Purpose

Ensure NEAN code is secure by default. For security output format and core refusal policy, see /shared-sec-baseline.

NEAN-specific security concerns (always check)

  1. SQL injection — use TypeORM parameterized queries; never interpolate user input into raw SQL
  2. Input validation — class-validator decorators on all DTOs at every API boundary
  3. XSS — Angular sanitizes by default; audit [innerHTML] and bypassSecurityTrust* usage
  4. CSRF — required when using cookie-based auth; implement CSRF tokens or use SameSite=Strict
  5. Auth/authz gaps — verify authorization in NestJS guards on every protected endpoint, not just frontend
  6. Token storage — avoid localStorage for sensitive tokens; prefer httpOnly cookies for refresh tokens
  7. Mass assignment — use DTOs with explicit properties; never spread request body directly into entities

Standard security (brief check)

  • Error responses: safe exception filters, no stack traces or internal details
  • Rate limiting: on auth endpoints, expensive operations, public APIs
  • Dependencies: lockfile committed, no known critical vulnerabilities
  • Security headers: Helmet middleware configured

Reference

For detailed OWASP/CWE mitigation patterns, see reference/nean-sec-reference.md

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.