ingest-threads — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited ingest-threads (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Full lifecycle for a single Threads task: fetch → summarise → write report → append suggestion → mark done.
Prerequisites:agent-browserinstalled. For Google Tasks API calls, refer to../gws-tasks/SKILL.md.
Follow the full procedure defined in fetch-threads-post:
📄 Read and follow ../fetch-threads-post/SKILL.mdUse a unique session name per task to avoid state collisions:
agent-browser --session ingest-threads-<task-id> open "<THREADS_URL>"
# ... follow fetch-threads-post procedure to expand and extract content ...
agent-browser --session ingest-threads-<task-id> closeAnti-Truncation Standard:
agent-browser --session ... scroll down 1000 to trigger lazy-loading.agent-browser --session ... get text body as the primary extraction method.📄 原始內容 section MUST contain verbatim extraction — never summarize.Verification: Compare extracted text length against the visible post. If cut off, repeat extraction.
📄 Read ../content-summary/references/summarise.md📄 Read ../content-summary/references/filename_rules.md📄 Read ../content-summary/references/output_template.mdConfirm the file is written before proceeding.
📄 Read ../content-summary/references/ai_analysis.md📄 Follow ../content-summary/references/suggestion_log.md{SourceType} = Threads
gws tasks tasks patch \
--params '{"tasklist": "<DELEGATE_LIST_ID>", "task": "<TASK_ID>"}' \
--json '{"status": "completed"}'Log: "✅ Task '<title>' marked as completed. Report saved to reports/Threads_YYYY_MM_DD/<filename>.md"
Threads URL behind login wall: Follow the authenticated access section in fetch-threads-post/SKILL.md.
`gws tasks tasks patch` fails: Double-check tasklist and task are IDs (not titles).
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.