Skill audit report

autoskill Audit report.

Observe the user's screen via screenpipe, detect repeated research workflows, match them against existing scientific-agent-skills, and draft new skills (or composition recipes that chain existing ones) for the patterns not yet covered. Use when the user asks to analyze their recent work and propose skills based on what they actually do. Requires the screenpipe daemon (https://github.com/screenpipe/screenpipe) running locally on port 3030 — the skill has no other data source and will refuse to run if screenpipe is unreachable. All detection runs locally; only redacted cluster summaries reach the LLM.

EXPERIMENTAL · REVIEWNeeds reviewGenerated Aug 22, 2026Heuristic metadata audit
84
Audit
73
Trust
92
Quality
72
Security
100
Maintain
92
Install

OpenAgentSkill Trust Score

73
Strong shortlist

OpenAgentSkill Trust Score

The Trust Score helps an agent decide whether a skill is safe enough to shortlist before installation.

GitHub adoption

PASS

100

34K GitHub stars

Stars/forks activity

PASS

97

34K stars, 3.3K forks; issue activity unavailable in current metadata

Recent maintenance

PASS

100

2d since push

License clarity

PASS

86

MIT license

README/SKILL.md completeness

PASS

86

Metadata includes enough usage and workflow context

Dependency/runtime risk

WARN

46

command execution surface, credential or environment access

Install availability

PASS

92

npx skills add K-Dense-AI/scientific-agent-skills --skill autoskill

Install command safety

PASS

92

standard package or runtime install path

Permission surface

FAIL

22

secrets or environment access, shell or command execution

Repository evidence

PASS

86

https://github.com/K-Dense-AI/scientific-agent-skills/tree/main/skills/autoskill

Review status

INFO

66

AI review data available

Agent Proven outcomes

INFO

54

No agent outcome data yet

Checks

Install and adoption review

8 Passed · 10 Needs review

Install path

92

PASS

npx skills add K-Dense-AI/scientific-agent-skills --skill autoskill

Repository

88

PASS

https://github.com/K-Dense-AI/scientific-agent-skills/tree/main/skills/autoskill

License

86

PASS

MIT license

Maintenance

100

PASS

2d since push

AI review

55

CHECK

The skill depends on the screenpipe daemon and a SCREENPIPE_TOKEN; if the daemon is not running or the token is invalid, the skill will fail. Documentation covers this, but a more explicit error-handling section in SKILL.md could help.

README/SKILL.md completeness

86

PASS

Usable description available

Dependency risk

46

FIX

command execution surface, credential or environment access

Install command safety

92

PASS

standard package or runtime install path

Permission surface

22

FIX

secrets or environment access, shell or command execution

Stars/forks activity

97

PASS

34K stars, 3.3K forks; issue activity unavailable in current metadata

Adoption

88

PASS

34K GitHub stars

Warnings

  • Dependency or permission surface needs review
  • Permission surface may require sandboxing
  • The skill depends on the screenpipe daemon and a SCREENPIPE_TOKEN; if the daemon is not running or the token is invalid, the skill will fail. Documentation covers this, but a more explicit error-handling section in SKILL.md could help.
  • Cloud backends (Claude/Foundry) are optional but require the user to supply API keys; the skill does not perform additional runtime validation of the endpoint beyond the cleartext check, so a misconfigured (but HTTPS) remote endpoint could receive data. This is acceptable given the user explicitly configures it, but the documentation could emphasise the privacy implications more strongly.
  • Permission surface needs review: secrets or environment access, shell or command execution
  • Dependency/runtime risk: command execution surface, credential or environment access
  • Permission surface: secrets or environment access, shell or command execution

Method

This report combines public metadata, AI review output, repository freshness, install readiness, OpenAgentSkill events, quality scoring, trust checks, and the agent safety gate. It is not a full source-code security review.

Compare nearby options

Related skills to audit next