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

14 Factor Security Privacy

skill-just-agent-just-product-factor-14-factor-security-privacy · by Just-Agent

A Claude skill from Just-Agent/just-product-factor.

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

Install

$ agentstack add skill-just-agent-just-product-factor-14-factor-security-privacy

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

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets Used
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

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-just-agent-just-product-factor-14-factor-security-privacy)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo 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 14 Factor Security Privacy? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

14-factor-security-privacy Skill

Version: v0.8.0

Skill name

14-factor-security-privacy

Purpose

Use 14-factor-security-privacy to audit and improve security, privacy, secrets, permission boundaries, dependency hygiene, data handling, and release safety for product engineering repositories. It is designed as a practical product-readiness layer, not a heavy compliance program.

When to use

Use this Skill when:

  • A project handles user data, API keys, credentials, uploaded files, tokens, logs, model outputs, or third-party integrations.
  • A repository is moving from demo to public release and needs a security/privacy pass.
  • A product includes Agent tools, MCP tools, RAG pipelines, CI/CD workflows, web apps, CLIs, or hosted services.
  • A user asks whether the project is safe to publish, deploy, share, or open source.
  • Another Factor Skill finds issues around permissions, logs, supply chain, secrets, or data retention.

When not to use

Do not use this Skill as legal advice, formal compliance certification, penetration testing, or a replacement for organization-specific security review. For regulated domains, use it as a preparation checklist before specialist review.

Inputs

Inspect README, configuration files, environment variable docs, .gitignore, examples, logs, workflows, package manifests, lockfiles, Docker files, deployment docs, API/tool schemas, auth code, storage paths, data examples, and release notes.

Workflow

  1. Identify what data, credentials, files, tokens, and permissions the project touches.
  2. Map trust boundaries across users, Agent, tools, workflows, storage, network calls, and third-party services.
  3. Check repository hygiene: secrets, fixtures, generated artifacts, logs, ignored files, and sample configs.
  4. Review dependency, workflow, and release risks.
  5. Score with scoring-rubric.md.
  6. Produce an audit report using audit-report-template.md.
  7. Produce a prioritized mitigation plan using refactor-plan-template.md.
  8. Pair with a domain Skill such as 12-factor-agents, 12-factor-app, 7-factor-mcp, 8-factor-github-actions, or 9-factor-rag when technical depth is required.

Fourteen factors

  1. Asset Inventory — Data, credentials, files, and privileged operations are identified.
  2. Secret Hygiene — Real secrets are not committed, logged, or embedded in examples.
  3. Configuration Safety.env.example, defaults, and docs avoid unsafe production settings.
  4. Permission Boundaries — Tools, tokens, workflows, and APIs use least privilege.
  5. Input Validation — User, model, file, URL, and tool inputs are validated before use.
  6. Output and Log Safety — Logs, reports, traces, and examples avoid sensitive leakage.
  7. Data Handling — Retention, deletion, anonymization, and storage expectations are documented.
  8. Dependency Hygiene — Dependencies, lockfiles, and supply-chain risks are visible and updatable.
  9. CI/CD Security — Workflows avoid overbroad tokens, unsafe pull request execution, and secret exposure.
  10. Agent and Tool Safety — Agent tool calls have clear contracts, guardrails, and failure handling.
  11. MCP and Integration Safety — External tools and MCP servers document schemas, permissions, and trust limits.
  12. RAG and Knowledge Safety — Retrieval pipelines avoid leaking private data and track source boundaries.
  13. Release and Disclosure Readiness — Security notes, support contact, and vulnerability reporting are present.
  14. Validation Evidence — The project includes lightweight checks or manual evidence for high-risk areas.

Scoring

Use scoring-rubric.md. Score each factor from 0 to 5, then convert to a 100-point readiness score.

Output format

Return:

  1. Security/privacy scope summary.
  2. Trust boundary map.
  3. 14-factor scorecard.
  4. Critical release blockers.
  5. Secrets and data-handling findings.
  6. CI/CD, dependency, and tool-permission findings.
  7. Prioritized mitigation plan.
  8. Validation results or validation limits.
  9. Recommended paired Skills.

Example calls

See usage-examples.md.

Version record

  • v0.8.0: Added as a first-class security/privacy readiness Skill.

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.