Skill community development
Risk level
medium
50/100

Best Practices

Best Practices is a community-maintained skill from addyosmani. Anomity scores its risk at 50 out of 100 (medium).

filesystem:read filesystem:write

Analysis summary

Best Practices is a community-maintained skill from addyosmani. Anomity scores its risk at 50 out of 100 (medium).

Applies modern web development practices across security, performance, and code quality — the accumulated "you should probably not do that" knowledge that rarely makes it into a linter rule.

It reads and writes project files. Its usefulness depends on how current the encoded guidance is: web platform advice ages quickly, and a skill recommending a pattern that was correct three years ago is worse than no skill, because it arrives with apparent authority. Check the last update date before relying on it for security guidance specifically.

Why this entry scored 50 out of 100

This profile starts at the catalog's neutral base of 50. Because the entry is community-maintained, trust adjusts the score by -10. Declared high-risk capabilities add +10 (capped at +30). It matches no dangerous capability combinations. The clamped result is 50, placing it in the medium band.

See the full scoring formula →

Findings

  • Established community project Trust offset
    Contribution to score: -10
  • 1 high-risk capability: filesystem:write High
    Contribution to score: +10

Capabilities

Every capability the entry declares, with the security implication of each.

  • filesystem:read Filesystem read
    Can read files on the host system. Used for context, indexing, or analysis.
  • filesystem:write Filesystem write
    Can create, edit, or delete files on the host system. High-impact capability — anything from helpful edits to planting persistence.