security

Security & Data Integrity (Architect Level)

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "security" with this command: npx skills add dhruvanbhalara/skills/dhruvanbhalara-skills-security

Security & Data Integrity (Architect Level)

  • AES-256-GCM: Use Authenticated Encryption for all sensitive storage.

  • Secret Storage: Mandatory use of flutter_secure_storage for encryption keys and master-derived keys.

  • Key Derivation: Mandate NIST-approved hashing (Argon2id) for master password derivation before local storage encryption and export.

  • Memory Safety: Strictly clear sensitive variables (passwords, keys) from memory when the operation finishes or the app enters the background.

  • Clipboard Safety: Mandate programmatic clearing of sensitive data (OTPs, Passwords) after a short duration (30-60s).

  • Biometric Gate: Mandatory local authentication for any view, export, or destructive action.

  • Audit Log: All security-sensitive actions should be logged via AppLogger (excluding raw secrets).

Input & API Security

  • Input Validation: Validate and sanitize all user-facing input fields before processing or storage.

  • HTTPS Only: All API communication MUST use HTTPS. Consider certificate pinning for sensitive applications.

  • Token Storage: STRICTLY prohibit storing tokens, API keys, or credentials in source code or public repositories. Use flutter_secure_storage or environment-based injection.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

Skill Safe Install

L0 级技能安全安装流程。触发“安装技能/安全安装/审查权限”时,强制执行 Step0-5(查重→检索→审查→沙箱→正式安装→白名单)。

Registry SourceRecently Updated
0370
Profile unavailable
Security

Skill Hunter

Find, evaluate, and install ClawHub skills. Semantic search across 10,000+ skills, security vetting before install, side-by-side comparison. The skill that m...

Registry SourceRecently Updated
2503
Profile unavailable
Security

security

No summary provided by upstream source.

Repository SourceNeeds Review